* morituri/common/task.py: Use an adapter to assemble CD frames. Take into account special rules for first and last track. Mention some bugs. Remember to drag the lake from the task.
29 lines
798 B
Plaintext
29 lines
798 B
Plaintext
2009-03-26 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
* examples/ARcue.py:
|
|
* morituri/common/task.py:
|
|
Use an adapter to assemble CD frames.
|
|
Take into account special rules for first and last track.
|
|
Mention some bugs.
|
|
Remember to drag the lake from the task.
|
|
|
|
2009-03-22 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
* examples/ARcue.py:
|
|
* morituri/common/task.py:
|
|
First version that seems to get some AccurateRip checksums right.
|
|
|
|
2009-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
* morituri/image/cue.py:
|
|
publicize CueFile.tracks
|
|
Add a method to get track lengths
|
|
* examples/readcue.py:
|
|
Use it.
|
|
|
|
2009-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
* morituri/common/task.py (added):
|
|
Add a task abstraction.
|
|
|