Last active
August 29, 2015 14:14
-
-
Save ChoiZ/dcf97cc962a678b112c3 to your computer and use it in GitHub Desktop.
deefuzzer 0.7 config file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| deefuzzer: | |
| log: /log/station.log | |
| m3u: /m3u/station.m3u | |
| stationdefault: | |
| control: {mode: 0, | |
| port: 16001} | |
| jingles: {dir: /m3u/jingles, | |
| mode: 0, | |
| shuffle: 1} | |
| station: | |
| control: {mode: 0, | |
| port: 16001} | |
| server: {host: mystation.com, | |
| mountpoint: test, | |
| port: 80, | |
| public: 0, | |
| sourcepassword: 'PASSWORD', | |
| type: icecast} | |
| infos: {name: "Station Name", | |
| description: "Test desc with char à", | |
| genre: music, | |
| url: 'http://www.station.fm'} | |
| media: {source: /m3u/playlist.m3u, | |
| format: mp3, | |
| bitrate: 192, | |
| ogg_quality: 0, | |
| samplerate: 44100, | |
| shuffle: 0, | |
| voices: '2'} | |
| jingles: {dir: /m3u/jingles, | |
| mode: 0, | |
| shuffle: 1} | |
| record: {dir: /m3u/archive, | |
| mode: 0} | |
| relay: {author: Inconnu, | |
| mode: 0, | |
| url: 'http://127.0.0.1:8000/telecaster_live.mp3'} | |
| rss: {dir: /vagrant/m3u/rss, | |
| enclosure: 0, | |
| media_url: 'http://localhost/rss/'} | |
| twitter: {key: 76728330-OjKgbHtn4II86Ad7pNUGEzfNAkGTW5Wvw38qUmLE, | |
| mode: 0, secret: 4egZs1dSM37XVY8zXa016Yueku2fleXF2bx8k25V4, | |
| tags: bla bla} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #EXTM3U | |
| #EXTINF:270, Artist - Track | |
| /mp3/Artist - Track.mp3 | |
| #EXTINF:165, Other Artist - Great Track | |
| /mp3/Other Artist - Great Track.mp3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment