The setter should replace all APIC frames with a single one for type=Other,
desc=''.
>>> tag.picture = "/path/to/cover.jpg"
>>> tag.picture
'<2435 bytes of jpeg data>'
>>> tag[APIC]
APIC(0(Other), desc='', mime='image/jpeg': 2435 bytes of jpeg data)
Alternative syntax:
>>> tag.picture = "Artist:Bob Popstar:/path/to/cover.jpg"
Original issue reported on code.google.com by Karoly.Lorentey on 30 Jun 2009 at 12:02
Original issue reported on code.google.com by
Karoly.Lorentey
on 30 Jun 2009 at 12:02