danieladov / jellyfin-plugin-themesongs

Downloads TV Show Theme Songs for your library
MIT License
82 stars 6 forks source link

Store MP3s in Jellyfin's metadata folder instead of the series folder? #19

Closed trevholland closed 2 years ago

trevholland commented 2 years ago

Would it be possible to store the themes songs in the Metadata folder instead of inside the series folder?

A lot of people will have the shows stored on spinning hard disks and the metadata on an SSD/NVMe drive. Doing this ensures that no hard drives need to spin up when browsing Jellyfin.

When using this plugin, however, those hard drives have to spin up in order to play the MP3 file. Not only does this cause excess wear and tear on hard drives, it also causes the theme songs to take a long time to start playing since Jellyfin is waiting to read from the disk

It would be great to provide a way to store the MP3s inside Jellyfin's Metadata folder so that the songs can play faster and hard drives don't need to spin just to browse!

Thanks!

danieladov commented 2 years ago

Currently, Jellyfin only detects theme songs stored along with the video files, you might want to request that feature at https://features.jellyfin.org/

trevholland commented 2 years ago

Sounds good. Thanks!