If you have iTunes mp3 playlist and want to have nice text file list, you can do the following:
- Export playlist as Plain text
- :: awk 'BEGIN { FS="t"; RS="r" } { print($NF) }' | sed -e 's/:///g ; s/Macintosh HD//'
If you have iTunes mp3 playlist and want to have nice text file list, you can do the following: