![]() |
SmartPlaylist + MusicTags - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Off Topic (https://forum.jellyfin.org/f-off-topic) +--- Forum: General Discussion (https://forum.jellyfin.org/f-general-discussion) +--- Thread: SmartPlaylist + MusicTags (/t-smartplaylist-musictags) |
SmartPlaylist + MusicTags - dinsten - 2025-07-25 I moved from Plex to JellyFin not too long ago, but one feature I missed was the ability to create playlists based on specific rules that would then update automatically. With the help of AI and based of an older plugin that didn't work anymore, I created the Jellyfin plugin SmartPlaylist, which allows you to do just that. Now, I've also created a new plugin called MusicTags, which can extract metadata and tags from audio files, such as BPM and KEY, and add them as normal Jellyfin tags. Together with SmartPlaylist, this will allow you to create dynamic playlists that for example shows all music with a BPM from 130-139 for running. While I did some C# programming a long time ago, I'm no developer. So AI has been used a lot. But still, it's working out pretty good for me and I'm using it daily. The plugins are still in their early days though. But I'm posting it here so that other people might be able to benefit from it as well. SmartPlaylist Github: https://github.com/jyourstone/jellyfin-smartplaylist-plugin ![]() ![]() MusicTags Github: https://github.com/jyourstone/jellyfin-musictags-plugin ![]() ![]() Installation Simply add this URL to your Jellyfin plugin catalog: https://raw.githubusercontent.com/jyourstone/jellyfin-plugin-manifest/master/manifest.json Then install through the Plugin Catalog page. |