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