Fixed beets m4a album artist bug, redirect to artist page after adding, new folder naming option, fixed bug with folder names and forward slashes, have tracks update instantly on index page after processing, new filter for release groups

This commit is contained in:
Remy
2011-08-01 22:21:46 -07:00
parent cf3e60d4b4
commit 769579bed2
9 changed files with 67 additions and 50 deletions
+1 -2
View File
@@ -789,8 +789,7 @@ class MediaFile(object):
)
albumartist = MediaField(
mp3 = StorageStyle('TPE2'),
mp4 = StorageStyle(
'----:com.apple.iTunes:Album Artist'),
mp4 = StorageStyle('aART'),
etc = [StorageStyle('album artist'),
StorageStyle('albumartist')]
)