Some more big changes: no more 503 errors, add as many artists as you want at the same time, no more DB is locked errors, no more chinese/japanese results in the searches, version number displayed at the bottom, add artists while importing, some other stuff

This commit is contained in:
Remy
2011-07-16 02:25:57 -07:00
parent 4c1ff07b85
commit 75ba22ebdd
14 changed files with 576 additions and 394 deletions
+1 -1
View File
@@ -788,7 +788,7 @@ class MediaFile(object):
etc = StorageStyle('compilation')
)
albumartist = MediaField(
mp3 = StorageStyle('TXXX', id3_desc=u'Album Artist'),
mp3 = StorageStyle('TPE2'),
mp4 = StorageStyle(
'----:com.apple.iTunes:Album Artist',
as_type=str),
+1 -1
View File
@@ -141,7 +141,7 @@ def getReleaseTypeName(releaseType):
@see: L{musicbrainz2.model.Release}
"""
from musicbrainz2.data.releasetypenames import releaseTypeNames
from lib.musicbrainz2.data.releasetypenames import releaseTypeNames
return releaseTypeNames.get(releaseType)