Skip to content

Releases: RileyXX/IMDB-Trakt-Syncer

v1.2.1

20 May 19:00
3821988
Compare
Choose a tag to compare

What's Changed

Notes:

  • Modified requests to use error handling functions
  • Add more other status codes to retry when failed. (e.g. API down for maintenance and other unavailable errors)
  • Add more detailed status code descriptions from Trakt api. This will help with troubleshooting if an api request failed.

Full Changelog: v1.2.0...v1.2.1

v1.2.0

20 May 02:20
7a77280
Compare
Choose a tag to compare

What's Changed

  • Add support for review/comment sync by @RileyXX in #28

Notes

  • If you are upgrading to this version, you will be prompted on whether you would like to enable review/comment sync. This setting will be remembered and saved to credentials.txt in the same folder as the script and can be changed later by the user. The user can also delete credentials.txt to reset the script and re-enter all details.
  • Reviews/comments submitted to IMDB will use "My Review" as the review title by default.
  • Only reviews/comments greater than 600 characters will be submitted to IMDB. This is an IMDB limitation.
  • Review/comment sync is currently experimental. If you run into any bugs please open a new bug report

Full Changelog: v1.1.9...v1.2.0

v1.1.9

18 May 22:23
5c69f13
Compare
Choose a tag to compare
  • Modify Github submission link for errorHandling.py.
  • Minor fix for recommend Python version 3.6 or later.

Full Changelog: v1.1.8...v1.1.9

v1.1.8

18 May 21:52
4601905
Compare
Choose a tag to compare

What's Changed

  • Add detailed error handling with Github bug report submission link by @RileyXX in #26
  • Recommend Python version 3.6 or later.

Full Changelog: v1.1.6...v1.1.8

v1.1.6

18 May 08:06
509164d
Compare
Choose a tag to compare

What's Changed

  • Minor spelling changes + README.md file updated by @RileyXX in #24

Full Changelog: v1.1.5...v1.1.6

v1.1.5

18 May 02:47
c5d51ff
Compare
Choose a tag to compare

What's Changed

  • Minor fixes: Remove unnecessary imports and strip user entered credentials of whitespaces before saving to credentials.txt by @RileyXX in #23

Full Changelog: v1.1.4...v1.1.5

This version is no longer installable with pip.

v1.1.4

16 May 01:49
e5ac50c
Compare
Choose a tag to compare

What's Changed

  • Add support for episode ratings by @RileyXX in #21
  • Fixed an issue where sometimes the IMDb rating would not set.

Note: Season ratings are not supported on IMDB, therefore season ratings sync can not be implemented.

Full Changelog: v1.1.3...v1.1.4

This version is no longer installable with pip.

v1.1.3

15 May 09:03
23acd14
Compare
Choose a tag to compare

What's Changed

  • Add chromedriver fallback install method by @RileyXX in #20

Full Changelog: v1.1.2...v1.1.3

This version is no longer installable with pip.

v1.1.2

14 May 21:38
ec095ad
Compare
Choose a tag to compare

What's Changed

  • Improve chromedriver version check and automatically install correct chromedriver version by @RileyXX in #19

Tested and working on Windows. Untested on Linux and MacOS. If this update causes you issues please open an issue and describe the error you are receiving and your operating system.

Full Changelog: v1.1.1...v1.1.2

This version is no longer installable with pip.

v1.1.1

13 May 08:58
016b444
Compare
Choose a tag to compare

What's Changed

  • Improve IMDb ratings file deletion handling by @RileyXX in #18

Full Changelog: v1.1.0...v1.1.1

This version is no longer installable with pip.