* morituri/test/test_image_toc.py (added):

* morituri/image/toc.py (added):
	  Add an abstraction for a TOC.
	  Take data tracks into account correctly for CDDB and AccurateRip
	  disc ID's.
This commit is contained in:
Thomas Vander Stichele
2009-04-15 12:32:10 +00:00
parent f865e91526
commit 02edffa629
3 changed files with 183 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
2009-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/test/test_image_toc.py (added):
* morituri/image/toc.py (added):
Add an abstraction for a TOC.
Take data tracks into account correctly for CDDB and AccurateRip
disc ID's.
2009-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/image/image.py: