From 7f2979b249759c06316f4638426d755815b009fd Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 24 Jun 2009 18:38:51 +0000 Subject: [PATCH] update docs --- morituri/result/result.py | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/morituri/result/result.py b/morituri/result/result.py index e141d1a..e3446bc 100644 --- a/morituri/result/result.py +++ b/morituri/result/result.py @@ -26,19 +26,30 @@ from morituri.result import logger class TrackResult: """ - @ivar testcrc: 4-byte CRC for the test read - @type testcrc: int - @ivar copycrc: 4-byte CRC for the copy read - @type copycrc: int + @ivar testcrc: 4-byte CRC for the test read + @type testcrc: int + @ivar copycrc: 4-byte CRC for the copy read + @type copycrc: int - @var ARCRC: our calculated 4 byte AccurateRip CRC for this track. - @type ARCRC: int - @var accurip: whether this track's AR CRC was found in the database, - and thus whether the track is considered accurately ripped. - @type accurip: bool + @var accurip: whether this track's AR CRC was found in the + database, and thus whether the track is considered + accurately ripped. @type accurip: bool + @type accurip: bool + + @var ARCRC: our calculated 4 byte AccurateRip CRC for this + track. + @type ARCRC: int + + @var ARDBCRC: the 4-byte AccurateRip CRC this + track did or should have matched in the database. + If None, the track is not in the database. + @type ARDBCRC: int + @var ARDBConfidence: confidence for the matched AccurateRip CRC for + this track in the database. + If None, the track is not in the database. @var ARDBMaxConfidence: maximum confidence in the AccurateRip database for - this track; can still be 0. If None, the track - was not found. + this track; can still be 0. + If None, the track is not in the database. """ number = None filename = None