HomeAppleventura - Use Applescript to set a Music app playlist's View Choices?

ventura – Use Applescript to set a Music app playlist’s View Choices?


I am attempting to write down an Applescript that lets me arrange the view choices for a playlist, as a substitute of getting to click on “View (as songs) > Present View Choices” after which clicking a bajillion checkboxes & sorting the columns.

I am hoping for one thing like this, and I am caught:

inform utility "Music"
    set thePlaylist to (get title of present playlist)
    
    set view choices of thePlaylist to {present Grouping column:true, present Score column:true, present Performs column:false}
finish inform

I’ve a ton of playlists, so I am attempting to automate this with an Applescript moderately than having to set every one up individually. Is that this potential?

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments