3 // $dbconn = pg_Connect("dbname=adorno user=general");
5 $c->pg_connect
[] = 'dbname=adorno port=5432 user=adorno_app';
8 $c->daemon_type
= 'mpd';
9 $c->mpd
['connection'] = "tcp://127.0.0.1:6600";
10 $c->mpd
['prefix'] = "/music/";
12 $c->daemon_type
= 'vlc';
13 $c->vlc
['connection'] = "tcp://127.0.0.1:8030";
14 $c->vlc
['connection'] = "tcp://192.168.55.2:8030";
16 $c->daemon_type
= 'xmms2';
17 $c->xmms2
['connection'] = "tcp://192.168.55.2:9667";
18 # $c->xmms2['connection'] = "unix:///tmp/";
20 $system_name = "Adorno Music Server";
23 $base_dns = "http://$HTTP_HOST";
25 $external_base_url = $base_dns;
26 $base_dir = $DOCUMENT_ROOT;
32 // 'current_queue' => 1,