Remove half-star and bomb ratings?

Any ideas about how to improve MediaMonkey for Windows 4? Let us know!

Moderator: Gurus

Wargazm
Posts: 161
Joined: Thu Dec 06, 2007 10:52 am

Remove half-star and bomb ratings?

Post by Wargazm »

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?
Lowlander
Posts: 58321
Joined: Sat Sep 06, 2003 5:53 pm

Re: Remove half-star and bomb ratings?

Post by Lowlander »

Not that I'm aware off. Unlike the other nodes which only show used values as nodes, the ratings node always shows all values.
Wargazm
Posts: 161
Joined: Thu Dec 06, 2007 10:52 am

Re: Remove half-star and bomb ratings?

Post by Wargazm »

ok, I didn't think so. thanks.
Tylast
Posts: 130
Joined: Sun Jan 29, 2006 12:54 pm
Location: US
Contact:

Re: Remove half-star and bomb ratings?

Post by Tylast »

This would be useful since my iPod doesn't recognize 1/2 stars.
Image
nohitter151
Posts: 23640
Joined: Wed Aug 09, 2006 10:20 am
Location: NJ, USA
Contact:

Re: Remove half-star and bomb ratings?

Post by nohitter151 »

Tylast wrote:This would be useful since my iPod doesn't recognize 1/2 stars.
Just don't use them!
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.
Lowlander
Posts: 58321
Joined: Sat Sep 06, 2003 5:53 pm

Re: Remove half-star and bomb ratings?

Post by Lowlander »

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.
Agouti
Posts: 17
Joined: Tue Nov 06, 2007 3:16 am

Re: Remove half-star and bomb ratings?

Post by Agouti »

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
ZvezdanD
Posts: 3264
Joined: Thu Jun 08, 2006 7:40 pm

Re: Remove half-star and bomb ratings?

Post by ZvezdanD »

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:

Code: Select all

^(?!-1)\d*$
Into: Rating
Regular expression 1: checked
Replace with:

Code: Select all

Round((oSongData.Rating - 1) / 20.0) * 20
VBScript expression: checked
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
billfor2

Re: Remove half-star and bomb ratings?

Post by billfor2 »

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.
Post Reply