RileyXX / IMDB-Trakt-Syncer

A python script that syncs user watchlist, ratings and reviews for Movies, TV Shows and Episodes both ways between Trakt and IMDB.
MIT License
83 stars 2 forks source link

Issue preventing re-sync for items with same-day rating updates #60

Open RileyXX opened 1 year ago

RileyXX commented 1 year ago

Description:

Currently, the script does not update ratings for items if their ratings are both set and modified on the same day. This behavior is due to a limitation in IMDB's ratings CSV data. IMDB provides only the rated date in the Y-M-D format without a specific time.

Rating Date Limitation:

IMDB's ratings CSV data lacks timestamp information, making it impossible to distinguish between ratings set and modified on the same day.

Status and Resolution:

This issue will remain open until a fix or workaround can be implemented. Until then, items with same-day rating updates will not be re-synced.