Skip to content

Releases: RileyXX/IMDB-Trakt-Syncer

v1.7.2

02 Aug 07:15
5be7f2a
Compare
Choose a tag to compare

What's Changed

  • Increase performance for Trakt requests + add support for additional IMDB media types by @RileyXX in #62

Notes:

  • Potential fix for #61
  • Add support for additional IMDB media types tvSpecial, tvMovie, tvShort & video.
  • Increase performance for Trakt requests (reduced initial retry wait time to 1 second and extended max retries to 5)

Full Changelog: v1.7.1...v1.7.2

v1.7.1

29 Jul 12:21
802d49d
Compare
Choose a tag to compare

What's Changed

  • Modify the ratings updating logic to preserve ratings that were changed on the same day by @RileyXX in #59

Notes:

If an item's rating is both set and modified on the same day, it will not be re-synced. This issue is due to a limitation in the ratings CSV data provided by IMDB, which only includes the rated date in the Y-M-D format without a specific time.

In the 1.7.0 release, Trakt ratings took priority for items rated and modified on the same day. However, in version 1.7.1, this behavior was changed to retain the original functionality where ratings are not overwritten. This change ensures that users' updated ratings on IMDB are not accidentally replaced with older Trakt ratings during the next sync.

Full Changelog: v1.7.0...v1.7.1

v1.7.0

29 Jul 11:01
fe8c229
Compare
Choose a tag to compare

What's Changed

  • Add support for updating ratings with most recent rating by @RileyXX in #58

Notes:

If an item's rating is both set and modified on the same day, the Trakt rating will take priority and the IMDB rating will be overwritten. This issue is due to a limitation in the ratings CSV data provided by IMDB, which only includes the rated date in the Y-M-D format without a specific time.

Full Changelog: v1.6.0...v1.7.0

v1.6.0

26 Jul 22:06
28fe15c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.5...v1.6.0

v1.5.5

01 Jul 01:02
1341681
Compare
Choose a tag to compare

What's Changed

  • Minor improvements for getting IMDB reviews by @RileyXX in #55

Full Changelog: v1.5.4...v1.5.5

v1.5.4

27 Jun 08:13
205c77a
Compare
Choose a tag to compare

What's Changed

  • Improvements for IMDB requests and printing item status by @RileyXX in #54
  • Fix for #52

Full Changelog: v1.5.2...v1.5.4

v1.5.2

25 Jun 00:31
bea44c4
Compare
Choose a tag to compare

What's Changed

  • Minor changes to IMDB requests and error logger by @RileyXX in #53

Full Changelog: v1.5.1...v1.5.2

v1.5.1

19 Jun 16:19
1f84010
Compare
Choose a tag to compare

What's Changed

  • Minor fixes for error log file location + missing variable in check_imdb_reviews_last_submitted() by @RileyXX in #51

Full Changelog: v1.5.0...v1.5.1

v1.5.0

19 Jun 10:10
9d9df2c
Compare
Choose a tag to compare

What's Changed

  • Add error logging and improvements for handling IMDB requests by @RileyXX in #50

Notes:

  • Added support for error logging in log.txt for more thorough troubleshooting.
  • IMDB requests are now properly handled by detecting errors and using retries where necessary (rate limit exceeded, server overloaded etc). Retryable status codes: 408, 425, 429, 500, 502, 503, 504
  • Improved rating, adding or removing items on IMDB. The script now properly waits until certain elements have loaded before executing the script.

Full Changelog: v1.4.2...v1.5.0

v1.4.2

16 Jun 08:38
3aceb3d
Compare
Choose a tag to compare

What's Changed

  • Fix for ratings still syncing even when disabled by @RileyXX in #49

Full Changelog: v1.4.1...v1.4.2