Compare commits

...

3 Commits

Author SHA1 Message Date
CodeDevMLH
99b8ef316c Update manifest.json for release v1.7.2.8 [skip ci] 2026-03-10 23:05:14 +00:00
CodeDevMLH
6880ccc9eb Bump version to 1.7.2.8 in project files and manifest.json
All checks were successful
Auto Release Plugin / build-and-release (push) Successful in 45s
2026-03-11 00:04:28 +01:00
CodeDevMLH
f77c3fbf71 Add custom overlay positioning and scaling options to configuration 2026-03-11 00:04:15 +01:00
3 changed files with 8 additions and 5 deletions

View File

@@ -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.7.2.7</Version> <Version>1.7.2.8</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>

View File

@@ -64,6 +64,9 @@ const CONFIG = {
customOverlayStyle: "Shadowed", customOverlayStyle: "Shadowed",
customOverlayImageStyle: "None", customOverlayImageStyle: "None",
customOverlayPriority: "Image", customOverlayPriority: "Image",
customOverlayPositionX: 0,
customOverlayPositionY: 0,
customOverlayScale: 100,
enableCustomMediaIds: true, enableCustomMediaIds: true,
enableSeasonalContent: false, enableSeasonalContent: false,
customMediaIds: "", customMediaIds: "",

View File

@@ -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.7.2.7", "version": "1.7.2.8",
"changelog": "feat: add custom text/image overlay option\n- feat: add option to disable pagination dots/counter\n- feat: add exclude seasonal content from random fetching option\n- Add hide arrows on mobile option \n- fix button issue on mobile when using ElegantFin Theme", "changelog": "feat: add custom text/image overlay option\n- feat: add option to disable pagination dots/counter\n- feat: add exclude seasonal content from random fetching option\n- Add hide arrows on mobile option \n- fix button issue on mobile when using ElegantFin Theme",
"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.7.2.7/Jellyfin.Plugin.MediaBarEnhanced.zip", "sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.7.2.8/Jellyfin.Plugin.MediaBarEnhanced.zip",
"checksum": "8d9939d696b3528ddfc4378b91881007", "checksum": "b2ddf7bd8f42d5bcddff03259115d086",
"timestamp": "2026-03-10T22:49:35Z" "timestamp": "2026-03-10T23:05:13Z"
}, },
{ {
"version": "1.7.0.14", "version": "1.7.0.14",