I was playing with $if fonction in foobar and if I've understood the simple use of it, I've been unable to achieve a little more complex things. So, I guess that again I'm looking for your unvaluable help
What i would like to understand is how to use $if when doing something like this (just an example but it could make me understand the use of it): I'm using column UI and under the tracknumber column I would like to
- Show >>> if track is playing
- Show [] if track is paused
- Show tracknumber if else
My poor understanding would make me paste something like this into the COlumn UI tracknumber:
$if(
$if(%_isplaying%,>>>,[$num(%tracknumber%,2)]),
$if(%_ispaused%,'[]',[$num(%tracknumber%,2)]))
That will just show nothing (empty field) in the column. If I use $if3 instead of $if (first $if) it show tracknumer when track is playing and [] when is paused. I'm sorry if this is obvious but I don't see where's the problem..my logic is poor, sorry
