Apple Music - Album Rating Grey Star Issue *2025*

Dear community,


while running Apple Music 1.5.2.56 on the latest MacOS (Sequoia 15.2) it seems that the solution from user @turingtest2 using his scripts just don't work anymore / for me !?


So far I have tried provided Scripts


ClearAlbumAutoRating.scpt
ClearTrackAutoRating.scpt


to remove unwanted Album ratings, however neither do I see any of the Scripts in the Music Menu Bar under Services, nor can I add those Scripts into the Services menu.


I also tried to run each of the Scripts simply manually while having an Album or Track highlighted in Music without any effects.


Lastly I tried storing both Scripts in various locations on my Mac, e.g.:


~/Library/Music/Scripts
/Users/<User>/Music/Scripts
/Users/<User>/Music/Scripts
/Users/<User>/Music/Library/Scripts


but all variants without any of the Scripts showing up in the Music Menu bar or zero effects when running the scripts from any of the mentioned locations manually while having an Album or Tracks selected in the Music app...


Anybody here having successfully executed those scripts to remove Album Ratings?

Please advise or is this method not working anymore (or differently) under Sequoia 15.2?


Cheers




Posted on Feb 3, 2025 04:06 AM

Reply
Question marked as Top-ranking reply

Posted on Mar 17, 2025 12:13 PM

Hi,


~ is your home folder, e.g. /Users/<User>. Try /Users/<User>/Library/Music/Scripts. You have to make both Music & Scripts as they likely don't already exist. Library is a hidden folder you can reveal with Shift+Cmd+. (period).


tt2

Similar questions

17 replies

Mar 18, 2025 09:05 AM in response to jazy jaf

Hi jazy,


When using the Albums view if you select an album you should see the current rating in the third line of text below the album title and artist name, and to the right of any genre, year, or other miscellaneous information. Clicking to the left of leftmost star should set the album rating to zero. Alternatively I've edited the SetAlbumAutoRating script from the Handling grey stars in Music on Mac - Apple Community user tip to make a SetAlbumZeroRating script which you can run against a batch of your problem tracks.



-- Set Album Zero Rating - V1.0 - © Steve MacGuire - 2025-03-18

tell application "Music"

if selection is not {} then

set mySelection to selection

repeat with aTrack in mySelection

if album rating of aTrack is not 0 then set album rating of aTrack to 0

end repeat

end if

end tell



And as Zurarczurx has illustrated, the Songs view with Show View Options > Show Artwork and Always Show, and a wide enough lefthand columm also shows an editable album rating section.



tt2

Mar 17, 2025 06:48 AM in response to jazy jaf

Last week I could reset the album rating by selecting one track and then 'Show album in library'. Near the top of the resulting pane would be the incorrect star rating, which i could fix by selecting the right-most star and dragging to the left.


Now the stars for the whole album are not visible on the heading of that pane.


I can still see my scripts in the Music app (They are from DougScripts.com and stored in ~/Library/Music/Scripts) and there is one called Album Rating Reset. I'll let you know if it still works next time I need to use it.


Meanwhile, today I reset an incorrect album rating by selecting all the tracks in an album and then renaming the album. Then, of course, renaming it again to the correct title.

Mar 18, 2025 12:48 AM in response to turingtest2

Thank you tt2,


I simply had added the scripts to the System Library folder instead of the hidden Library Folder within my <user> Directory.


I can now see both scripts in the Music Menu Bar and when running them, all grey stars in the Album Ratings vanish.


The only remaining issue that I have now is: How to get rid of the remaining few Album Ratings (which are not grey).


Within my Music Library of over thousands of Tracks there are currently a total of just 13 Titles with either 1 Star or 5 Star Album Ratings. I can only change standard Ratings but do not find any way to remove the Album Ratings. Neither in the Songs View, nor in the Album View or anywhere else.


If you might have an answer to that, it would be greatly appreciated although its "just" 13 Tracks affected so a rather small issue for me.


Again thank you for assisting on the grey star issue - it really helped a lot.


Have a great day, sir - cheers

Mar 18, 2025 01:12 AM in response to Zurarczurx

Thx for your input @Zurarczurx


maybe you are using a different version or OS?!

On the latest MacOS (15.3.2) and Apple Music there is no view option "show artwork" neither in the songs view, Album view or anywhere else.


Thus there are no Stars next or below any Album Cover to change manually.


There are only the Standard Stars for each track :/


But thanks for the help

Mar 18, 2025 08:45 AM in response to Zurarczurx

No actually I am also not using Apple Music - the subscription service.

With "Apple Music" I ment the app itself - the successor to iTunes ;)


However as I mentioned, I do not see any possibility to set or change an Album Rating in the App. Neither in the Songs list, nor in the Album view or anywhere else.


I can only set single title ratings directly in the songs list or right click on a track → Get Info and then in the Metadata PopUp

Mar 18, 2025 09:38 AM in response to turingtest2

As you mentioned correctly I do not have the option

Music > Settings > Show: > Star Ratings


But I will give that Set Album Zero Rating a try now and see what happens, thank you :)


*EDIT*

The script worked like a charm and I could remove all Album ratings with it.

With your help I finally managed to get rid of all grey stars or ratings within the Album Ratings across my library.


THANK YOU SIR


I really appreciate your time and help and of course also a big thanks to Zurarczurx and everybody else.


I hope this thread will help other users with my same setup the same it helped me


https://giphy.com/gifs/theoffice-ZfK4cXKJTTay1Ava29

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.

Apple Music - Album Rating Grey Star Issue *2025*

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