cecobask/imdb-trakt-sync

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

Closed this issue · 2 comments

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

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:

  • web scrapes for your IMDb user id (example: ur90652261) automatically
  • web scrapes for all your list ids (example: ls562539563) automatically if you didn’t specify any with the IMDB_LIST_IDS repository secret

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 👍

Closing due to inactivity.