3 ####### general ##############################################################
5 statusfile=/var/local/soepkiptng/soepkiptng.status
6 logfile=/var/local/soepkiptng/soepkiptng.log
7 errfile=/var/local/soepkiptng/soepkiptng.err
9 ####### database ############################################################
17 ####### daemon ############################################################
19 playercmd=soepkiptng_play -b1000 -D/dev/dsp0
21 # don't select random songs that have been played within the last
22 # 'min_random_time' seconds (this time is adjusted automatically when
23 # all songs fail this test)
26 # probability that a recently added song will be played
27 # (note: these songs are still subject to 'min_random_time')
29 # a recently added song is one that was added at most this number of days ago
32 # ancient technology support (CD discs)
33 cdda_prog=soepkiptng_cdda
34 #cdda_prog=rsh othermachine soepkiptng_cdda -d /dev/scd1
36 ####### add_songs ###########################################################
43 description_files=/home/eric/albums/albums /home/eric/albums/albums.new
45 ####### web interface #######################################################
47 httpd_errfile=/var/local/soepkiptng/soepkiptng_httpd.err
52 # http proxy for lyrics search
53 #http_proxy=http://proxy.example.com:8000/
54 #no_proxy=www.example.com
56 artistlistcmd=artistlist
57 #artistlistcmd=alllist
59 # show which user requested which song
62 # use greyed-out buttons (doesn't work with old netscape)
65 # if the albumlist above a songlist exceeds this #chars,
66 # the longest entries are cut off and something like "[10 more...]" is shown
67 albumlist_length_threshold=500
69 # limit #entries in alllist
72 # show song info in browser's title bar (IE/Opera only)
75 # use _blank for new window (comment out for bottom frame)
78 # global enable/disable of "Delete Song" button
81 # perl func that determines if write access to database should be allowed
84 # my $r = Apache->request;
85 # my $c = $r->connection;
86 # my $ip = $c->remote_ip;
92 # <font size=+2>Titeltje</font><Br>
98 #body=bgcolor="#ffffcc" vlink="#000000" link="#000000"
99 body=bgcolor="#e0f4ff" vlink="#000000" link="#000000"
104 <body bgcolor="#8cc4f7">
106 <img src="soepkiptng.gif">
110 th_left = bgcolor="#cce8ff"
111 td_left = bgcolor="#cce8ff"
112 th_artist = bgcolor="#cce8ff"
114 th_album = bgcolor="#cce8ff"
115 td_album = bgcolor="#cce8ff"
116 th_track = bgcolor="#cce8ff"
118 th_song = bgcolor="#cce8ff"
119 td_song = bgcolor="#cce8ff"
120 th_time = bgcolor="#cce8ff" id=t
122 th_enc = bgcolor="#cce8ff"
123 td_enc = bgcolor="#cce8ff"
128 addalltext=add all
130 delalltext=del all
137 #search { color: black; }
139 #az { vertical-align: baseline; white-space: nowrap;
142 TH { text-align: left; vertical-align: top;
143 color: black; font-style: bold; font-family: serif; }
144 TD { text-align: left; vertical-align: top;
145 color: black; font-family: serif; }
146 #t { text-align: right; vertical-align: top;
147 color: black; font-family: serif; }
150 #hdr { font-family: serif; font-size: large }
151 body { color: black; font-family: serif; }
153 TH { text-align: left; vertical-align: top;
154 color: black; font-style: bold; font-family: serif; }
155 TD { text-align: left; vertical-align: top;
156 color: black; font-family: serif; }
157 CAPTION { font-family: serif; font-size: large }
160 #hdr { font-family: serif; font-size: large }
161 body { color: black; font-family: serif; }
163 TH { text-align: left; vertical-align: top;
164 color: black; font-style: bold; font-family: serif; }
165 TD { text-align: left; vertical-align: top;
166 color: black; font-family: serif; }
167 #t { text-align: right; vertical-align: top;
168 color: black; font-family: serif; }
169 CAPTION { font-family: serif; font-size: large }
172 body { color: black; font-family: serif; }
173 TH { font-family: serif; }
174 TD { font-family: serif; }
175 CAPTION { font-family: serif; font-size: large }
177 #searchformstyle=font-size: 50%; width: 40px; height: 18px
178 #searchformstyle=font-size: 50%; height: 18px