]> git.parisson.com Git - deefuzzer.git/commitdiff
update features and install procedure
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 29 Jan 2015 21:53:36 +0000 (22:53 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 29 Jan 2015 21:54:05 +0000 (22:54 +0100)
README.rst

index fcccbf464cc953c0e222e0f7e07fd3202894be99..ffab9e98ca8f7638f3ff47b2c2d1ff167464da2e 100644 (file)
@@ -24,7 +24,7 @@ Features
 
  * MP3, OGG Vorbis file and live streaming over Internet
  * Full metadata encapsulation and management
- * RSS podcast generator (current tracks and playlists)
+ * RSS or JSON podcast generator (current tracks and playlists)
  * M3U playlist generator
  * Recursive, random (shuffled) or pre-defined playlists
  * Multi-threaded architecture: multiple station streaming with one config file
@@ -33,6 +33,7 @@ Features
  * OSC controller: control the main functions from a distant terminal
  * Relaying: relay and stream live sessions!
  * WebM video relaying support
+ * Automatic mountpoint creation based on media subfolders
  * Very light and optimized streaming process
  * Fully written in Python
  * Works with Icecast2, ShoutCast, Stream-m
@@ -90,7 +91,11 @@ To install it, say on Debian, do::
                          python-pycurl liblo-dev libshout3-dev librtmp-dev \
                          python-yaml libcurl4-openssl-dev python-mutagen icecast2
 
-Now, the easiest way to install the DeeFuzzer from a shell::
+Now update distribute and setuptools::
+
+    sudo pip install -U distribute setuptools
+
+Then::
 
     sudo pip install deefuzzer
 
@@ -98,6 +103,8 @@ To upgrade::
 
     sudo pip install -U deefuzzer
 
+If you have some version problems with the installation, please try in a virtualenv.
+
 For more informations, please see on `GitHub <https://github.com/yomguy/DeeFuzzer>`_ or tweet to @yomguy