mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13167] [MERGED] Fix NFO ID parsing #13489
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/13167
Author: @Shadowghost
Created: 12/6/2024
Status: ✅ Merged
Merged: 12/31/2024
Merged by: @crobibero
Base:
release-10.10.z← Head:fix-nfo-id-parsing📝 Commits (1)
86512caFix NFO ID parsing📊 Changes
2 files changed (+16 additions, -14 deletions)
View changed files
📝
MediaBrowser.XbmcMetadata/Parsers/MovieNfoParser.cs(+6 -9)📝
MediaBrowser.XbmcMetadata/Parsers/SeriesNfoParser.cs(+10 -5)📄 Description
For some reason we assume that the
idtag of an NFO always includes the TVDB id for series and IMDB id for movies.According to the Kodi Wiki this is false. The
idtag usually includes the value of theuniqueIdtag which is set asdefault. This can be any kind of provider ID.Changes
Issues
idtag overrides correct id extracted fromuniqueIdtag🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.