Foobar2000:Title Formatting Reference - Hydrogenaudio Knowledgebase
foobar2000: Components Repository
columns_ui:config:colour_string
Title Formatting Syntax Reference.html
// Set the background to solid black
$puts(back,$rgb(0,0,0))
// No contrast for selected songs - same as regular background
$puts(back-selected,$rgb(0,0,0))
$puts(back-selected-no-focus,$rgb(0,0,0))
// Apply the basic background styles
$set_style(back,$get(back),$get(back-selected),$get(back-selected-no-focus))
// Default text is light gray
$set_style(text,$rgb(225,225,225),$rgb(225,225,225))
// If playing, highlight text with light blue
$if(%isplaying%,
$set_style(back,$rgb(25,25,25),$rgb(25,25,25))
)
$date(%last_modified%,'%d-%m-%Y')
windows shift right click to change shit
Home _ Spider Monkey Panel.html
Spider Monkey Panel (foo_spider_monkey_panel)
replace filenames that include 48k to 96k
%directoryname%/$replace(%filename%,48k,96k)