mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Tagline is saved in Tagline and Outline fields in .nfo file #1709
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 @marineris on GitHub (May 19, 2020).
Describe the bug
When a movie is scraped, the Tagline is saved in both Tagline and Outline fields in the nfo file. This is not good for other programs that use both Plot and Outline fields.
System (please complete the following information):
To Reproduce
Expected behavior
Tagline should only be saved in Tagline field. Outline field should either be fetched or left blank.
Screenshots

@marineris commented on GitHub (May 23, 2020):
Additional context
This has caused issues because I use another program to create my metadata (NFOs that include unique Plot and Outline) before adding it to my main movie folder.
I have locked all metadata from within Jellyfin, but it still rescrapes any new movie added to the folder. Even if a new movie already has an nfo, it rewrites the file – I’m not sure whether to submit this as an issue or feature request: If a movie’s metadata is complete (existing .nfo, poster, fanart), do not scrape! At least have that as an option in Settings? It does seem to leave artwork as is.