Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e2f861213 | ||
|
|
4781618a52 | ||
|
|
2bed81c1f8 | ||
|
|
292fcfc389 | ||
|
|
da718a0e57 | ||
|
|
95a8907496 | ||
|
|
0498756529 | ||
|
|
f1d92080b2 | ||
|
|
586b57d23e | ||
|
|
47b05a82ba | ||
|
|
cb45e0cb43 | ||
|
|
19246c3a19 | ||
|
|
99b4b09306 |
@@ -12,7 +12,7 @@
|
||||
<!-- <TreatWarningsAsErrors>false</TreatWarningsAsErrors> -->
|
||||
<Title>Jellyfin Media Bar Enhanced Plugin</Title>
|
||||
<Authors>CodeDevMLH</Authors>
|
||||
<Version>1.7.0.13</Version>
|
||||
<Version>1.7.1.2</Version>
|
||||
<RepositoryUrl>https://github.com/CodeDevMLH/jellyfin-plugin-media-bar-enhanced</RepositoryUrl>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
@@ -769,6 +769,20 @@
|
||||
top: calc(50% + 25vh);
|
||||
left: 50%;
|
||||
transform: translateX(-50%) scale(0.95);
|
||||
width: 95vw;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: center;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.button-container button {
|
||||
margin: 0 !important;
|
||||
min-width: 0 !important;
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
.button-container .detailButton {
|
||||
min-width: 0 !important;
|
||||
}
|
||||
|
||||
.logo {
|
||||
@@ -798,36 +812,13 @@
|
||||
|
||||
@media (max-width: 400px) {
|
||||
.button-container {
|
||||
gap: 10px;
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
.play-button,
|
||||
.trailer-button {
|
||||
padding: 8px 14px;
|
||||
}
|
||||
|
||||
.misc-info {
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
gap: 0px 10px;
|
||||
}
|
||||
|
||||
.runTime {
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
margin-top: 0.5vh;
|
||||
}
|
||||
|
||||
.misc-info .separator-icon:last-of-type {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.genre {
|
||||
top: calc(50% + 16vh);
|
||||
}
|
||||
|
||||
.button-container {
|
||||
top: calc(50% + 27vh);
|
||||
padding: 8px 10px;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1000,3 +991,19 @@
|
||||
.layout-tv .backdrop-container{
|
||||
top: -5%;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 960px) and (-webkit-device-pixel-ratio: 1) {
|
||||
.layout-tv .backdrop.animate {
|
||||
animation: none !important;
|
||||
}
|
||||
|
||||
.layout-tv .logo.animate {
|
||||
animation: none !important;
|
||||
}
|
||||
|
||||
.layout-tv .slide-counter,
|
||||
.layout-tv .dots-container {
|
||||
backdrop-filter: none;
|
||||
-webkit-backdrop-filter: none;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,12 +9,20 @@
|
||||
"imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/raw/branch/main/logo.png",
|
||||
"versions": [
|
||||
{
|
||||
"version": "1.7.0.13",
|
||||
"changelog": "- Add YouTube no-cookie host and referrer policy for iframe security to fix playback issues on iOS/MacOS",
|
||||
"version": "1.7.1.2",
|
||||
"changelog": "- fix button issue on mobile when using ElegantFin Theme",
|
||||
"targetAbi": "10.11.0.0",
|
||||
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.7.0.13/Jellyfin.Plugin.MediaBarEnhanced.zip",
|
||||
"checksum": "457cdc6c320e8cf519fe843d4c1f4eb2",
|
||||
"timestamp": "2026-03-06T03:10:53Z"
|
||||
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.7.1.2/Jellyfin.Plugin.MediaBarEnhanced.zip",
|
||||
"checksum": "43b5eb2b6e20233566e225db85678367",
|
||||
"timestamp": "2026-03-08T15:08:29Z"
|
||||
},
|
||||
{
|
||||
"version": "1.7.0.14",
|
||||
"changelog": "- Switched to YouTube no-cookie host and referrer policy for iframe security\n- fix playback issues on iOS/MacOS \n- Disable animations and backdrop filters for TV layout\n- removed list.txt functionality to clean up, use the web ui instead\n- Enhance logging with contextual messages, in order to be able to clearly assign logs to this plugin",
|
||||
"targetAbi": "10.11.0.0",
|
||||
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.7.0.14/Jellyfin.Plugin.MediaBarEnhanced.zip",
|
||||
"checksum": "07875c74aab766657be3b8033be6d53f",
|
||||
"timestamp": "2026-03-06T03:13:48Z"
|
||||
},
|
||||
{
|
||||
"version": "1.6.6.4",
|
||||
|
||||
Reference in New Issue
Block a user