Topic: Feedback required for some UI redesign on Picard
Hello there, forum people!
I've submitted a pull request to the Picard repository at Github that changes the UI of the file naming format page and merges it with the "Moving Files" page. This also solves PICARD-79.
You can find the pull request here. If you want to try it, here's what you have to do:
In case you already have a clone of the main repository, do the following:
» git remote add mineo git://github.com/mineo/picard.git
» git fetch mineo
» git checkout mineo/options-mergeIn case you do not already have a clone of the main repository, do the following:
» git clone git://github.com/mineo/picard.git
» cd picard
» git checkout options-mergeYou can then run picard with
» ./tagger.pyYou can find a picture of what it looks like in the pull request and here (old version on the left, new version on the right).
Please tell us whether or not you like it, found any bugs or anything else.
Thanks!