MacOS Music app involuntary View changes

Running Music 1.5.4.70 on an M1 Mac Studio (Sequoia 15.4.1). When using the Song menu to locate a selected track using the Show In Playlist command, it takes me to that playlist BUT it also changes the View type on the new playlist from whatever it was (almost always Songs view, which is my default favorite) to Playlist view. It did not used to do that, it used to honor the existing View option. Is there a way to change this back, or is it a bug that needs reporting?

Posted on May 9, 2025 09:21 PM

Reply

Similar questions

2 replies

May 10, 2025 03:13 PM in response to Don Eccles

I don't have a solution yet, but wanted to add some associated behavior:


If you right click on a song anywhere and say, "Show in Playlist", it will show that playlist but change the view from whatever you had set to Playlist format. You then have to go back to the View menu and say View as Songs. But next time you repeat that, it will switch the playlist view into View as Playlist again.


If you use the AppleScript command "set view of front window to playlist" it will force that view into Playlist mode even if set to Songs before. Setting it back fixes it until you run that AppleScript again.


I consider this a bug that needs reporting.


(It's also frustrating that they keep changing things like that, but still won't fix issues like the extremely slow response of the Find field with a large song list.)


PS- The work-around for AppleScript is to add this:


tell application "System Events"

tell process "Music"

-- open the View menu and click “As Songs”

click menu item "As Songs" of menu "View" of menu bar 1

end tell

end tell

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

MacOS Music app involuntary View changes

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.