* morituri/result/result.py:
Document some more.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2009-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* morituri/result/result.py:
|
||||||
|
Document some more.
|
||||||
|
|
||||||
2009-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
|
2009-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* morituri/test/Makefile.am:
|
* morituri/test/Makefile.am:
|
||||||
|
|||||||
@@ -30,6 +30,15 @@ class TrackResult:
|
|||||||
@type testcrc: int
|
@type testcrc: int
|
||||||
@ivar copycrc: 4-byte CRC for the copy read
|
@ivar copycrc: 4-byte CRC for the copy read
|
||||||
@type copycrc: int
|
@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
|
number = None
|
||||||
filename = None
|
filename = None
|
||||||
|
|||||||
Reference in New Issue
Block a user