itunes playlist order
After a little investigation i presume that the first column in a playlist (showing numbers only) is the icloud download column. Am I correct please? I am using 12.3.3.17 and windows 7.
Windows 7, itunes 12
After a little investigation i presume that the first column in a playlist (showing numbers only) is the icloud download column. Am I correct please? I am using 12.3.3.17 and windows 7.
Windows 7, itunes 12
In other words you're looking for something that will take an existing playlist and copy the files into a new folder using a pattern such as <Index> <Name> or <Index> <Name> - <Artist> so that the files are listed in your playlist order in Windows Explorer. That folder could then be played in a player/device that can play a folder in its filename order. Obviously the index will need padding out with leading zeros.
I'm just working on an update to my ExportToFolder script that will add a new keyword to do this. Any other thoughts before I finalise it?
tt2
OK, download a copy of the script now. <Index> will pad to a minimum of four characters which should make it obvious you're looking at index numbers instead of track numbers. You can edit the script and preset the Root and Pattern for your target export folder and export pattern. The file extension is included automatically.
Here's an example:
tt2
Yes, the left-most column of numbers in the songs view is the current play order position, although it will mirror the track numbers if you enable the artwork column. When sorting on this column you can manually reorder your songs.
tt2
So I can see how to enable artwork but cannot access the artwork column via the VIEW dropdown menu. Can you point me in the right direction please? I am trying to find a simple way of copying and pasting a playlist to Windows Explorer in the Playlist order. Or will it be better to rename each track with a numbered prefix? That seems a lot of effort to do something that looks straightforward. Thanks
Use File > Library > Export Playlist and export a .m3u or .m3u8 file. This gives you a playlist that you could potentially access in another application, as long as all of the files are stored locally and aren't Apple Music protected files.
If you're trying to capture more information about the music then you can select, copy, and paste into an Excel spreadsheet.
tt2
Yes thanks. Sorry I should have said that I needed to copy the playlist as mp3s. So I guess my previous statement about prefixing titles with numbering is the only valid way of keeping the playlist order? Anyway thanks for the info.
That would be amazing. Nothing else comes to mind thanks. I could do it manually of course but it seems remarkably cumbersome. But I guess even Apple cannot think of everything lol!! Maybe I am too used to programmes like Excel that have so many extras that only very few will ever be accessed? Thanks again.
Absolutely brilliant. I am a little too old to learn how to write these scripts, I guess but your skill is impressive, sir!
Thanks, funnily enough I got into VBA because Excel wouldn't do what I needed out of the box, so using VBScript to control iTunes was a relatively easy transition.
tt2
itunes playlist order