Add --no-hash option to mkogg.py.
authorW. Trevor King <wking@drexel.edu>
Thu, 15 Dec 2011 18:52:01 +0000 (13:52 -0500)
committerW. Trevor King <wking@drexel.edu>
Thu, 15 Dec 2011 18:52:01 +0000 (13:52 -0500)
commitedc09cd11f7a58cf5e75b7cc790cf79c9013fb4c
tree347122dadcbd5fd76e46441bb831e324bc121d51
parentb57ae22248b000d267bff855f8c7c106b5f1ddbf
Add --no-hash option to mkogg.py.

Hashing is slow, so now you can avoid computing hashes to determine if
the target file has changed.  You can miss small changes this way
(e.g. tag changes in the source, or changed tag handling in mkogg.py
itself), but sometimes I don't care about that enough to want to hash
my whole music collection ;).

I've also added a few more ignored and translated ID3v2 keys.
posts/mkogg/mkogg.py