leosongwei / mutagen

Automatically exported from code.google.com/p/mutagen
GNU General Public License v2.0
0 stars 0 forks source link

mid3v2: add verbose mode and command line options [with patch] #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When driven by a script, mid3v2 can be rather verbose in its output. I don't 
really care to know
everything it is doing, only if there is a problem.

The attached patch adds command line options -v (--verbose) and -q (--quiet) to 
control the
wordiness.

Cheers

Hans

Original issue reported on code.google.com by hanse...@gmail.com on 17 Nov 2009 at 6:16

GoogleCodeExporter commented 9 years ago
Missed one place where a "print" had to be prefixed with "if verbose:".

I'm now running this script-driven on my music collection and the results are 
very
clean. As far as I can see this should be the last version of the patch.

Of course, you might have a different opinion on what the default value for
options.verbose should be....

Original comment by hanse...@gmail.com on 17 Nov 2009 at 7:01

Attachments:

GoogleCodeExporter commented 9 years ago
Here is a patch for the manpage mid3v2.1

Original comment by hanse...@gmail.com on 17 Nov 2009 at 7:14

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by joe.wreschnig@gmail.com on 25 Nov 2009 at 12:02

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r67.

Original comment by joe.wreschnig@gmail.com on 13 Dec 2009 at 4:11

GoogleCodeExporter commented 9 years ago
Thank you! Sorry for the bad python. Never written it before.

Original comment by hanse...@gmail.com on 28 Dec 2009 at 5:55