[SCM] morituri/master: * morituri/result/result.py: Document some more.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:09:09 UTC 2014


The following commit has been merged in the master branch:
commit 0b80eaaa9dbde3a2fefafdfcceff69c51d2d4b6a
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Wed Jun 24 16:34:47 2009 +0000

    	* morituri/result/result.py:
    	  Document some more.

diff --git a/ChangeLog b/ChangeLog
index 763f76a..bb35b33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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>
+
 	* morituri/test/Makefile.am:
 	* morituri/test/dBAR-020-002e5023-029d8e49-040eaa14.bin (added):
 	  Add AR result for Luke Haines Is Dead disc 1
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

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list