Foobar2000:Title Formatting Reference - Hydrogenaudio Knowledgebase

foobar2000: Components Repository

foobar2000

Playlist view

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')

Spider Monkey Panel

windows shift right click to change shit

Script documentation

Home _ Spider Monkey Panel.html

Spider Monkey Panel (foo_spider_monkey_panel)

Library Tree - Page 2

Converter Scripts

replace filenames that include 48k to 96k

%directoryname%/$replace(%filename%,48k,96k)