Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dbe9ce97d2 | ||
|
|
45c780c018 | ||
|
|
9de268caa7 |
@@ -12,7 +12,7 @@
|
|||||||
<!-- <TreatWarningsAsErrors>false</TreatWarningsAsErrors> -->
|
<!-- <TreatWarningsAsErrors>false</TreatWarningsAsErrors> -->
|
||||||
<Title>Jellyfin Media Bar Enhanced Plugin</Title>
|
<Title>Jellyfin Media Bar Enhanced Plugin</Title>
|
||||||
<Authors>CodeDevMLH</Authors>
|
<Authors>CodeDevMLH</Authors>
|
||||||
<Version>1.5.0.3</Version>
|
<Version>1.5.0.4</Version>
|
||||||
<RepositoryUrl>https://github.com/CodeDevMLH/jellyfin-plugin-media-bar-enhanced</RepositoryUrl>
|
<RepositoryUrl>https://github.com/CodeDevMLH/jellyfin-plugin-media-bar-enhanced</RepositoryUrl>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|||||||
@@ -2560,29 +2560,15 @@ const SlideshowManager = {
|
|||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
// case "ArrowDown":
|
case "ArrowUp":
|
||||||
// // Manually shift focus to the content below the slideshow
|
case "ArrowDown":
|
||||||
// const contentBelow = document.querySelector('.homeSectionsContainer');
|
setTimeout(() => {
|
||||||
// if (contentBelow) {
|
const active = document.activeElement;
|
||||||
// const focusable = contentBelow.querySelector('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])');
|
if (active && active !== document.body && active.id !== "slides-container") {
|
||||||
// if (focusable) {
|
active.scrollIntoView({behavior: 'smooth', block: 'center'});
|
||||||
// focusable.focus();
|
}
|
||||||
// e.preventDefault();
|
}, 100);
|
||||||
// }
|
break;
|
||||||
// }
|
|
||||||
// break;
|
|
||||||
|
|
||||||
// case "ArrowUp":
|
|
||||||
// // Manually shift focus to the header (Search/User)
|
|
||||||
// const header = document.querySelector('.skinHeader');
|
|
||||||
// if (header) {
|
|
||||||
// const focusable = header.querySelector('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])');
|
|
||||||
// if (focusable) {
|
|
||||||
// focusable.focus();
|
|
||||||
// e.preventDefault();
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// break;
|
|
||||||
|
|
||||||
case " ": // Space bar
|
case " ": // Space bar
|
||||||
this.togglePause();
|
this.togglePause();
|
||||||
|
|||||||
@@ -9,12 +9,12 @@
|
|||||||
"imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/raw/branch/main/logo.png",
|
"imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/raw/branch/main/logo.png",
|
||||||
"versions": [
|
"versions": [
|
||||||
{
|
{
|
||||||
"version": "1.5.0.3",
|
"version": "1.5.0.4",
|
||||||
"changelog": "- fix: keyboard controls in TV mode \n- Update mediaBarEnhanced.js and mediaBarEnhanced.css with version 4.0.1 from original repo",
|
"changelog": "- fix: keyboard controls in TV mode \n- Update mediaBarEnhanced.js and mediaBarEnhanced.css with version 4.0.1 from original repo",
|
||||||
"targetAbi": "10.11.0.0",
|
"targetAbi": "10.11.0.0",
|
||||||
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.5.0.3/Jellyfin.Plugin.MediaBarEnhanced.zip",
|
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.5.0.4/Jellyfin.Plugin.MediaBarEnhanced.zip",
|
||||||
"checksum": "f5454300163a4d30559d552ef7c4bbd0",
|
"checksum": "4a9bf88fd4c7580a961b5fda0d3d3678",
|
||||||
"timestamp": "2026-02-08T00:41:44Z"
|
"timestamp": "2026-02-08T01:32:39Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.3.0.3",
|
"version": "1.3.0.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user