mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Prefer movie.nfo when other nfo files may exist in the same directory within a Movie folder #804
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @almightiest on GitHub (Jul 24, 2019).
Is your feature request related to a problem? Please describe.
If other nfo files exist within a Movie directory alongside movie.nfo, the movie fails to parse properly.
Describe the solution you'd like
Either prefer movie.nfo over other nfo files (could be hacky) OR if an nfo file exists that is not parsed as a true movie xml, catch the error properly and skip to the next nfo file in the Movie directory.
Describe alternatives you've considered
Manual move/rename of a large amount of nfo files that would be tough.
Additional context
Kodi (native) and Plex (Kodi import) both support this
@jellyfin-bot commented on GitHub (Jul 29, 2019):
We are moving all feature and enhancement requests to our new Fider platform here. This new platform lets people vote on and better manage such requests.
This request now lives here.