Changeset 555
- Timestamp:
- 19-10-11 20:45:22 (19 months ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
morituri/common/musicbrainz.py (modified) (1 diff)
-
morituri/rip/debug.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r554 r555 1 2011-10-19 Thomas Vander Stichele <thomas at apestaart dot org> 2 3 * morituri/common/musicbrainz.py: 4 * morituri/rip/debug.py: 5 Doc/output fixes. 6 1 7 2011-10-19 Thomas Vander Stichele <thomas at apestaart dot org> 2 8 -
trunk/morituri/common/musicbrainz.py
r551 r555 133 133 def musicbrainz(discid): 134 134 """ 135 Based on a MusicBrainz disc id, get a list of DiscMetadata objects 136 for the given disc id. 137 138 Example disc id: Mj48G109whzEmAbPBoGvd4KyCS4- 139 140 @type discid: str 141 135 142 @rtype: list of L{DiscMetadata} 136 143 """ -
trunk/morituri/rip/debug.py
r554 r555 107 107 for j, track in enumerate(md.tracks): 108 108 self.stdout.write(' Track %2d: %r - %r\n' % ( 109 j , track.artist, track.title))109 j + 1, track.artist, track.title)) 110 110 111 111 class Debug(logcommand.LogCommand):
Note: See TracChangeset
for help on using the changeset viewer.
