Releases: primetime43/Ratings-To-Plex-Ratings
Releases · primetime43/Ratings-To-Plex-Ratings
v2.1.0
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
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
v1.2.1
v1.2
v1.1
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
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)