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
22e81b4665
* morituri/image/cue.py:
...
* morituri/image/image.py:
* morituri/image/table.py:
* morituri/program/cdparanoia.py:
* morituri/test/test_image_cue.py:
Move to using a shared IndexTable for everything.
Sadly mixed with a MultiTask rename.
2009-05-04 08:40:42 +00:00
Thomas Vander Stichele
6e2e58a373
* morituri/image/cue.py:
...
* morituri/test/test_image_cue.py:
Add dumping of .cue files.
2009-05-03 19:18:26 +00:00
Thomas Vander Stichele
c4f22acda5
* morituri/test/kanye.cue (added):
...
Add a cue test with mixed mode.
* morituri/image/cue.py:
* morituri/test/test_image_cue.py:
Handle it properly.
2009-04-26 11:19:03 +00:00
Thomas Vander Stichele
03ef79ec84
* morituri/image/cue.py:
...
getRealPath should be here, it doesn't need anything outside
the .cue file
* morituri/image/image.py:
Proxy it here.
2009-04-25 16:06:23 +00:00
Thomas Vander Stichele
68b6db9e10
* morituri/image/cue.py:
...
Use names for matches in regexps.
2009-04-19 21:47:18 +00:00
Thomas Vander Stichele
56da05a31c
doc and cleanup, add getIndex
2009-04-12 19:30:23 +00:00
Thomas Vander Stichele
4c2b6e4c74
* morituri/image/cue.py:
...
publicize CueFile.tracks
Add a method to get track lengths
* examples/readcue.py:
Use it.
2009-02-28 13:43:44 +00:00
Thomas Vander Stichele
0daad73e0e
add code to read cue files
2009-01-06 11:45:05 +00:00