github kirtan3d/Jellyfin.Plugin.AssignThemeSong v1.0.4
xThemeSong v1.0.4

latest releases: v1.2.5, v1.2.4, v1.2.3...
one month ago

Critical Bug Fix

IMPORTANT: Versions 1.0.2 and 1.0.3 were broken - the plugin DLL was being deleted during the build process.

Root Cause

The .csproj build target used Jellyfin.*.dll pattern to exclude Jellyfin host assemblies, which inadvertently deleted our own Jellyfin.Plugin.xThemeSong.dll.

Fix

Changed from wildcard pattern to explicit list of Jellyfin assemblies to delete:

  • Jellyfin.Controller.dll, Jellyfin.Model.dll, etc.
  • Our plugin DLL is now preserved.

Features (from v1.0.2)

  • Delete theme song functionality
  • Custom FFmpeg path configuration
  • Media Library overview tab with bulk URL assignment
  • Handle theme.mp3 without theme.json

Don't miss a new Jellyfin.Plugin.AssignThemeSong release

NewReleases is sending notifications on new releases.