3 $dbconn = pg_Connect("dbname=adorno user=general");
5 $c->daemon_type
= 'mpd';
6 $c->mpd
['connection'] = "tcp://127.0.0.1:6600";
7 $c->mpd
['prefix'] = "/music/";
9 $c->daemon_type
= 'vlc';
10 $c->vlc
['connection'] = "tcp://127.0.0.1:8030";
11 $c->vlc
['connection'] = "tcp://192.168.55.2:8030";
13 $c->daemon_type
= 'xmms2';
14 $c->xmms2
['connection'] = "tcp://192.168.55.2:9667";
15 # $c->xmms2['connection'] = "unix:///tmp/";
17 $system_name = "Adorno Music Server";
20 $base_dns = "http://$HTTP_HOST";
22 $external_base_url = $base_dns;
23 $base_dir = $DOCUMENT_ROOT;
29 // 'current_queue' => 1,