Skip to content

Releases: primetime43/Ratings-To-Plex-Ratings

v2.1.0

09 Sep 20:41
Compare
Choose a tag to compare

Full Changelog: 2.0.0...2.1.0

Improvements:

  • Improved logging for the user on the UI and backend

Fixes:

  • Fixed an issue with reading the IMDb .csv file #8
  • Fixed a bug where UI elements wouldn't re-enable

v2.0.0

31 Mar 04:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.2...2.0.0

New Features:

  • Rewrote the program to no longer use PySimpleGUI UI, and replaced it with customtkinter because PySimpleGUI forces users to sign up & get a verification key to use. #7
  • Separated the program logic into MVC with the UI and Controller files

Fixes:

  • Fixed an issue with the rating scale being wrong. Plex's backend uses out of 10 & its UI uses 5

v1.2.2

09 Nov 22:44
Compare
Choose a tag to compare

Fixes & Enhancements:

  • Fixed letterboxd rating for when the value is a decimal (025a56c) #6 (Thanks TtVrac)

v1.2.1

26 Oct 20:37
Compare
Choose a tag to compare

Fixes & Enhancements:

v1.2

25 Sep 02:51
Compare
Choose a tag to compare

Whats new:

  • Added Letterboxd support #4 (source)
  • Added checkboxes for the ability to update tv shows for IMDb (tv series, tv mini series, tv movies) (source)

Fixes & Enhancements:

  • Added tv show ratings & only list actual Plex servers (source)

v1.1

23 May 02:56
Compare
Choose a tag to compare

Release Notes for Ratings-To-Plex-Ratings

Enhancements:

  • Added Library Selection Dropdown: To enhance the user experience and provide more flexibility, I have added a dropdown menu in the user interface for library selection. Users can now choose the desired library for updating movie ratings. This feature addresses and resolves issue #3 . (source)
  • Refined Log Outputs: I have improved the log output for a cleaner and more focused view. Previous versions included various printouts that led to a cluttered log window. I have refined the outputs to primarily show updated items. (source)

v1.0

08 May 03:13
fba5b6a
Compare
Choose a tag to compare

Release Notes for Ratings-To-Plex-Ratings

May 8, 2023

  • Updated README.md (source)
  • Repacked latest Python Script to exe. The exe now contains the latest python code updates (source)
  • Fixed issue #2 by changing the search method to find movies by their unique IMDb id rather than by movie title (source)

May 6, 2023

  • Merged remote-tracking branch 'origin/master' (source)
  • Added a progress bar that is multithreaded so the program will update the progress bar as it updates the Plex ratings #1 (source)
  • Created an exe file to run the python file easier. Also, created a batch file to install the required packages (source)
  • Added more detailed info about the program in README.md (source)
  • Removed the code for the find movie search. Added code to log when connecting to the selected server and not enable the update button until connected (source)
  • Added the api call that updates the selected user's movie ratings in the Plex library to match the loaded IMDb ratings from the csv file (source)
  • Added a log window to show the movies matched in the selected user's Plex library from the loaded csv file (source)
  • Added login status to the program title/header and search for a movie in the selected user's Plex library (source)

Apr 29, 2023

  • Initial README update (source)
  • First commit of the project (source)