-
Notifications
You must be signed in to change notification settings - Fork 8
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
One mkv file has 3 Entries in the library instead of just one #11
Comments
Hey there That folder structure looks good as far as I can tell. It shows the same thumbnail because for multiple episodes because it's the same file. The issue seems to be with fetching the metadata. Have you had a look at HAMA and ASS logs? Have you tried the Plex Dance? If the metadata gets fetched correctly, it should look like this. |
I'm having an issue where any episode that is labeled as having multiple episodes (eg. One.Piece.E777-E779.720p.mkv as opposed to One.Piece.E777.720p.mkv) shows up multiple times in the library. Even in your example screenshot Episode 777, Episode 778, and Episode 779 are are the same exact episode (31min long) even though the metadata is pulling for 3 seperate episodes. This causes a massive issue where you have 960+ Episodes in the Plex, but only 432 files. Is there anyway to fix this? Here is an example for Arc 02 - Orange Town, where you can see there is 5 episodes on Plex, but only 3 in the file. It's making two episodes for the E4-E5 file and the same for the E6-E7 file even though it's only a single "episode." |
the library looks like this

Did the naming scheme with the python script, everything looks fine there naming wise
Folder structure is like this
Anime
├───One Pace
│ ├───One Piece [tvdb4-81797]
│ │ ├───Arc 30 - Whole Cake Island
│ │ │ ├───tvdb4.mapping
│ │ │ └───One.Piece.E777-E779.720p.mkv
│ │ │ └───One.Piece.E783-E785.720p.mkv
....
....
│ │ │ └───One.Piece.E876-E877.720p.mkv
One Piece has its on library with the One Piece [tvdb4-81797] folder being the that plex searches in
Absolute Series scanner and HAMA are also enabled and are working with my normal anime library.
Any idea what that might be?
The text was updated successfully, but these errors were encountered: