jellyfin showd "One Piece" and "One Piece (2023)" as one series.
from beta_tester@lemmy.ml to jellyfin@lemmy.ml on 14 Oct 2023 06:43
https://lemmy.ml/post/6465038

How can I fix it?

I already deleted the “*.nfo” files but nothing changed so far.

#jellyfin

threaded - newest

cjf@feddit.uk on 14 Oct 2023 07:40 next collapse

Check they’re in separate folders, search for each on TVdb, and append the TVdb series ID onto the folder name in the file system.

So for example, change the One Piece (2023) folder name to “One Piece (2023) [tvdbid-392276]”

Jellyfin can use this information to help correctly pull the information you’re looking for.

More info here: jellyfin.org/docs/general/server/media/shows/

beta_tester@lemmy.ml on 14 Oct 2023 14:18 collapse

That helped! Thank you!

TWeaK@lemm.ee on 14 Oct 2023 09:27 next collapse

As /u/cfj@feddit.uk said, make sure they’re in separate folders. It should be something like \TV\show\season. If you have nested folders this can really mess it up, for example all the seasons might be combined into one.

Aside from that, if you go into the Dashboard and then metadata you can manually edit everything. However I don’t think this will let you split apart two shows that are stuck together after being read from the same folder.

beta_tester@lemmy.ml on 14 Oct 2023 14:21 collapse

Apending the tvdb id worked

Appoxo@lemmy.dbzer0.com on 14 Oct 2023 10:19 collapse

Mine does not.
Make sure they identify them accordingly with tmdb/tvdb
Also make sure their subfolder is either
/anime/OnePiece and /tv/OnePiece
or
/tv/One Piece (1999) and /tv/One Piece (2023)

This way Jellyfin should be able to differentiate.
I have the first option.

beta_tester@lemmy.ml on 14 Oct 2023 14:20 collapse

Thanks!