------
```
- $ sudo piplayer DIR
-```
-
-Example
-------------
-
-```
- $ sudo piplayer /path/to/dir/
+ $ sudo piplayer /path/to/dir
```
OSC
* port : 12345
* play address : /play/1
+ * stop address : /play/0
GPIO
-----
* play channel : 22
- * play method : PUD_DOWN between PIN 1 (3.3V Power) and PIN 15 (GPIO 22)
+ * play method : PUD_DOWN between PIN 1 (3.3V power) and PIN 15 (GPIO 22)
* stop channel : 24
- * stop method : PUD_DOWN between PIN 1 (3.3V Power) and PIN 18 (GPIO 24)
+ * stop method : PUD_DOWN between PIN 1 (3.3V power) and PIN 18 (GPIO 24)
INSTALL
--------
-------
```
- $ cp -ra etc/* /etc/
- $ update-rc.d piplayer defaults 5 1
+ $ sudo cp -ra etc/* /etc/
+ $ sudo update-rc.d piplayer defaults 5 1
```
+Override daemon start and options by editing /etc/default/piplayer
+
+
OPTIONS
--------
-Some properties and options (like "auto next" and "looping") are tunable in the PiPlayer class:
+Some properties (ports, channels) and options (like "auto next" and "looping") are tunable in the PiPlayer class:
```
class PiPlayer(object):