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

IMDb Import: Force use of IMDB ID when matching titles #173

Open
Floydian-dk opened this issue Oct 29, 2024 · 3 comments
Open

IMDb Import: Force use of IMDB ID when matching titles #173

Floydian-dk opened this issue Oct 29, 2024 · 3 comments

Comments

@Floydian-dk
Copy link

Have worked on implementing a feature to for the use of IMDb ID when importing lists from IMDb to Trakt.
My changes can be found here: https://github.com/Floydian-dk/TraktRater/tree/floydian_tr

Latest changes also contains updates of the IMDb export formats as of October 29th, 2024.

@Beaupedia
Copy link

Does this fix the issue causing me to get lots of, "Failed to find matching episode name."? If so, how do I download your version?

@Floydian-dk
Copy link
Author

I worked on this trying to solve an issue where the wrong show was matched, since TraktRater only use the title of the TV-show for a match. This caused issues when rating e.g. "Shameless", where the original TraktRater would match my ratings of the US show with the UK version on Trakt.
Implemented this feature to force TraktRater to use IMDB ID's when matching on Trakt. This ensures that the wrong show is not matched, however it also threw a lot of exceptions, because TMDB doesn't always have the IMDB ID listed.

Would assume that this change might solve some of your issues, however for it to work properly, TMDB needs to have the IMDB ID for both show and individual episodes when importing from IMDB to Trakt.

@Floydian-dk
Copy link
Author

Oh... And regarding download.
I've not made a download available - if this change is not merged with the official release here, I could provide an un-official release for you to test.

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

No branches or pull requests

2 participants