Compare commits

...

3 Commits

Author SHA1 Message Date
CodeDevMLH
79405c6e95 Update manifest.json for release v1.7.2.5 [skip ci] 2026-03-10 19:47:07 +00:00
CodeDevMLH
a542e38dc3 Bump version to 1.7.2.5 in project files and manifest.json
All checks were successful
Auto Release Plugin / build-and-release (push) Successful in 1m6s
2026-03-10 20:44:51 +01:00
CodeDevMLH
a27566632c Update image directory path in OverlayImageController 2026-03-10 20:44:31 +01:00
3 changed files with 7 additions and 6 deletions

View File

@@ -20,7 +20,8 @@ namespace Jellyfin.Plugin.MediaBarEnhanced.Api
public OverlayImageController(IApplicationPaths applicationPaths) public OverlayImageController(IApplicationPaths applicationPaths)
{ {
_applicationPaths = applicationPaths; _applicationPaths = applicationPaths;
_imageDirectory = Path.Combine(applicationPaths.DataPath, "plugins", "configurations", "MediaBarEnhancedAssets");
_imageDirectory = Path.Combine(applicationPaths.PluginConfigurationsPath, "MediaBarEnhancedAssets");
} }
/// <summary> /// <summary>

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.4</Version> <Version>1.7.2.5</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

@@ -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.4", "version": "1.7.2.5",
"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.4/Jellyfin.Plugin.MediaBarEnhanced.zip", "sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.7.2.5/Jellyfin.Plugin.MediaBarEnhanced.zip",
"checksum": "288e78c3ceb623ece6e5c5d8eb203ef3", "checksum": "d464b8ce83fe85018623c3de17ec5c1c",
"timestamp": "2026-03-10T00:28:43Z" "timestamp": "2026-03-10T19:47:06Z"
}, },
{ {
"version": "1.7.0.14", "version": "1.7.0.14",