Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different movies missidentified as different versions of same movie #5528

Closed
carlosrllodra opened this issue Mar 14, 2021 · 7 comments · Fixed by #5550
Closed

Different movies missidentified as different versions of same movie #5528

carlosrllodra opened this issue Mar 14, 2021 · 7 comments · Fixed by #5550
Labels
bug Something isn't working

Comments

@carlosrllodra
Copy link

Describe the bug

Movies with matching file name beginnings are missidentified as different movie versions, instead of as different movies.
These file names do not follow the naming convention explained in the documentation, that is, they are not named movie - whatever (with space-hypen-space separator, as documented here: https://jellyfin.org/docs/general/server/media/movies.html )

As an example, if I have 4 files in the same subdirectory:

  • American_Pie__xxx_yyy.avi
  • American_Pie_2__xxx_yyy.avi
  • American_Pie_3__A_subtitle__xxx_yyy.avi
  • American_Pie_4__Subtitle__HHH_xxx_yyy.mkv

Then all of then are incorrectly identified as different versions of the same movie, instead of different movies.

I'm not sure, since I don't use jellyfin everyday, but I would bet this happened after updating to 10.7

System (please complete the following information):

  • OS: Ubuntu 20.10
  • Virtualization: no
  • Clients: browser
  • Browser: Firefox 86
  • Jellyfin Version: 10.7.0
  • Playback: N/A
  • Installed Plugins: AudioDB, Cover Art Archive, MusicBrainz, OMDb, TMDB Box Sets
  • Reverse Proxy: none
  • Base URL: none
  • Networking: not virtualized
  • Storage: local

To Reproduce

  1. Add some files named as above.
  2. Let jellyfin discover them, or rescan the library
  3. Go to movie library
  4. They are misidentified as 3 versions of the same movie instead of 3 different movies.

Expected behavior

Files named similarly should not be identified as same-movie-versions when they do not follow the documented naming convention.

Logs

Screenshots

imagen

Additional context

@carlosrllodra carlosrllodra added the bug Something isn't working label Mar 14, 2021
@crobibero
Copy link
Member

What is the full path for these movies?

@carlosrllodra
Copy link
Author

They are all in the same subdirectory under movie library root.
Following the same example, their path would be: .../Comedy/American_Pie/

The last directory matches the beginning of all file names.

@Jerroder
Copy link

As documented in the article you linked you should create 4 directories, one for each movie.

@cvium
Copy link
Member

cvium commented Mar 15, 2021

We made some fixes for multi-version detection in 10.7, which may have affected your setup. As your naming scheme isn't supported I'm closing this.

@cvium cvium closed this as completed Mar 15, 2021
@carlosrllodra
Copy link
Author

Well, my naming scheme does not match what is documented: I am not using the ' - ' separator required for multi-version detection, so it shouldn't apply versioning (or on the other hand, documentation should be fixed).

Anyway, it would be nice to have some means to manually fix these incorrect multi-versioning...

@cvium
Copy link
Member

cvium commented Mar 16, 2021

_ was re-added as a separator in 10.7 due to some old unit tests.

I'm going to revert that part because I think it's a excessive. That said, when your naming scheme doesn't match the documentation you have to expect some weirdness at times.

@carlosrllodra
Copy link
Author

Thanks, @cvium

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants