mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[Issue]: Conflict when using Media provider identifiers on folder WITH multiple version within #3415
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 @nodje on GitHub (Dec 3, 2021).
Please describe your bug
As per the doc on Movie: https://jellyfin.org/docs/general/server/media/movies.html, adding a media provider identifiers, such as [tmdbid-1667] on a movie folder works.
But if you add multiple version of the movie, + a
featurettefolder within that 'identified' folder, all the movie version within it ,including the extras, are considered different movies in Jellyfin interface.They are all properly identified though.
But it seems these features are mutually exclusive at the moment (v10.7.7)
Jellyfin Version
10.7.7
if other:
No response
Environment
Jellyfin logs
No response
FFmpeg logs
No response
Please attach any browser or client logs here
No response
Please attach any screenshots here
No response
Code of Conduct
@cvium commented on GitHub (Dec 3, 2021):
Please include the folder structure
@nodje commented on GitHub (Dec 3, 2021):
This works as expected:
This also works as expected:
This produces weird result:
--> all included movies are properly identified, but they show up as independant movies in Jellyfin GUI, instead of
versionsof the same movie, as would be expected@cvium commented on GitHub (Dec 3, 2021):
https://jellyfin.org/docs/general/server/media/movies.html#multiple-versions-of-a-movie
Emphasis mine. It works as expected :) It could be argued that it should strip the
[tmdbid-11111]when doing "building" the versions but that is a change request.@nodje commented on GitHub (Dec 3, 2021):
ok, it works as expected if all movie files also include the identifier.
Though the TMDB identification fails for some reason, IMDB works
@cvium commented on GitHub (Dec 3, 2021):
Have you enabled the tmdb provider? You can also see if Alpha 2 works better (backup before attempting this).
@nodje commented on GitHub (Dec 3, 2021):
It does work, but I have had occasional failures.
I'm not sure why really, but imdb seems more reliable.
What plain doesn't work for me is the OpenSubtitles plugin, but that's for another issue...