Help - Search - Members - Calendar
Full Version: Columns UI - Playcount column
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
LFCDANNY
hi everyone im new, and nooby when it comes to doing styles...

so i want my playcount column to look like the rest of my columns

They look like this:

IPB Image

Im pretty sure its something to do with the style tab in the playlist view part of preferences

For example, my title columns style tab contains this:

CODE
$if(%_isplaying%,
$if($strcmp(%_overrideplayingtext%,1),%_playingtext%|,%_titletext%|)
$if($strcmp(%_overrideplayingtext%,1),%_playingselectedtext%|,%_titletext%|)
%_playingbg%,
%_titletext%|%_titletext%|
$select($add($mod(%_playlist_number%,2),1),
%_darkrowbg%,%_lightrowbg%))|
%_selectedbg%||
$if($strcmp(%_showvertborder%,1),$if(%_isplaying%,%_playingbg%|,%_border%|),|)
$if($strcmp(%_showhorizborder%,1),%_border%|,|)


What code would i need to make my playcount column look the same?

Any help would be greatly appreciated thanks biggrin.gif
LFCDANNY
Sorry if bumping isnt allowed but id greatly appreciate help smile.gif
kanak
Have you tried enabling "custom style" for your play count plugin and pasting the style code from the title column?
LFCDANNY
oh...so it was that simple god im a retard biggrin.gif thank you very much kanak smile.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.