Help - Search - Members - Calendar
Full Version: Panels UI: rating & $buttons
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
orbtwin
hello:

in track display code i have (to show the ratings)

CODE
// autorating system
$if(%rating%,$puts(rating,%rating%),$puts(rating,$sub(%play_counter%,$div($cwb_datediff(%cwb_systemdatetime%,%first_played%),28))))
$if($greater($get(rating),5),$puts(rating,5))
$if($greater(0,$get(rating)),$puts(rating,0))
$imageabs2(,,,,,,$div($sub(%_width%,58),2),26,$get(imagedir)r$get(rating).png,)


then with context menu or shortcut keys i set the desired rate/star. In "images" folder there are rating0 TO rating5.png images. /// IPB Image (This image is an example) ///

I would like show the rating status with $button[i] function but i didn't manage. I'd like to show this hovering stars. If tried with various codes taken from HA forums without success

can anybody help me?
thanks
orbtwin
nearly 98 views and no answers! unsure.gif
perhaps i need to explain more detailed?

or 'cause my bad english unsure.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.