Applescript and iTunes
Posted: Tue Mar 11, 2014 10:35 pm
I'm using this script to get the list of iTunes playlists:
Unfortunately it returns also the names of the "standard" playlist (as "Library", "Music", Movies", TV Shows", "Podcasts", "iTunes U", "Audiobooks", "Purchased").
Is there a known way to remove this items from the list? I could do it with a replace command but I guess that it don't work in non-English localized systems.

Code: Select all
tell application "iTunes"
get name of playlists
end tell
Is there a known way to remove this items from the list? I could do it with a replace command but I guess that it don't work in non-English localized systems.
