Hi all.
I use ratings in this way:
5 star - favorite albums of all time
4 star - great album, love it.
3 star - pretty good album, I'll listen to it on occasion, could eventually become a 4 star, or it could become a 2 star
2 star - Not good, but I want to give it some more chances to see if it grows on me. but it's in danger of getting deleted
1 star - forget it, this album deserves deletion
I don't use the bomb, and I don't use the half-star ratings (4.5, 3.5, etc). Is there a way to remove or hide these nodes under the ratings section of the library tree?
Remove half-star and bomb ratings?
Moderator: Gurus
Re: Remove half-star and bomb ratings?
Not that I'm aware off. Unlike the other nodes which only show used values as nodes, the ratings node always shows all values.
Download MediaMonkey ♪ License ♪ Knowledge Base ♪ MediaMonkey for Windows 2024 Help ♪ MediaMonkey for Android Help
Lowlander (MediaMonkey user since 2003)
Lowlander (MediaMonkey user since 2003)
Re: Remove half-star and bomb ratings?
ok, I didn't think so. thanks.
Re: Remove half-star and bomb ratings?
This would be useful since my iPod doesn't recognize 1/2 stars.
-
- Posts: 23640
- Joined: Wed Aug 09, 2006 10:20 am
- Location: NJ, USA
- Contact:
Re: Remove half-star and bomb ratings?
Just don't use them!Tylast wrote:This would be useful since my iPod doesn't recognize 1/2 stars.
MediaMonkey user since 2006
Need help? Got a suggestion? Can't find something?
Please no PMs in reply to a post. Just reply in the thread.
Need help? Got a suggestion? Can't find something?
Please no PMs in reply to a post. Just reply in the thread.
Re: Remove half-star and bomb ratings?
This request is not about removing 1/2 star ratings, but about hiding rating sub-nodes in the Explorer Tree that contain no tracks.
There is a similar request that asks the ability for the user to disable the 1/2 star ratings so that the user doesn't accidentally selects them.
If your device/application doesn't support 1/2 stars the solution would be to not use them as Nohitter151 suggests.
There is a similar request that asks the ability for the user to disable the 1/2 star ratings so that the user doesn't accidentally selects them.
If your device/application doesn't support 1/2 stars the solution would be to not use them as Nohitter151 suggests.
Download MediaMonkey ♪ License ♪ Knowledge Base ♪ MediaMonkey for Windows 2024 Help ♪ MediaMonkey for Android Help
Lowlander (MediaMonkey user since 2003)
Lowlander (MediaMonkey user since 2003)
Re: Remove half-star and bomb ratings?
I've changed all my star ratings over to the whole star only ratings after buying a ipod, which has no half ratings (my one irritation with them), and I must admit I'd like a way to remove the half star nodes.... until then, I've just created 5 auto playlists (with rules being rating = 5 stars, 4 stars, etc) with the appropriate titles (like excellent, good etc) which is almost as good. You could also use *****, **** etc as the names but without being able to use pictures as names I think it's as good as you can expect. I do use the bomb rating, as there are songs which I will never listen too but I keep for the benefit of other people raiding my collection - all done legally of course -.0
My wishlist contribution is more customization of all the preset nodes , much like you can with the classification node. The options are there to remove or whatnot but are greyed out - maybe someone can write a mod, I'm not sure what is possible with that sort of thing.
Oh and one more thing to throw in while I'm a wishing is for the synchronize with your ipod / whatever to be able to copy new songs off it automagically when you plug it in - there is an option to copy across changed songs that you put on there via sync via that particular computer/MM (i'm assuming if you changed the rating or something?), but for instance when I plugged in my ipod, which i had synced from another computer, I would have liked it to have been able to copy accross from the ipod (i solved the issue by copying the folder out by hand then adding/auto organising) and then went through and removed duplicates... but
My wishlist contribution is more customization of all the preset nodes , much like you can with the classification node. The options are there to remove or whatnot but are greyed out - maybe someone can write a mod, I'm not sure what is possible with that sort of thing.
Oh and one more thing to throw in while I'm a wishing is for the synchronize with your ipod / whatever to be able to copy new songs off it automagically when you plug it in - there is an option to copy across changed songs that you put on there via sync via that particular computer/MM (i'm assuming if you changed the rating or something?), but for instance when I plugged in my ipod, which i had synced from another computer, I would have liked it to have been able to copy accross from the ipod (i solved the issue by copying the folder out by hand then adding/auto organising) and then went through and removed duplicates... but
Re: Remove half-star and bomb ratings?
I know this is not requested, but just to mention if somebody is interested. You could use the RegExp Find & Replace script to round all ratings with a half star to the lower star, i.e. 2.5 to 2 and so on. Here are settings:
Find what:
Into: Rating
Regular expression 1: checked
Replace with:
VBScript expression: checked
Find what:
Code: Select all
^(?!-1)\d*$
Regular expression 1: checked
Replace with:
Code: Select all
Round((oSongData.Rating - 1) / 20.0) * 20
● Magic Nodes 4.3.3 / 5.2 ● RegExp Find & Replace 4.4.9 / 5.2 ● Invert Selection/Select None 1.5.1 ● Export/Create Playlists for Child Nodes 4.1.1 / 5.4.1 ● Expand Child Nodes/Expand All 1.1.2 ● Event Logger 2.7 ● Filtered Statistics Report 1.6 ● Track Redirection & Synchronization 3.4.2 ● Restore/Synchronize Database 3.1.8 / 4.0.1 ● Find Currently Playing Track 1.3.2 ● Queue List 1.2.1 ● Add to Library on Play 1.0.1 ● Tree Report for Child Nodes 1.1.1 ● Update Location of Files in Database 1.4.5 / 2.3 ● Inherit Child Playlists 1.0.3 ● Add Currently Playing/Selected Track(s) to Playlist 1.2
Re: Remove half-star and bomb ratings?
btw the ipod does recognize half-star ratings. It just doesn't display the 1/2 star. If you have a smart playlist that only plays "greater than 4 stars" and you have a mp3 with 4.5 stars it will show up in the playlist.
Also itunes will show the 1/2 stars, but you can't set a 1/2 star.
Also itunes will show the 1/2 stars, but you can't set a 1/2 star.