Displaying Artwork for .MP3 file

Change your snippet of code into this (I already tested it): I added println lines commented in places of interest, Feel free to uncomment in order to see what is happening. for item in metadataList { if item.commonKey == nil{ continue } if let key = item.commonKey, let value = item.value { //println(key) //println(value) if … Read more