; ajquery template configuration file ; ; check readme.txt for usage details ; [foo_httpcontrol] url=/index.html ; defines formatting of a playlist row using foobar2000 titleformatting. playlist_row={"a":"$fix_eol($replace(%artist%,\,\\,",\"))","b":"$fix_eol($replace(%album%,\,\\,",\"))","n":"$if(%queue_indexes%,'('%queue_indexes%') ',)$ifgreater(%totaldiscs%,1,D%discnumber%.,)%tracknumber%","t":"$fix_eol($replace(%title%,\,\\,",\"))","l":"%length%","ls":"%length_seconds%","d":"%date%"} ; defines formatting of a helper macros using foobar2000 titleformatting. helper1=[%title% - ] helper2=[%artist% - %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=ajquery/img/icon1rx.png ; specifies path of a picture to show when albumart is requested but not currently available (no playing track). albumart_not_available=ajquery/img/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