cecobask / imdb-trakt-sync

Automatic sync from IMDb to Trakt (watchlist, lists, ratings and history) using GitHub actions.
MIT License
97 stars 229 forks source link

Add syncing for the "ratings" list as it doesn't count as a list the same way the "watchlist" list is #12

Closed kunall-ll closed 1 year ago

kunall-ll commented 1 year ago

Maybe add in a new secret by the name of IMDB_RATINGS_ID which uses the ur** variable to scrape the ratings list as currently this only scrapes the watchlist and any other lists that have been created. There is no default list ID for the ratings list so it is treated differently perhaps?

Similar to how it's done here https://github.com/josh/imdb-trakt-sync

cecobask commented 1 year ago

Hi @kunall-ll, the app doesn’t require you to specify IMDb user id or anything else besides the IMDb cookies. What it does behind the scenes is:

The IMDb ratings are linked to your user id and are treated differently from lists. The default rating list on IMDb isn’t really a list in the same sense watchlist and other custom lists are. The rating list doesn’t have an id like watchlist and custom lists do, they’re just linked to your user id.

Maybe I misunderstood your feature request. If that’s the case feel free to expand on it and I’ll see what I can do 👍

cecobask commented 1 year ago

Closing due to inactivity.