m4a to mp3
Brought to you by:
htrd
Recently purchased songs from iTunes includes an atom "----" with some xml that AtomicParsley returns with many lines and they do not begin with "Atom". This causes the amakode.py version 1.8 to choke. I resolved this issue with a very simple change.
diff amakode.py amakode.py.orig
137c137
< if len(fields)==4 and fields[0]=="Atom":
---
> if fields[0]=="Atom":