Help - Search - Members - Calendar
Full Version: Help with TAGZ please ;)
Hydrogenaudio Forums > Hosted Forums > foobar2000 > Support - (fb2k)
myxomatosis
Hello guys, my English isn't very good so I'll try to make it short and easy to understand...


I'm using this in Toaster to display the rating of my tracks ->

CODE
$repeat( *,%trackrating%)


which results in displaying for example * * * * for a track that is rated 4/5

user posted image



What I'd like to do is to be able to display No rating for tracks that haven't been rated but I simply don't know how to modify my string tongue.gif

Here's what I tried, with no result ->

CODE
$repeat( *,$if2(%trackrating%,No rating))



A little help would be appreciated laugh.gif Thanks
gfngfgf
You're almost there smile.gif

CODE
$if(%trackrating%,$repeat( *,%trackrating%),No Rating)
myxomatosis
Thanks a lot gfngfgf, that's exactly what I was looking for and in fact I can see what was wrong... still learning wink.gif

Thanks again
krazy
Sorry. Ignore.
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.