* morituri/image/cue.py:
publicize CueFile.tracks Add a method to get track lengths * examples/readcue.py: Use it.
This commit is contained in:
@@ -28,7 +28,7 @@ def main(path):
|
||||
cuefile = cue.Cue(path)
|
||||
cuefile.parse()
|
||||
|
||||
print cuefile._tracks
|
||||
print cuefile.tracks
|
||||
|
||||
path = 'test.cue'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user