v0.8.0
This is a pretty nifty release, especially after six months of mostly quietness!
Web GUI
A spiffy web GUI is now available for creating the instructions for Gunloader to use. Rather than passing parameters and editing text files, you can play around with pleasant-looking buttons and whatnot.
The best part is that it's community-driven, so if someone out there has already taken care of the songs' information & timings for a video, you can make use of it!
The Gunloader CLI has been adapted to letting you pass the ID from the Web GUI to it. Simply run the program and pass the ID shown in the Web GUI, and it will auto-magically take care of downloading and splitting up the songs for you. Just make sure you've got the necessary dependencies installed!
Still in early stages, if quirks appear or you get confused, please don't hesitate to let me know!
Use yt-dlp
instead of youtube-dl
By default, yt-dlp
is now used instead of youtube-dl
for downloading videos.
Should it be necessary to use youtube-dl, one can specify the path to its binary using the --youtube-dl parameter for the Gunloader CLI.
Allow passing .gun
file path as CLI parameter
The CLI was taught the --instructions
parameter, which permits Gunloader to use an existing, previously compiled .gun
file for the encoding instructions. This is mostly for the Web GUI stuff, but a clever soul or two out there might benefit from it... assuming enough people actually use this program.