-
I noted that the calculated id was slightly off in many of my discs, and started inspecting what was the cause. It turned out that in DiscID.py the total_time should be calculated without the frames. Or at least it seemed to work with the discs I tried it with. I.e., editing the disc_id function, add variable:
track_secs = []
in the track loop, store the seconds, too...
2007-06-16 09:23:21 UTC by jobec
-
che_fox committed patchset 23 of module CDDB to the CDDB.py CVS repository, changing 1 files.
2003-08-31 23:24:30 UTC by che_fox
-
che_fox committed patchset 22 of module CDDB to the CDDB.py CVS repository, changing 4 files.
2003-08-31 23:19:45 UTC by che_fox
-
che_fox committed patchset 21 of module CDDB to the CDDB.py CVS repository, changing 2 files.
2003-08-31 23:19:11 UTC by che_fox
-
che_fox committed patchset 20 of module CDDB to the CDDB.py CVS repository, changing 1 files.
2003-08-31 23:18:43 UTC by che_fox
-
che_fox committed patchset 19 of module CDDB to the CDDB.py CVS repository, changing 1 files.
2003-08-31 23:18:04 UTC by che_fox
-
che_fox committed patchset 18 of module CDDB to the CDDB.py CVS repository, changing 1 files.
2001-03-28 16:29:44 UTC by che_fox
-
Phew. Lots of updating. Default to freedb.freedb.org for the CDDB server; I don't want to play
GraceNote's licensing games. FreeDB is great and works perfectly. New cdrom.open() and wrapper DiscID.open() calls to perform
"do what I mean" CD audio device opening appropriate to each
platform; even works on Win32. Update win32/mci.dll for Python 2.0; thanks to Mike Roberts...
2001-03-14 19:56:06 UTC by che_fox
-
che_fox committed patchset 17 of module CDDB to the CDDB.py CVS repository, changing 10 files.
2001-03-10 22:34:03 UTC by che_fox
-
Anonymous committed patchset 1 of module CVSROOT to the CDDB.py CVS repository, changing 11 files.
2000-10-13 23:14:09 UTC by nobody