For frame types that don't _allow_duplicates, Tag's __getitem__ should
automatically extract the single frame from the list stored in _frames.
>>> tag[TIT2]
TIT2(text="Staralfur")
>>> tag._frames[TIT2]
[TIT2(text="Staralfur")]
Also, __setitem__ should throw an error if it is given a multi-element list.
Original issue reported on code.google.com by Karoly.Lorentey on 15 Jun 2009 at 2:36
Original issue reported on code.google.com by
Karoly.Lorentey
on 15 Jun 2009 at 2:36