Plugin for Jellyfin that fetches anime themes (OPs and EDs) from animethemes.moe. Both audio files and video files are supported.
An AniDB ID is used to find matching themes, so you'll need to install the AniDB plugin. All other series are ignored.
The plugin creates a new scheduled task that you can configure. By default, it will run every 6 hours. Also make sure to enable theme music / videos in your display settings.
- Add the following repository to your plugin repositories: https://raw.githubusercontent.com/EusthEnoptEron/jellyfin-plugin-animethemes/main/manifest.json
- Find the plugin in the catalog and install it.
- Grab the latest build.
- Download it into your plugins folder as described here.
Configuration | Description |
---|---|
Degree of parallelism | How many items should be downloaded in parallel. Default is set to 1 to go easy on the servers. |
Ignore themes that overlap with episode | Some shows transition into their themes. Use this setting to filter those themes out. |
Ignore themes with credits | Whether to skip themes with credits in them. Useful for video downloads. |
Ignore OP themes | Use this to control whether OPs are considered. |
Ignore ED themes | Use this to control whether EDs are considered. |
Fetch type | Determines if you want all distinct themes, only the best match, or none at all. |
Volume | The desired volume, which will be baked in. For videos, 0 will result in the audio channel being removed. |
If you want the videos to cover the whole screen, try the following CSS:
body:not(.hide-scroll) > .videoPlayerContainer > video {
object-fit: cover;
}