Star Rating in foobus.
Feb 9, 2009 at 4:06 PM Thread Starter Post #1 of 16

Chri5peed

Headphoneus Supremus
Joined
Sep 16, 2005
Posts
3,611
Likes
13
It'd be easy to do it via quicktag, but that is just numbers. I'd rather have stars, in a column or after song name.
php-mysql-star-rating.gif
 
Mar 7, 2009 at 5:55 PM Post #2 of 16
Another query. Here is what is in my Rating column.

'$if(%RATING%,$ifequal($meta(RATING),5,$rgb()★★★★★ ,
$ifequal($meta(RATING),4,$rgb()★★★★☆,
$ifequal($meta(RATING),3,$rgb()★★★☆☆,
$ifequal($meta(RATING),2,$rgb()★★☆☆☆,
$ifequal($meta(RATING),1,$rgb()★☆☆☆☆,
$ifequal($meta(),☆☆☆☆☆,)))))),)'


How do I go about having 5 empty stars when there is no %Rating% tag?
bigsmile_face.gif
 
Mar 7, 2009 at 6:34 PM Post #3 of 16
Not sure what you mean by your first post, I'm using PanelsUI instead of ColumnsUI so I'm not sure how well this will translate (never used Columns) and no coding experience really.... er i was going to post some code, but yeah, its 3:30 am so its a bit late.
Instead some crap + some ideas (and some crap ideas?)
maybe having a string comparison with the value blank...
$stricmp($meta(RATING),)
if not i'll keep thinking i guess (currently stuck in panels mode since im messing with my layout...)
edit: unless $ifequal($meta(RATING),,$rgb()☆☆☆☆☆, works... idk about foobars defaults for that sort of stuff
edit:: fuuuu*k im so tired
 
Mar 7, 2009 at 6:52 PM Post #4 of 16
PanelsUI is a dead feature, fudges with newer SDKs.

A Blu-ray movie[X3] is calling...
 
Mar 7, 2009 at 6:58 PM Post #5 of 16
Well, I like it and it works perfectly fine on my end
wink.gif

That's funny, a HDDVD movie[X3] is calling me
rolleyes.gif

edit: actually, a blu-ray movie sounds liek a good idea. Best of luck with your issue.
 
Mar 7, 2009 at 7:00 PM Post #6 of 16
answer found on hydrogenaudio forums

$rgb(255,234,83)$repeat($char(9733),$meta(rating)) $rgb()$repeat($char(9734),$sub(5,$meta(rating)))
 
Mar 7, 2009 at 8:01 PM Post #8 of 16
No idea what 'foobus' is, but it sure looks nice..
smile.gif

Well done!
 
Mar 7, 2009 at 10:46 PM Post #9 of 16
Quote:

Originally Posted by milkweg /img/forum/go_quote.gif
I don't need no stinkin' star rating. I have 2 ratings only, like and don't like.



Same really, not much below four...I like hightlighting good or great songs I'd miss just by looking at tracklistings...even the best memory ain't gonna remember 10,000 songs.

Bant from HA!
 
Mar 7, 2009 at 11:20 PM Post #10 of 16
Quote:

Originally Posted by necropimp /img/forum/go_quote.gif
answer found on hydrogenaudio forums

$rgb(255,234,83)$repeat($char(9733),$meta(rating)) $rgb()$repeat($char(9734),$sub(5,$meta(rating)))




Makes a good attempt.
foobeee.jpg



edit - Fixed, nefarious space. Saw Die Hard 4 actually, not a bad flick.
 
Mar 8, 2009 at 5:04 PM Post #11 of 16
DECENT UNICODE CHARACTERS FOR PROGRESS BAR.


I'm using 'progress2'...where it fills up as the song plays. ATM I am using bullets which turn red as the song plays. I'd prefer blobs of horizontal rectangle-shape which look attached.
biggrin.gif


edit - Found some but the #s aren't right.
 
Mar 10, 2009 at 3:33 PM Post #12 of 16
Another one.

I'd like bands w/girlie songstyers to show up in pink[their songs], quick tag enabled.

Thought this'd work, butt no. '$if($meta(%GIRLBAND%),Y,$rgb(255,0,255),%title%)' ...
 
Mar 10, 2009 at 4:26 PM Post #13 of 16
Quote:

Originally Posted by Chri5peed /img/forum/go_quote.gif
DECENT UNICODE CHARACTERS FOR PROGRESS BAR.


I'm using 'progress2'...where it fills up as the song plays. ATM I am using bullets which turn red as the song plays. I'd prefer blobs of horizontal rectangle-shape which look attached.
biggrin.gif


edit - Found some but the #s aren't right.



like 「these」? this thread is hard to follow.
 
Mar 10, 2009 at 5:04 PM Post #14 of 16
Heh, I'm not sure what I meant!

For progress bar got 3 horizontal thick rectangles(9776) which turn from grey to red on playback w/% on the end.

...still like pink tracks.
 

Users who are viewing this thread

Back
Top