-
Notifications
You must be signed in to change notification settings - Fork 113
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 ordering between Plex and Trakt still not working #1111
Comments
That's a Plex issue.
Maybe it was collected too early for Plex. First air date is October 18, 2022 on tvdb. |
Thanks for the answer.
I have tried Fix matching the series, I have even manually matched it with the tvdb ID, but still have the same issue (have also tried refreshing the metadata after, same thing)
Is there a way I could recollect it? As I've said, I've already tried refreshing the metadata, but that doesn't help. |
Did you set episodes ordering to "TheTVDB (Aired)" ? |
This has partially worked, thanks! I say partially, because for episode 2 it still can't map the trakt episode, but I'm guessing that happens because the trakt episode 2 does not have the TVDB id on trakt yet?
But now I have another issue with the Top Boy series, because TVDB marks this series as having 4 seasons, but trakt divides it in two parts, first part containing the first 2 seasons and second part containing the other 2.
|
Yes, this {
"season": 2,
"number": 1,
"title": "The Blood Warfare",
"ids": {
"trakt": 6483139,
"tvdb": 9340509,
"imdb": "tt17073864",
"tmdb": 3754381,
"tvrage": null
}
},
{
"season": 2,
"number": 2,
"title": "Foundation Stones",
"ids": {
"trakt": 6784680,
"tvdb": null,
"imdb": null,
"tmdb": 3997306,
"tvrage": null
}
} |
What you can do to fix this :
TMDB website is just like wikipedia, anybody can add and edit to improve the database. |
I do still have to rename the episodes and season folders individually to coincide with the TheMovieDB structure, right? |
No need to coincide TMDB structure if ids are populated. |
Thank you so much! Will do this and let you know if it worked as soon as the trakt db refreshes. |
So, good news first, the episodes finally updated their data on trakt (for example), but for some reason, plextraktsync still can't pick up on that episode (and the rest of this season).
Any idea why it can't seem to find it? |
random quess: cached in |
Yes, you were absolutely correct. I deleted the sqlite file and re-synced and it found the episodes now, thank you.
But this clearly states I haven't watched it (not part of my history): Episodes 5-8 seem to be alright. |
The script is misunderstanding Top Boy and Top Boy 2019 shows.
Season 2 of Top Boy has 4 episodes. |
The trakt link it finds when calling the inspect command is the correct one though. |
Can you inspect season 4 episode 5 ? |
Yep, you are right, I have marked episode 1 of season 2 of Top Boy as unwatched on trakt and now plextraktsync is also reporting episode 1 of season 2 of Top Boy 2019 as unwatched on trakt.
Yes:
|
The specific problem here is that episodes of one Plex show are in 2 Trakt shows. I can reproduce the bug of wrong episodes marked as watched. |
Confirmation
The problem
The problem that I'm currently facing was already mentioned in #914, where it was also marked as solved thank to #993.
Sadly, I'm still facing the same issue, it seems like either #993 is not completely working, or maybe I'm doing something wrong.
I have tested it with a Bleach episode and when I inspect the episode, I get the following warning (complete trace bellow):
WARNING Episode:1756:Bleach-s17e02: Skipping PlexGuid:local://1756 because provider local has no external Id
But when I try to sync it individually with the --id argument, I get an error (also bellow).
Error trace / logs
Expected behavior
Map the episode id to the trakt episode id
Steps to reproduce the behavior
Inspect of problematic items
Workarounds
None
Install method
pipx (Recommended)
Version
0.22.3
Python Version
3.8.10
Operating System and Version
Ubuntu Server 20.04
The text was updated successfully, but these errors were encountered: