mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #10339] Fix using movie.nfo first when <filename>.nfo also exists #12437
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?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/10339
State: closed
Merged: Yes
<filename>.nfois used for store custom information of movie uploader on some private tracker bittorrent website, which is not a valid movie metadata nfo file. Overwrite<filename>.nfowill lead errors with file sharing. Therefor usingmovie.nfofirst may be better when<filename>.nfoalso exists.Changes
Use
movie.nfofirst when<filename>.nfoalso exists.Issues
Fixes #1558