Thomas Vander Stichele
c17a28d7ae
* examples/movecue.py:
...
* examples/readcue.py:
* morituri/image/cue.py:
* morituri/image/image.py:
* morituri/image/toc.py:
* morituri/program/cdrdao.py:
* morituri/test/test_image_cue.py:
* morituri/test/test_image_toc.py:
Cue -> CueFile
TOC -> TocFile
2009-05-04 16:01:19 +00:00
Thomas Vander Stichele
d76e0a3495
* morituri/common/common.py:
...
Create some common functions to parse MSF and back.
* morituri/image/toc.py:
Use it here.
2009-05-01 18:29:39 +00:00
Thomas Vander Stichele
beb45e4546
* morituri/image/toc.py:
...
* morituri/test/test_image_toc.py:
* morituri/test/bloc.toc (added):
Fix up .toc parsing to correct index 0 behaviour.
Add Bloc Party's Silent Alarm .toc file to test HTOA.
2009-05-01 12:29:48 +00:00
Thomas Vander Stichele
f2b6991dbe
* morituri/test/test_image_toc.py (added):
...
* morituri/image/toc.py (added):
Add first stab at .toc parsing.
2009-04-27 22:18:03 +00:00
Thomas Vander Stichele
5df66ce231
* morituri/test/test_image_table.py (added):
...
* morituri/image/table.py (added):
* morituri/test/test_image_toc.py (deleted):
* morituri/image/toc.py (deleted):
Move files around in preparation for the .toc file parsing.
2009-04-27 22:02:07 +00:00
Thomas Vander Stichele
587f1a45dd
* examples/ARcue.py:
...
* morituri/common/checksum.py:
* morituri/image/image.py:
* morituri/image/toc.py:
* examples/gtkchecksum.py (added):
* examples/gtkcrc.py (deleted):
More crc->checksum changes.
2009-04-15 13:39:16 +00:00
Thomas Vander Stichele
9b5050d221
* morituri/image/image.py:
...
* morituri/image/toc.py:
* morituri/common/checksum.py (added):
* morituri/common/crc.py (deleted):
Rename crc to checksum, because AccurateRip checksums are not CRC's.
2009-04-15 13:23:45 +00:00
Thomas Vander Stichele
065754d5d1
* morituri/image/image.py:
...
Refactor to use TOC class.
* morituri/image/toc.py:
Fully document.
2009-04-15 12:45:22 +00:00
Thomas Vander Stichele
02edffa629
* 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 12:32:10 +00:00