Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

can you import an excel list of songs as a playlist?

hi

i have a list of songs, currently in excel, that i woudl like to import into iTunes, and have them show up as a playlist. does anyone know if thsi is possible?


i can convert the list into word, text etc, and i suppose i can convert them into a format that itunes woudl understand, I jsut don't know how to.the backgound is that i have tracklists for a dj set that I want to recreate as a playlist. also I know that I have all of the thsese tunes in my iTunes, but it woudl be quite a job to actually go through and locate them


thanks!

Posted on Jul 15, 2013 6:36 AM

Reply
15 replies

Jul 15, 2013 7:16 AM in response to townerboy

Unfortunately not. iTunes uses its own internal Library files to create and monitor playlists - it's a kind of database of its own, which it links to all your music etc.


I had this problem once, when all my music was catalogued in FileMaker Pro, and when I started using iTunes extensively I wanted to get all that data in there. But in the end I had to swallow the pill and do it all manually.

Jul 15, 2013 8:20 AM in response to townerboy

Hmm... this ought to be possible if the spreadsheet contains the full paths to the files in a column called Location. Try making a small test playlist, exporting as text, then importing it again. I'm new to Mac and playing around with Numbers I can't quite seem to get an edited and reexported playlist in quite the right layout for iTunes to be happy reimporting but I suspect I stripped out too much or need to tweak the export to text options.


tt2

Jul 15, 2013 9:08 AM in response to turingtest2

turingtest2 wrote:


Hmm... this ought to be possible if the spreadsheet contains the full paths to the files in a column called Location. Try making a small test playlist, exporting as text, then importing it again. I'm new to Mac and playing around with Numbers I can't quite seem to get an edited and reexported playlist in quite the right layout for iTunes to be happy reimporting but I suspect I stripped out too much or need to tweak the export to text options.


tt2

I'll have a go at it out later tonight.

Jul 17, 2013 7:07 AM in response to townerboy

I exported a playlist as plain text.

Opened it in Numbers and everything is there.

I saved it out as .CSV but alas, it would not open.

Looks like it needs to be a TAB separated values.


I copied the table, then open TextEdit and pasted it into a blank document.

Saved as plain text and it then imported into iTunes just fine.


Looks like you need all the column names from iTunes as the column header.

Name, Artist, Composer, Album, Location, etc.

Export a playlist from iTunes and copy the first row then paste in your spreadsheet.

Jul 18, 2013 8:18 AM in response to townerboy

but the lsit I have isnt in the standard playlist form. it only has name,artist, album all within the same cell on Excel.

To do anything with this list, you will need to break this info up into individual cells.


Do you have these songs already in iTunes?

If not, you can create a regualr playlist, then drag the songs from the Finder window directly to the playlist name. This adds them to iTunes and the playlist at the same time.

Jul 19, 2013 7:02 AM in response to townerboy

Ah right, yes, you have to have the location as minimum information. Assuming unique song names it ought to be possible to export the current contents of the library, create a lookup table for song name to location, and then merge that data back into your original list. Likely there are at least some duplicate song names which will make it a bit harder to get right, but it should stil be possible.


tt2

Jul 19, 2013 10:46 AM in response to townerboy

Export the current song list from your libray and delete all the columns except Name and Location, put this as a second sheet in a workbook along with the playlist that you're trying to import. You can then setup a lookup array.


Suppose you've created this lookup table (note it should be sorted on the first column)


AB
1AliceHere
2BobThere
3CharlieSomewhere


Then VLookup("Bob",$A$1:$B$3,2) would return the value "There".


Instead of "Bob" you'd use a reference to the cell in the name column, and you'd put the forumla in the currently empty location column. The lookup table would be better as a named range. Once the data is in place you can copy and paste special as values, then save sheet with the playlist as the tab separated CSV file that you'll want to import.


tt2

can you import an excel list of songs as a playlist?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.