May 16 2016 - 2:37 pm
description of a Playlist now 'Scriptable
You can do this:
tell application "iTunes"
-- the selected playlist
set thePlaylist to (get view of front window)
-- write the description
tell thePlaylist to set description to "This is my favorite playlist!"
end tell
This changes the description for the playlist in Playlist View: