From 486eabbc3f09329ca212f783ec13258e73e0c070 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 22 Jul 2025 17:52:58 +0000 Subject: [PATCH] Update manifest for MusicTags v10.10.0.0 --- manifest.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/manifest.json b/manifest.json index 435f582..04c20ac 100644 --- a/manifest.json +++ b/manifest.json @@ -185,5 +185,24 @@ "timestamp": "2025-06-27" } ] + }, + { + "name": "MusicTags", + "guid": "25EE643C-8A32-41BE-B165-E9CA0B57E769", + "overview": "MusicTags plugin for Jellyfin.", + "description": "Automatically extract metadata from audio files - such as ID3 tags, Vorbis comments, and more - and convert them into standard Jellyfin tags.", + "category": "General", + "owner": "jyourstone", + "imageUrl": "https://raw.githubusercontent.com/jyourstone/jellyfin-musictags-plugin/master/images/logo.jpg", + "versions": [ + { + "version": "10.10.0.0", + "targetAbi": "10.10.0", + "sourceUrl": "https://github.com/jyourstone/jellyfin-musictags-plugin/releases/download/v10.10.0.0/Jellyfin.Plugin.MusicTagsv10.10.0.0.zip", + "checksum": "3FB73D141D27020F98D397634DFF1C7E", + "changelog": "Initial release", + "timestamp": "2025-07-22" + } + ] } ]