Added a Windows executable, was annoying because there is not an easy way to convert python to windows executable on Linux ( PyInstaller converts it to a Linux executable)
Added a Windows executable, was annoying because there is not an easy way to convert python to windows executable on Linux ( PyInstaller converts it to a Linux executable)
Got first parts done, getting the time to display how I wanted it to was challenging because I had to use Regex to get the parts that I needed
Implemented ability to resize thumbnails
Added ability to change the playback speed, it was somehow easier than having the icons change colours ( I am still procrastinating it)
Made settings persistent and added a toggle to set duration label to time left, making settings persistent was easier than expected as it was just a couple lines of code but getting syntax correctly was annoying.
Implemented (Working) Dark and light mode, not currently persistent but was annoying because I had to make a custom toggle switch.
Implemented settings with toggle options, haven’t populated it yet but implementing a toggle switch was hard as there isn’t one natively in PyQt6
Implemented basic video playback
Implemented Thumbnails and title (with wrapping), thumbnails layout changes with resizing
Implement PyQt6 & added exit button and search box