Step by step guide to use ratings with foobar2000 0.9.5 |
This is NOT a tech support forum.
Tech support questions go to foobar2000 Tech Support forum instead.
See also: Hydrogenaudio Terms of Service.
![]() ![]() |
Step by step guide to use ratings with foobar2000 0.9.5 |
May 25 2008, 08:30
Post
#26
|
|
|
Group: Members Posts: 129 Joined: 4-August 07 From: GA Member No.: 45904 |
this is not working 4 me... i followed the guide step by step and did everything, but i still won't work 4 me. im using 0.9.5.3... i don't know if that makes a difference or not.
|
|
|
|
May 26 2008, 20:28
Post
#27
|
|
|
Group: Members Posts: 10 Joined: 30-December 07 Member No.: 49968 |
This guide doesn't work for me, too.
When I try to edit properties of a track by setting rating field to any value it woun't be saved. I guess it's because the track is only part of a file and shown as single one by using a cue-sheet. Does someone know how to handle rating with cuesheets? Thanks, slyght |
|
|
|
May 26 2008, 21:32
Post
#28
|
|
![]() Group: Members Posts: 1190 Joined: 12-January 06 From: Cambridge, MA Member No.: 27052 |
The guide should be updated to reflect the fact that the official play count plugin can now :
1. Store ratings in tags/database 2. Provides its own context menu for this purpose (rendering quicktag unnecessary in this particular context) 3. The rating, play count etc information can be displayed in the "techincal" tab of the properties menu, or can be viewed using the properties UI element. |
|
|
|
May 28 2008, 22:04
Post
#29
|
|
|
Group: Members Posts: 10 Joined: 30-December 07 Member No.: 49968 |
The guide should be updated to reflect the fact that the official play count plugin can now : 1. Store ratings in tags/database 2. Provides its own context menu for this purpose (rendering quicktag unnecessary in this particular context) 3. The rating, play count etc information can be displayed in the "techincal" tab of the properties menu, or can be viewed using the properties UI element. Thank you! With "Playback Statistics" it works perfectly. |
|
|
|
Jun 27 2008, 21:05
Post
#30
|
|
|
Group: Members Posts: 5 Joined: 11-April 08 Member No.: 52718 |
Thanks for the guide dude! But I have a question: Is there a way to enlarge only the size of the stars? How ? If so I will be very greatful if you could post it.
|
|
|
|
Jun 28 2008, 01:59
Post
#31
|
|
|
Group: Members Posts: 56 Joined: 30-January 08 Member No.: 50905 |
I'm using $pad($repeat(★,%rating%), 5,✩) to display my ratings from the plaback stats plugin, but I want it so that the full stars are displayed in a gold colour - $rgb(233,155,12) - but the empty stars are still the default colour.
Is there any way to do this? I've tried putting that rgb code in, along with $rgb(), in various places but i can't get it to selectively colourise it. (Getting the whole thing gold worked fine) |
|
|
|
Jun 28 2008, 02:32
Post
#32
|
|
![]() Group: Members Posts: 1190 Joined: 12-January 06 From: Cambridge, MA Member No.: 27052 |
$rgb() doesn't work in the default ui.
|
|
|
|
Jun 28 2008, 02:55
Post
#33
|
|
|
Group: Members Posts: 56 Joined: 30-January 08 Member No.: 50905 |
Sorry, I should have stated that I'm using CUI (didn't know that there was a difference between the two with rgb). So could I get this to work with CUI?
|
|
|
|
Jun 28 2008, 04:51
Post
#34
|
|
![]() Group: Members Posts: 1190 Joined: 12-January 06 From: Cambridge, MA Member No.: 27052 |
THE NEW GUIDE (USING OFFICIAL PLAYBACK STATISTICS COMPONENT)
0. Install the latest playback statistics component (get it from the foobar2000 website). The component stores the statistics in a database (without touching your precious tags). If you want to have it write to tags, change the behavior from Preferences -> Advanced -> Tools -> Playback Statistics -> Automatically synchronize... YOU DO NOT NEED ANY OTHER COMPONENT (LIKE QUICKTAGGER) 1. To rate a song: Right Click -> Playback Statistics -> Rating, choose the appropriate rating. It's much faster to bind these to a keyboard shortcut (Preferences -> Keyboard Shortcuts). I use Ctrl + 1 for rating 1, Ctrl + 2 for 2 stars etc. (NOTE: You can only rate songs that are in your media library). Displaying a rating Column Preferences -> Display -> Default User Interface -> Playlist View -> "Add new Column" Use the same code as in the first post: CODE $pad($repeat(★,%rating%), 5,✩) If you're using CUI, you can use $rgb to get colors: CODE $rgb(233,155,12,233,155,12)$repeat(★,%rating%)$rgb()$repeat(✩,$sub(5,%rating%)) How to import existing statistics to the database: Right Click -> Playback Statistics -> Import Statistics from file tags. The stats are now stored in the playcount db, and can be deleted from the tags. How to write stats to tags from the db: Right Click -> Playback Statistics -> Write Statistics to File Tags This post has been edited by kanak: Jun 28 2008, 06:51 |
|
|
|
Jun 28 2008, 05:36
Post
#35
|
|
|
Group: Members Posts: 56 Joined: 30-January 08 Member No.: 50905 |
Thanks! It's good that you made an updated summary of the whole process.
Just a quick note about the rgb code: Using $rgb(233,155,12,233,155,12) will make it stay gold even when selected. |
|
|
|
Jul 7 2008, 00:10
Post
#36
|
|
|
Group: Members Posts: 80 Joined: 4-October 04 Member No.: 17477 |
Thanks for the guide!
I've been trying to find a way to display ratings as well, but I have ratings from AMG with .5 stars that I'd like to show. Using this string, I was able to show the 1/2 circlea s well as the empty and full circles: CODE $pad($repeat(●,%AMG_CLASSICAL_ALBUM_PERFORMANCE_RATING%)$if($greater($strchr(%AMG_CLASSICAL_ALBUM_PERFORMANCE_RATING%,.),0),◐), 5,○) NOTE: I am using the function $strchr to look for a . in the tag since I couldnt get $stricmp(%AMG_CLASSICAL_ALBUM_PERFORMANCE_RATING%,.5) to return true, but whatever. The problem I have is that I want to use this rating within a face column but the sorting order is all screwed up. The sorting is INCREASING order of all the tags with a .5 in them and THEN the proper order is followed. Anyone know how I can fix this? Thanks! |
|
|
|
Feb 5 2009, 18:09
Post
#37
|
|
|
Group: Members Posts: 6 Joined: 27-December 08 Member No.: 64900 |
Hi
I have been messing around with the Ratings for couple of weeks now and I wanted to rate my music from 1 - 5 but also to give a rating to tracks which i do not really like but still want to keep on my laptop. The following script is what i eventually came up with for use with Foobar 2000 with Columns UI: // star-rating (single-color version) //$set_font(%Arial Unicode MS%) // Star rating for 1-5 $rgb(254,108,1) $if($greater(%rating%,4),$repeat($char(9733),%rating%), $if($greater(%rating%,3),$repeat($char(9733),%rating%), $if($greater(%rating%,2),$repeat($char(9733),%rating%), $if($greater(%rating%,1),$repeat($char(9733),%rating%), //Star-rating for zero $if($greater(%rating%,0),$repeat($char(9733),%rating%), $rgb(0,128,64) $if(%rating%,$char(8251)))))))) You could of course use any Unicode Chars of your own choice. Many thanks for all the input regarding ratings on this posting. Raybass -------------------- Raybass
|
|
|
|
Apr 26 2009, 10:18
Post
#38
|
|
|
Group: Members Posts: 11 Joined: 25-January 05 Member No.: 19307 |
This is great .. but is there any way we can get Foo to use the integrated Windows tags?
I really like the way tags I make in Mediamonkey will show up in Explorer and elsewhere, but that didn't seem to happen when I set up Foobar with the quicktag method. Thanks! |
|
|
|
Apr 26 2009, 16:17
Post
#39
|
|
![]() Group: Super Moderator Posts: 3268 Joined: 26-July 02 From: princegeorge.ca Member No.: 2796 |
Please note that the technique described here has been mostly superceded by the official foo_playcount, which allows for ratings without having to tag files.
Windows' MP3 tagging support is useless and buggy, don't bother with it. -------------------- (atrix|(fb2k->e-mu 0404 usb|audio 8 dj))->hd280|jvc ha-fx35-b
|
|
|
|
Apr 26 2009, 18:18
Post
#40
|
|
|
Group: Members Posts: 11 Joined: 25-January 05 Member No.: 19307 |
Thanks... I just enjoy the tagging being accessible from elsewhere - like say my mp3 player, WMP, MM etc... I have no idea what I'll be playing music on in the future so it makes sense to me to use a generic method I can access from anywhere.
Windows' MP3 tagging support is useless and buggy, don't bother with it. |
|
|
|
Apr 28 2009, 11:45
Post
#41
|
|
|
Group: Members Posts: 1 Joined: 28-April 09 Member No.: 69342 |
Hi I have been messing around with the Ratings for couple of weeks now and I wanted to rate my music from 1 - 5 but also to give a rating to tracks which i do not really like but still want to keep on my laptop. The following script is what i eventually came up with for use with Foobar 2000 with Columns UI: // star-rating (single-color version) //$set_font(%Arial Unicode MS%) // Star rating for 1-5 $rgb(254,108,1) $if($greater(%rating%,4),$repeat($char(9733),%rating%), $if($greater(%rating%,3),$repeat($char(9733),%rating%), $if($greater(%rating%,2),$repeat($char(9733),%rating%), $if($greater(%rating%,1),$repeat($char(9733),%rating%), //Star-rating for zero $if($greater(%rating%,0),$repeat($char(9733),%rating%), $rgb(0,128,64) $if(%rating%,$char(8251)))))))) You could of course use any Unicode Chars of your own choice. Many thanks for all the input regarding ratings on this posting. Raybass Hi! I just switched to foobar and I am still testing it out. One of my most loved features which I used a lot in Winamp is the ratings so I'm trying to get it back. I have the playcount add-on added but how do I add this script? The custom column will only let me put in one line. |
|
|
|
May 2 2009, 09:07
Post
#42
|
|
|
Group: Members Posts: 1 Joined: 2-May 09 Member No.: 69458 |
Thank you very much for make the rating posible. Itīs a function very important for me.
I tried with the PLAYBACK STATISTICS COMPONENT but for some reason I couldnīt to edit the rating (five sqares appears in the window but at Right Click -> Playback Statistics -> Rating, choose the appropriate rating - the numbers were disabled!!) ??? So, I decide to use the Quick Tagger Component mentioned at the begining of this topic, now I can use the ratings, but the problem is that the stars are very smalls. How can I fix it? Thanks for your cooperation! |
|
|
|
May 2 2009, 17:33
Post
#43
|
|
![]() Group: Members Posts: 329 Joined: 7-February 05 From: Local Cluster Member No.: 19647 |
is there any way to get the ratings to outline on the right in the same playlist view column as, say, %title%, while %title% is outlined on the left?
This post has been edited by boombaard: May 2 2009, 17:58 |
|
|
|
Jul 26 2009, 17:54
Post
#44
|
|
|
Group: Members Posts: 12 Joined: 12-November 01 Member No.: 448 |
For me the empty stars turn out smaller than the filled stars. I use:
$replace($pad($repeat(★,%rating%), 5,.),., · ) Which aligns nicely. |
|
|
|
Aug 4 2009, 17:10
Post
#45
|
|
|
Group: Members Posts: 3 Joined: 4-August 09 Member No.: 72018 |
Hi guys,
First, thanks for this topic, it's very helpful. Both solutions are working for me. Just one question: Is it possible with the playback statistics to require confirmation before processing more than one tracks like with quicktaging? I just tag all an artist's songs instead of the song i wanted to tag... this is rather anoying |
|
|
|
Aug 4 2009, 22:20
Post
#46
|
|
![]() Group: Members Posts: 669 Joined: 5-September 07 From: Netherlands Member No.: 46810 |
Yes is possible to rate one track at a time (if it is the now playing one). make sure you set the keyboard command or button to context menu / now playing Rating : etc instead of context Rating etc.
-------------------- http://www.youtube.com/watch?v=whoj6BOSfE4 (foob.fm)
|
|
|
|
Aug 5 2009, 16:54
Post
#47
|
|
|
Group: Members Posts: 3 Joined: 4-August 09 Member No.: 72018 |
|
|
|
|
Aug 22 2009, 14:24
Post
#48
|
|
|
Group: Members Posts: 1 Joined: 22-August 09 Member No.: 72542 |
Thanks.
To add buttons : 1. Right-click on the button's bar. Choose Customize Buttons/ [context]/ playback statistics/ Rating and add what you want. 2. To see the button, you have to add an icon. I found(*) a + and a buttons here : http://www.icone-gif.com/icone/symbole/math/ I put it in a folder .\Foobar2000\Components\playcount. Put them where you want but remember that you can't move them after the next step. Be carefull, only the .ico icons can't be used. 3. Return to the Customize Buttons' window (step 1.) and click on Change Icons. Double-click on the icon you want. (*) Click on the icon and you see it alone. Right-click on it and select Save Picture As... To search an icon, go in your web search and try : icon + - If you prefer numbers, try : icons number |
|
|
|
Nov 2 2009, 22:58
Post
#49
|
|
|
Group: Members Posts: 1 Joined: 1-July 09 Member No.: 71125 |
Hi, I have changed now to windows7 and have a problem with this rating option: i do not have the right to update the files. I can fix this problem when I elevate my rights to admin in the foobar2000.exe but then i get another problem to drag&drop music-files directly out of the explorer. Anybody has a solution? commick |
|
|
|
Nov 11 2009, 19:19
Post
#50
|
|
|
Group: Members Posts: 24 Joined: 13-April 09 Member No.: 68925 |
Can anyone tell me how to get it so I can use 10 stars? I've got everything set up to where in the "set rating to" part of the right-click menu it has an option for everything from 0 to 10, but if I click on anything higher than 5 it still only shows 5 stars.
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 20th June 2013 - 02:05 |