dougscripts.com

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:

Site contents © 2001 - 2024 (that's right: 2001) Doug Adams and weblished by Doug Adams. Contact support AT dougscripts DOT com. About.
All rights reserved. Privacy.
AppleScript, iTunes, iPod, iPad, and iPhone are registered trademarks of Apple Inc. This site has no direct affiliation with Apple, Inc.
The one who says "it cannot be done" should not be interrupting the one who is doing it.