Ok I have a problem.
I want the F to be visible everytime there is a new directory. I have the following code below in an coulmn. It seems that foobar resets the tk_album variable for every new media file.
The F is visible all the time...
$if($not($strcmp($get(tk_album),%_directoryname%)),
$puts(tk_album,%_directoryname%)
F
)
Some pointers would be appreciated.
