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

Bypass show when it doesn't exist in trakt db (ex. in tvdb only) #1806

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

simonc56
Copy link
Collaborator

Some shows from TVDB do not exist in TMDB / Trakt database because TVDB sometimes splits a show in multiple shows.
Therefore, those shows cannot be rated separately and cannot be synced to Trakt.

Example :
TMDB has show A with 2 seasons.
TVDB has same show split in show A with 1 season and show B with 1 season.

Ids of show A correspond between TMDB and TVDB, so it can be synced.
Id of show B correspond to nothing in TMDB/Trakt, so it cannot be synced. We have to bypass it.

fixes #1785

Copy link
Collaborator

@glensc glensc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't really understand what the fuzz is. but the changes look like they prevent crash, so fine by me.

@simonc56 simonc56 merged commit 19cb117 into Taxel:main Feb 19, 2024
3 checks passed
@simonc56 simonc56 deleted the if-show-only-exists-in-tvdb branch February 19, 2024 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error during ratings sync: 'NoneType' object has no attribute 'plex'
2 participants