-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHaloRadio.ini-dist
136 lines (104 loc) · 2.66 KB
/
HaloRadio.ini-dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
# $Id: HaloRadio.ini-dist,v 1.20 2005/12/29 19:37:21 elektron Exp $
#
## HaloRadio.ini -
# it's a config file. needs to be configured and installed
# with the cgi. as well as for the daemon.
#
[general]
# cgi_url - absolute url to the cgi
cgi_url=http://localhost/~radio/HaloRadio.cgi
# root_url - web root url
root_url=http://localhost/~radio
# web root path
webroot=/usr/share/haloradio/public_html
# status_url - url for the icecast ststus server
status_urls=http://localhost:8000/status2.xsl
# do_fortune - [0/1] append a fortune to every footer ?
do_fortune = 0
# listener offset - for tuning number of listeners.
# (for instance: if you have multiple relays logged in all the time and
# you would like to offset the number of listenes by -2 )
#
# listener_offset
listener_offset=0
#guest_access - [0/1] Allow guest access to web interface
guest_access=1
guest_has_kill=0
guest_has_request=1
guest_has_songnfo=0
guest_has_signup=1
#request_quota - 0=disable, limit of requests in queue per user
#
# request_quota=3
#
request_quota=0
#
# prefix for download link on songinfo page
#
download_url=
#
# Don't change this
#
site_name=halo_radio
#
# hostname - domain to use as 'from' in emails to ppl.
#
hostname=localhost
# admin contact email address (CHANGE THIS)
admin_email=phil@kremlor.net
#subdir name in mp3 root to find announcements (comercials, yo.)
announce_path=halo_radio
# number of minutes to wait between random announcements
announce_delay=120
#
# Active User Weight - 1/n of the songs played will be based on active
# user preferences.
#
# active_user_weight=3
active_user_weight=0
#
# Re-request Limit - number of minutes that a song must wait before being
# requested again, after it's played. (0 disables).
# (in minutes)
#
#rerequest_limit=60
rerequest_limit=0
#
# Replay Limit - number of minutes a song must wait before getting
# selected randomly again.
#
#replay_limit=1440
replay_limit=0
# mp3 source configuration
[shout]
# host - the hostname of your icecast server
host=127.0.0.1
port=8000
# source auth info for icecast
user=source
password=sourceme
# source mountpoint (will get bitrate appended)
mount=/radio
# stream nfo
name=halo_radio
genre=all
public=0
# bitrate - stream bitrate(s)
# bitrate=128,160
# ( multiple streams configured by separating the rates with a comma)
bitrate=128,64
# DB Config (for HaloRadio module) [REQUIRED]
[db]
host=localhost
user=radio
name=radio
pass=password
# MP3 Archive Location
[path]
root=/var/lib/haloradio/mp3
# halostatcron
[cron]
rrd_data_dir=/var/lib/haloradio/rrd
png_dir=/usr/share/haloradio/public_html
rrdtool_path=rrdtool
###############################################################################