-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathdeefuzzer.yaml
55 lines (44 loc) · 1.44 KB
/
deefuzzer.yaml
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
deefuzzer:
log: /path/to/station.log
m3u: /path/to/station.m3u
stationdefaults:
control: {mode: 0,
port: 16001}
jingles: {dir: /path/to/jingles,
mode: 0,
shuffle: 1}
station:
control: {mode: 0,
port: 16001}
infos: {description: 'My personal best funky playlist ever!',
genre: 'Various Funk Groove',
name: 'My best funky station',
short_name: "My_station",
url: 'http://parisson.com'}
jingles: {dir: /path/to/jingles,
mode: 0,
shuffle: 1}
media: {bitrate: 96,
source: /path/to/mp3/or/m3u,
format: mp3,
ogg_quality: 4,
samplerate: 48000,
shuffle: 0,
voices: '2'}
record: {dir: /path/to/archives,
mode: 0}
relay: {author: Unknown,
mode: 0,
url: 'http://127.0.0.1:8000/telecaster_live.mp3'}
feeds: {mode: 1, rss: 1, json: 0, playlist: 1,
dir: /var/www/rss,
enclosure: 0,
media_url: 'http://localhost/media/'}
server: {host: 127.0.0.1,
mountpoint: monitor,
port: 8000, public: 0,
sourcepassword: icecast_source_password,
type: icecast, appendtype: 1}
twitter: {key: 'your access token key',
mode: 0, secret: 'your acess token secret key',
tags: 'parisson deefuzzzer'}