album-splitter icon indicating copy to clipboard operation
album-splitter copied to clipboard

Added basic GUI

Open j-waters opened this issue 8 years ago • 2 comments

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.

j-waters avatar Apr 03 '16 17:04 j-waters

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) ?

crisbal avatar Apr 03 '16 17:04 crisbal

Hey @Lightning3105 can you please resolve the conflicts in order for @crisbal to be able to merge your PR?

JohnMoutafis avatar Jul 04 '17 07:07 JohnMoutafis