album-splitter
album-splitter copied to clipboard
Added basic GUI
Additions
- Added a basic GUI using easygui, that acts as a wizard to launch the spitter program.
- GUI has the option to reformat a tracklist.
- Changed the regex in the splitter program slightly, for my own needs.
I couldn't test it as much as I would have liked, using a file works fine, I didn't try with a YouTube link.
Hey Lightning3105,
Well done!
I had to install an additional pip package to make the GUI work (easygui
) which was not present in the requirements.txt
file. Can you please add it (if you setup everything with virtualenv
on Linux you should be able to do pip freeze > requirements.txt
) ?
Hey @Lightning3105 can you please resolve the conflicts in order for @crisbal to be able to merge your PR?