mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[Issue]: movie.nfo, tvshow.nfo gets spammed with trailer urls after each libray scan #5913
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 @GitThisAcc on GitHub (Jun 2, 2024).
Please describe your bug
I saw in the logfiles increasingly this warning:
[WRN] [3] MediaBrowser.XbmcMetadata.Providers.MovieNfoProvider: Trailer URL uses a deprecated format : plugin://plugin.video.youtube/?action=play_video&videoid=AAA. Using plugin://plugin.video.youtube/play/?video_id=AAA instead is advised.I deleted all .nfo files and let Jellyfin recreate everything.
The first scan is fine. Every scan after, that is
Search for missing medataorReplace all metadatascan, will spam the NFO file with the same trailer tags (and fill the logfile).Reproduction Steps
Metadata saves Nfoin your librarySearch for missing metadataorReplace all metadatafunction.<trailer>plugin://...</trailer>tag count should increase with every scan and also spam the logfile more and more.Could be related? https://github.com/jellyfin/jellyfin/pull/10870
Jellyfin Version
10.9.0
if other:
10.9.4
Environment
Jellyfin logs
movie.nfo excerpt
Please attach any browser or client logs here
No response
Please attach any screenshots here
No response
Code of Conduct
@jellyfin-bot commented on GitHub (Jun 2, 2024):
Hi, it seems like your issue report has the following item(s) that need to be addressed:
This is an automated message, currently under testing. Please file an issue here if you encounter any problems.
@Shadowghost commented on GitHub (Jun 2, 2024):
Does this happen before 10.9.4?
@maru801 commented on GitHub (Jun 2, 2024):
I can't reproduce this issue on v10.9.3 following the outlined steps.
@Shadowghost commented on GitHub (Jun 2, 2024):
I'll try to reproduce and fix it later today but I have my doubts. The reworked replace runs a distinct on the trailers before saving which should eliminate any duplicates...