jellyfin / jellyfin-plugin-tmdbboxsets

https://jellyfin.org
MIT License
83 stars 18 forks source link

[Feature Request] Read box set from nfo file, Compatible with emby #51

Closed PetrusZ closed 2 years ago

PetrusZ commented 2 years ago

Can you read box set info from nfo file and automic add it to collection like emby? For example, if nfo has set info like:

  <set>
    <name>A Box Set</name>
  </set>

When scan library, we add this video to A Box Set collection.

This feature can save a lot of work of adding collection(or boxset) manually when they download videos from another media server user. Not every video have data on TMDB. Thank you!

PetrusZ commented 2 years ago

May be I should file this request in jellyfin main repo...