From b19063826c1121372ef3d65d248e15c45d56a47a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 27 Jun 2025 14:52:26 +0000 Subject: [PATCH] Update manifest for SmartPlaylist v2.0.0 --- manifest.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..cce3ff1 --- /dev/null +++ b/manifest.json @@ -0,0 +1,21 @@ +[ + { + "name": "SmartPlaylist", + "guid": "A0A2A7B2-747A-4113-8B39-757A9D267C79", + "overview": "Smart Playlist plugin for Jellyfin.", + "description": "A rebuilt and modernized plugin to create smart, rule-based playlists in Jellyfin.", + "category": "General", + "owner": "jyourstone", + "imageUrl": "https://raw.githubusercontent.com/jyourstone/jellyfin-smartplaylist-plugin/master/images/logo.jpg", + "versions": [ + { + "version": "2.0.0.0", + "targetAbi": "10.10.7", + "sourceUrl": "https://github.com/jyourstone/jellyfin-smartplaylist-plugin/releases/download/v2.0.0/Jellyfin.Plugin.SmartPlaylist_v2.0.0.zip", + "checksum": "A9FFA0331E888BE555103E7832709821", + "changelog": "", + "timestamp": "2025-06-27" + } + ] + } +]