'tcop': 'copyright',
'tit2': 'title',
'tpe1': 'artist',
- 'tpe2': 'band',
+ 'tpe2': 'accompaniment',
'tpe3': 'conductor',
'tpos': 'part of set',
+ 'tpub': 'organization',
'trck': 'tracknumber',
'tyer': 'date',
}
drop_keys = [
'apic', # attached picture
'geob', # general encapsulated object
+ 'ncon', # ?
+ 'pcnt', # play counter (incremented with each play)
+ 'priv', # private
+ 'tenc', # encoded by
+ 'tope', # original artist (e.g. for a cover)
+ 'tlen', # length (in milliseconds)
+ 'tmed', # media type
+ 'wxxx', # user defined URL
]
in_v2 = False
for line in stdout.splitlines():