From 919076e720e8876fa64e71e36283a7b8f06e352d Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 28 Oct 2011 17:15:40 +0000 Subject: [PATCH] doc fixes --- TODO | 4 ++++ morituri/common/musicbrainzngs.py | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 1b55294..73e91c5 100644 --- a/TODO +++ b/TODO @@ -46,3 +46,7 @@ TODO: - possibly figure out how to name albums with credited artist; look at gorky and spiritualized electric mainline - when shortening file name then reripping, it rerips since it doesn't know the shortened name; see sufjan stevens +- if a disc output dir is already there, see if it was properly finished; + complain if it was, to not overwrite +- if multiple releases with different artist match the disc id, stop and + let user continue by choosing one diff --git a/morituri/common/musicbrainzngs.py b/morituri/common/musicbrainzngs.py index 96aeff3..fc759f6 100644 --- a/morituri/common/musicbrainzngs.py +++ b/morituri/common/musicbrainzngs.py @@ -75,7 +75,9 @@ class DiscMetadata(object): def _getMetadata(release, discid): """ - @type release: L{musicbrainz2.model.Release} + @type release: C{dict} + @param release: a release dict as returned in the value for key release + from get_release_by_id @rtype: L{DiscMetadata} or None """