diff --git a/Jellyfin.Plugin.ITunes/Jellyfin.Plugin.ITunes.csproj b/Jellyfin.Plugin.ITunes/Jellyfin.Plugin.ITunes.csproj index c38e683..94e3e6f 100644 --- a/Jellyfin.Plugin.ITunes/Jellyfin.Plugin.ITunes.csproj +++ b/Jellyfin.Plugin.ITunes/Jellyfin.Plugin.ITunes.csproj @@ -1,10 +1,10 @@ - net6.0 + net7.0 Jellyfin.Plugin.ITunes - 1.0.0.0 - 1.0.0.0 + 2.0.0.0 + 2.0.0.0 true true enable @@ -15,11 +15,11 @@ - - - + + + - + diff --git a/build.yaml b/build.yaml index 33c6798..ca00b1b 100644 --- a/build.yaml +++ b/build.yaml @@ -1,18 +1,18 @@ --- name: "iTunes" guid: "eb5d7894-8eef-4b36-aa6f-5d124e828ce1" -version: "1.0.0.0" -targetAbi: "10.8.0.0" -framework: "net6.0" -overview: "Short description about your plugin" +version: "2.0.0.0" +targetAbi: "10.9.0.0" +framework: "net7.0" +overview: "Fetch artist and album images from iTunes." description: > - Plugin to fetch metadata from iTunes -category: "General" + Fetch artist and album images from iTunes +category: "Metadata" owner: "Shadowghost" artifacts: - "HtmlAgilityPack.dll" - "Jellyfin.Plugin.ITunes.dll" changelog: > - 1.0.0.0: - * add album image fetching - * add artist image fetching + 1.1.0.0: + * .NET 7 compatiblity + * Don't crash if nothing is found diff --git a/jellyfin.ruleset b/jellyfin.ruleset index 8af791c..b611caa 100644 --- a/jellyfin.ruleset +++ b/jellyfin.ruleset @@ -1,108 +1,170 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +