23 lines
1.3 KiB
Plaintext
Executable File
23 lines
1.3 KiB
Plaintext
Executable File
; default template configuration file
|
|
;
|
|
[foo_httpcontrol]
|
|
url=/
|
|
; defines formatting of a playlist row using foobar2000 titleformatting.
|
|
playlist_row=<td class="p">[%album artist% ]['['%album%[ CD%discnumber%][ #%tracknumber%]']' ]%title%[ '//' %track artist%]</td><td class="t">%length%</td>[<td class="q">%queue_indexes%</td>]
|
|
; defines formatting of a helper macros using foobar2000 titleformatting.
|
|
helper1=[%album artist% ]['['%album%[ CD%discnumber%][ #%tracknumber%]']' ]%title%[ '//' %track artist%]
|
|
helper2=[%title% - ]
|
|
helper3=%codec% %bitrate%kbps %samplerate%Hz %channels%
|
|
; specifies wildcards where we should look for albumart files, separated by |. foobar2000 titleformatting is available there as well.
|
|
albumart=$directory_path(%path%)\folder.jpg|$directory_path(%path%)\*.jpg
|
|
; specifies path of a picture to show when albumart is not found.
|
|
albumart_not_found=default/icon1rx.png
|
|
; specifies path of a picture to show when albumart is requested but not currently available (no playing track).
|
|
albumart_not_available=default/icon1rx.png
|
|
; limits maximum albumart size to download, in bytes.
|
|
albumart_limit_size=0
|
|
; setting to 1 prefers embedded albumart over external.
|
|
albumart_prefer_embedded=0
|
|
; controls size of a playlist 'page'. setting to 0 completely disables playlist generation.
|
|
playlist_items_per_page=30
|