From 0b80eaaa9dbde3a2fefafdfcceff69c51d2d4b6a Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 24 Jun 2009 16:34:47 +0000 Subject: [PATCH] * morituri/result/result.py: Document some more. --- ChangeLog | 5 +++++ morituri/result/result.py | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 763f76a..bb35b33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-06-24 Thomas Vander Stichele + + * morituri/result/result.py: + Document some more. + 2009-06-24 Thomas Vander Stichele * morituri/test/Makefile.am: diff --git a/morituri/result/result.py b/morituri/result/result.py index bff9623..02d6f21 100644 --- a/morituri/result/result.py +++ b/morituri/result/result.py @@ -30,6 +30,15 @@ class TrackResult: @type testcrc: int @ivar copycrc: 4-byte CRC for the copy read @type copycrc: int + + @var accuripCRC: our calculated 4 byte AccurateRip CRC for this track. + @type accuripCRC: 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 accuripDatabaseMaxConfidence: maximum confidence in the AccurateRip + database for this track; can still be + 0. If None, the track was not found. """ number = None filename = None