Help - Search - Members - Calendar
Full Version: Rating star buttons
Hydrogenaudio Forums > Hosted Forums > foobar2000 > Support - (fb2k)
stampgevaar
$if(%rating%,$select(%rating%,$rgb(255,255,255)κ,κκ,κκκ,κκκκ,κκκκκ),κ)$char(10)
$if(%album rating%,$select(%album rating%,$rgb(255,255,255)κ,κκ,κκκ,κκκκ,κκκκκ),κ)$char(10)

I'm using this code in the track info panel but isn't it possible to make it so the stars are clickable just like in media player. I just can't find the code or something that can help me so if there's someone who can please do.
I just want white and yellow stars and when you click for example on the 4th star the rating changes to 4. I'm using the custom info plugin also with the standard rating codes.

thanks in advance for any volunteers who know an answer to my problem
stampgevaar
does nobody knows an answer to my problem or isn't this possible to do yet???
wolfsong
QUOTE(stampgevaar @ Nov 10 2006, 02:55) *

does nobody knows an answer to my problem or isn't this possible to do yet???

Yes it's possible if you create buttons but because buttons have to be absolutely aligned, I'm not using them in my config. I just added buttons to the Button toolbar for now.
Anas
This is the code I'm using:
CODE
$if(%RATING%,
$button2(10,22,0,0,17,20,'$font(,16,,160-160-160) ','$font(,16,,255-255-255)-',TAG:SET:RATING:,)
$alignabs(25,22,85,20,left,top)$font(,16,,)$repeat(⋆,%rating%)$repeat($textcolor(160-160-160)⋆,$sub(5,%rating%))
,
$button2(25,22,68,0,85,20,'$font(,16,,160-160-160)⋆⋆⋆⋆⋆','$font(,16,,255-255-255)⋆⋆⋆⋆⋆',TAG:SET:RATING:5,)
$button2(25,22,51,0,68,20,'$font(,16,,160-160-160)⋆⋆⋆⋆','$font(,16,,255-255-255)⋆⋆⋆⋆',TAG:SET:RATING:4,)
$button2(25,22,34,0,51,20,'$font(,16,,160-160-160)⋆⋆⋆','$font(,16,,255-255-255)⋆⋆⋆',TAG:SET:RATING:3,)
$button2(25,22,17,0,34,20,'$font(,16,,160-160-160)⋆⋆','$font(,16,,255-255-255)⋆⋆',TAG:SET:RATING:2,)
$button2(25,22,0,0,17,20,'$font(,16,,160-160-160)⋆','$font(,16,,255-255-255)⋆',TAG:SET:RATING:1,)
)

You should be able to adjust it to fit your needs. You need the Trackinfo_mod btw if you don't have it already.
stampgevaar
thanks mate biggrin.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.