RandomNinjaAtk / docker-sonarr-extended

Sonarr (develop) with bash scripts to automate and extend functionality.
GNU General Public License v3.0
66 stars 15 forks source link

Add support for Jellyfins clip path and background video #39

Closed Killface1980 closed 1 year ago

Killface1980 commented 1 year ago

Add support for Jellyfins clip path and background video. Ignoring teasers as they feel like bloat when there are actual trailers in a collection. Maybe optional or move to trailers instead of other?

RandomNinjaAtk commented 1 year ago

I appreciate the PR, but to attempt to have more compatibility between different software, I have moved the files to the "other" category and appended them with the extra type.

Not ideal, but unfortunately wtih plex, emby, jellyfin, kodi all handling this a bit differently and this should work for both plex and jellyfin. Not sure about the others though...

Change: https://github.com/RandomNinjaAtk/docker-sonarr-extended/commit/09e125261a36a8c7fb8d276505d92fa1b06ee838

Plex Info: https://support.plex.tv/articles/local-files-for-trailers-and-extras/ Jellfyfin Info: https://jellyfin.org/docs/general/server/media/shows/#extras-folders

RandomNinjaAtk commented 1 year ago

FYI: I am open to other ideas for improving this, but my main goal would be to be as compatible as possible with all possible software options and not cater to a single one specifically. I typically run more than one server back-end with the same data set to compare software and have more playback options. So catering to a single back-end is not desirable in my use-case.