* morituri/image/table.py:

* morituri/image/toc.py:
	  Add parsing of ISRC codes.
	  Add first part of CDTEXT stuff.
	* morituri/test/test_image_toc.py:
	  Add test for converting .toc to .cue
	* morituri/test/cure.cue
	  Add reference for converted cure.toc
This commit is contained in:
Thomas Vander Stichele
2009-05-14 08:21:28 +00:00
parent 4040fafd3f
commit 82db5d3b1d
5 changed files with 128 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
2009-05-14 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/image/table.py:
* morituri/image/toc.py:
Add parsing of ISRC codes.
Add first part of CDTEXT stuff.
* morituri/test/test_image_toc.py:
Add test for converting .toc to .cue
* morituri/test/cure.cue
Add reference for converted cure.toc
2009-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
* examples/readhtoa.py: