From 3fdaa75780afb4b64ba4c7606101689f93c45763 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 17 Jan 2010 12:58:52 +0000 Subject: [PATCH] add doc to XML --- README | 78 ++-------------------------------------------- example/myfuzz.xml | 49 +++++++++++++++++++++++++++-- 2 files changed, 49 insertions(+), 78 deletions(-) diff --git a/README b/README index 5d96f16..c087094 100644 --- a/README +++ b/README @@ -76,82 +76,8 @@ $ kill -9 `pgrep deefuzzer` XML Configuration ================= -Example :: - - - - /path/to/log/mystation.log - - - /path/to/m3u/mystation.m3u - - - - - my_station - - - My best funky station - - - My personal best funky playlist ever ! - - - http://mydomain.com - - - Various Funk Groove - - - - - mydomain.com - - 8000 - - icecast_source_password - - 1 - - - - - /path/to/mp3/ - mp3 - 192 - 7 - 44100 - 2 - 1 - - - /path/to/rss/ - 1 - - - 0 - my_twitter_user - my_twitter_password - bla bla - - - 0 - /path/to/jingles - 1 - - - 0 - 1234 - - - 0 - http://anotherdomain.com:8000/stream.mp3 - - - +See example/myfuzz.xml in a text editor. +The inline comments should help you to configure your stations OSC Control diff --git a/example/myfuzz.xml b/example/myfuzz.xml index fb009f9..5a66f60 100644 --- a/example/myfuzz.xml +++ b/example/myfuzz.xml @@ -1,52 +1,97 @@ + /path/to/log/mystation.log + /path/to/m3u/mystation.m3u + - My_Station_1 + + my_station + My best funky station + My personal best funky playlist ever ! + http://mydomain.com - Other + + Various Funk Groove + mydomain.com + 8000 + icecast_source_password + 1 + /path/to/mp3/ + mp3 + 192 + 7 + 44100 + 2 + 1 + /path/to/rss/ + 1 + 0 + my_twitter_user + my_twitter_password + bla bla + 0 + /path/to/jingles + 1 + 0 + 1234 + 0 + http://anotherdomain.com:8000/stream.mp3 + + + -- 2.39.5