Thomas Vander Stichele
13a9f81550
* morituri/common/crc.py:
...
Actually return the CRC when checking frame 5.
* morituri/test/test_image_image.py:
Update test for this fix.
2009-04-14 20:19:27 +00:00
Thomas Vander Stichele
ac880acdf1
* examples/ARcue.py:
...
* morituri/common/crc.py:
* morituri/image/image.py:
* morituri/test/test_image_image.py:
Calculate CDDB disc id.
Tested on my Kings Of Leon CD.
2009-04-12 19:30:57 +00:00
Thomas Vander Stichele
f1d75142da
* examples/gtkcrc.py:
...
* morituri/common/crc.py:
* morituri/common/task.py:
* morituri/image/image.py:
Add a 'schedule' call to the TaskRunner class, so that we can
abstract things like gobject.timeout_add and reactor.callLater
Pass the runner to the task in Task.start() so a task can call
schedule.
2009-04-12 08:51:13 +00:00
Thomas Vander Stichele
8345938584
* examples/ARcue.py:
...
* examples/gtkcrc.py:
* morituri/common/crc.py:
* morituri/common/task.py:
Split out generic task/runner from CRC tasks.
2009-04-11 15:40:03 +00:00
Thomas Vander Stichele
2e93bfb988
* morituri/common/crc.py (added):
...
Copy from task.py before splitting.
2009-04-11 15:36:02 +00:00