mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #16128] Fix: Prioritize existing filename.nfo over movie.nfo when saving metadata #14535
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?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/16128
Author: @Gladtbam
Created: 1/28/2026
Status: 🔄 Open
Base:
master← Head:fix/movie-nfo-save-priority📝 Commits (1)
6da2efeFix: Prioritize existing filename.nfo over movie.nfo when saving metadata📊 Changes
1 file changed (+5 additions, -0 deletions)
View changed files
📝
MediaBrowser.XbmcMetadata/Savers/MovieNfoSaver.cs(+5 -0)📄 Description
Changes
Currently, saving metadata defaults to creating
movie.nfoin non-mixed folders, ignoring existing file-specific NFOs. This change adds a check to prioritize the file-specific NFO (e.g.,filename.nfo) if it already exists on disk. This prevents the creation of duplicate NFO files during metadata updates.Issues
Fixes #16105
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.