jellyfin-plugin-themesongs
jellyfin-plugin-themesongs copied to clipboard
Downloads TV Show Theme Songs for your library
Jellyfin Theme Songs Plugin
Part of the Jellyfin Project
Jellyfin Theme Songs plugin is a plugin that automatically downloads every theme song of your tv show library;
Install Process
From Repository
- In jellyfin, go to dashboard -> plugins -> Repositories -> add and paste this link https://raw.githubusercontent.com/danieladov/JellyfinPluginManifest/master/manifest.json
- Go to Catalog and search for Theme Songs
- Click on it and install
- Restart Jellyfin
From .zip file
- Download the .zip file from release page
- Extract it and place the .dll file in a folder called
plugins/Theme Songs
under the program data directory or inside the portable install directory - Restart Jellyfin
User Guide
- To download the theme songs you can do it from Schedule task or directly from the configuration of the plugin.
Build Process
- Clone or download this repository
- Ensure you have .NET Core SDK setup and installed
- Build plugin with following command.
dotnet publish --configuration Release --output bin
- Place the resulting .dll file in a folder called
plugins/Merge versions
under the program data directory or inside the portable install directory