From f38aa7cf442074f3193fe1a4ec29f1f7aecb8f9f Mon Sep 17 00:00:00 2001 From: MLH Date: Tue, 6 Jan 2026 19:37:52 +0100 Subject: [PATCH] add plugins --- manifest.json | 96 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) diff --git a/manifest.json b/manifest.json index e69de29..1b7bf34 100644 --- a/manifest.json +++ b/manifest.json @@ -0,0 +1,96 @@ +[ + { + "guid": "d7e11d57-819b-4bdd-a88d-53c5f5560225", + "name": "Media Bar Enhanced", + "description": "A jellyfin plugin to display a media bar (featured content) for jellyfin web.", + "overview": "Media Bar for Jellyfin", + "owner": "CodeDevMLH", + "category": "General", + "imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/raw/branch/main/logo.png", + "versions": [ + { + "version": "1.0.0.0", + "changelog": "Initial release", + "targetAbi": "10.11.0.0", + "sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.0.0.0/Jellyfin.Plugin.MediaBarEnhanced.zip", + "checksum": "1d38d924e8db7219622927327c71f2f6", + "timestamp": "2026-01-06T18:36:22Z" + } + ] + }, + { + "guid": "ef1e863f-cbb0-4e47-9f23-f0cbb1826ad4", + "name": "Seasonals", + "description": "Adds seasonal effects like snow, leaves, etc. to the Jellyfin web interface.", + "overview": "Seasonal effects for Jellyfin", + "owner": "CodeDevMLH", + "category": "General", + "imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/raw/branch/main/logo.png", + "versions": [ + { + "version": "1.4.1.0", + "changelog": "- fix fireworks display issue on scroll", + "targetAbi": "10.11.0.0", + "sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.4.1.0/Jellyfin.Plugin.Seasonals.zip", + "checksum": "25243abd4380ecfdb6b7f2d7b5d3715c", + "timestamp": "2025-12-31T00:24:59Z" + }, + { + "version": "1.4.0.0", + "changelog": "- settings linked directly in the main menu\n- renamed main plugin script\n- added enable/disable toggle for the entire plugin", + "targetAbi": "10.11.0.0", + "sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.4.0.0/Jellyfin.Plugin.Seasonals.zip", + "checksum": "205606075eec5f93d3da37efaecdeab5", + "timestamp": "2025-12-28T19:11:04Z" + }, + { + "version": "1.3.4.0", + "changelog": "- some fixes for js loading\n- adapted config page descriptions", + "targetAbi": "10.11.0.0", + "sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.3.4.0/Jellyfin.Plugin.Seasonals.zip", + "checksum": "4869a9a0c08317d2cb0e0fc8f454cf2b", + "timestamp": "2025-12-24T02:02:15Z" + }, + { + "version": "1.3.3.0", + "changelog": "- fixed: load config", + "targetAbi": "10.11.0.0", + "sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.3.3.0/Jellyfin.Plugin.Seasonals.zip", + "checksum": "9908c9357b2d8850e6349ce134bad2bd", + "timestamp": "2025-12-18T00:11:39Z" + }, + { + "version": "1.3.0.0", + "changelog": "- fixed: image paths to ensure proper loading of resources.\n- fix: z-index issue to ensure seasonal effects appear above other UI elements.", + "targetAbi": "10.11.0.0", + "sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.3.0.0/Jellyfin.Plugin.Seasonals.zip", + "checksum": "362fd94ab11f03e345a911a95d2d763b", + "timestamp": "2025-12-17T21:46:53Z" + }, + { + "version": "1.2.0.0", + "changelog": "Advanced settings added: Users can now customize the intensity and speed of seasonal effects through the settings panel.", + "targetAbi": "10.11.0.0", + "sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.2.0.0/Jellyfin.Plugin.Seasonals.zip", + "checksum": "5e18022c914c06072035dc0b4429e0fe", + "timestamp": "2025-12-17T20:59:37Z" + }, + { + "version": "1.1.0.0", + "changelog": "Bug fixing: Fix path, fix injection issue, added File Transformator as fallback if direct injection is blocked due to permissions.", + "targetAbi": "10.11.0.0", + "sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.1.0.0/Jellyfin.Plugin.Seasonals.zip", + "checksum": "be2e93364396b6e0e02368d5a7db53bc", + "timestamp": "2025-12-17T15:32:08Z" + }, + { + "version": "1.0.0.0", + "changelog": "Initial release", + "targetAbi": "10.11.0.0", + "sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.0.0.0/Jellyfin.Plugin.Seasonals.zip", + "checksum": "be6d06a959b3e18e5058a6d8fb6d800c", + "timestamp": "2025-12-15T15:33:15Z" + } + ] + } +]