Changes
- the data for unfinished queue items is now saved to a file
- added an "about" page to the settings window
- added an option to load cookies from browser (
Settings -> yt-dlp
) - fixed a potential crash when checking GitHub for the latest FFmpeg version
- fixed not being able to select multiple queue items with the keyboard
- moved the custom file name command to the queue menu
- many minor fixes and improvements
The data for unfinished queue items is now saved to the file unfinished_qitems_data.json
when the program exits, and loaded when it starts. This is much faster than reacquiring the data with yt-dlp, and also allows the queue to be recreated exactly as it was.