I'm currently indexing my music collection with python. Ideally I'd like my output file to be formatted as;
"Artist;
Album;
Tracks - length - bitrate - md5
Artist2;
Album2;
Tracks - length - bitrate - md5"
But I can't seem to work out how to achieve this. Any suggestions?