* morituri/image/table.py:

Fix a subtle bug in our CDDB disc id calculation.
	  The length of the audio should be calculated as the delta
	  between leadout and start already converted (and truncated)
	  to seconds.
	* morituri/test/bloc.cue:
	* morituri/test/test_image_toc.py:
	  Fix up tests for this.
This commit is contained in:
Thomas Vander Stichele
2009-05-15 20:33:00 +00:00
parent e0ed33b1da
commit dc9ac1c6e3
4 changed files with 36 additions and 8 deletions

View File

@@ -1,3 +1,14 @@
2009-05-15 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/image/table.py:
Fix a subtle bug in our CDDB disc id calculation.
The length of the audio should be calculated as the delta
between leadout and start already converted (and truncated)
to seconds.
* morituri/test/bloc.cue:
* morituri/test/test_image_toc.py:
Fix up tests for this.
2009-05-15 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/program/cdparanoia.py: