[PR #10339] Fix using movie.nfo first when <filename>.nfo also exists #12437

Closed
opened 2026-02-07 06:55:53 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/10339

State: closed
Merged: Yes


<filename>.nfo is 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>.nfo will lead errors with file sharing. Therefor using movie.nfo first may be better when <filename>.nfo also exists.

Changes
Use movie.nfo first when <filename>.nfo also exists.

Issues
Fixes #1558

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/10339 **State:** closed **Merged:** Yes --- `<filename>.nfo` is 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>.nfo` will lead errors with file sharing. Therefor using `movie.nfo` first may be better when `<filename>.nfo` also exists. **Changes** Use `movie.nfo` first when `<filename>.nfo` also exists. **Issues** Fixes #1558
OVERLORD added the pull-request label 2026-02-07 06:55:53 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12437