CC-5816: Publisher column

* Kanye West support. Surely
This commit is contained in:
Albert Santoni 2014-04-24 17:05:38 -04:00
parent 069ebd3991
commit e503c952d2
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
import time
import datetime
import mutagen
import logging
from analyzer import Analyzer
class MetadataAnalyzer(Analyzer):
@ -92,6 +93,7 @@ class MetadataAnalyzer(Analyzer):
'genre': 'genre',
'isrc': 'isrc',
'label': 'label',
'organization': 'label',
#'length': 'length',
'language': 'language',
'last_modified':'last_modified',