* morituri/common/encode.py:

Add tasks to read, write, and safely retag flac files.
	* morituri/test/test_common_encode.py:
	  Add tests for this.
This commit is contained in:
Thomas Vander Stichele
2010-04-13 21:55:35 +00:00
parent 7515cf9e73
commit d9ca12d7cc
3 changed files with 223 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
2010-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/encode.py:
Add tasks to read, write, and safely retag flac files.
* morituri/test/test_common_encode.py:
Add tests for this.
2010-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/checksum.py: