0.7
- * Huge refactoring which should be compatible with old setups, but please read the `updated example <https://github.com/yomguy/DeeFuzzer/blob/dev/example/deefuzzer_doc.xml>`_ before going on
+ * Huge refactoring which should be compatible with old setups, but before updating **please read** the `updated example <https://github.com/yomguy/DeeFuzzer/blob/dev/example/deefuzzer_doc.xml>`_ and the following news.
* Reworked the RSS feed handling to allow JSON output as well and more configuration options (@achbed #27 #28)
* Add an init.d script to act as a deamon (@achbed)
* Add stationdefaults preference (apply default settings to all stations) (@achbed #31)
To install it, say on Debian, do::
- sudo apt-get install python-pip python-dev libshout3-dev python-liblo python-mutagen \
- python-pycurl liblo-dev libshout3-dev librtmp-dev \
- python-yaml libcurl4-openssl-dev python-mutagen icecast2
+ sudo apt-get install python-pip python-dev python-liblo \
+ python-mutagen python-pycurl python-yaml \
+ libshout3-dev librtmp-dev liblo-dev libcurl4-openssl-dev
Now, the easiest way to install the DeeFuzzer from a shell::
For more informations, please see on `GitHub <https://github.com/yomguy/DeeFuzzer>`_ or tweet to @yomguy
+As a streaming client, the DeeFuzzer needs a local or remote streaming server like Icecast2 to do something::
+
+ sudo apt-get install icecast2
+
Usage
=====