use git-tar-tree to make the tarball
[paraslash.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 04bf53fda45ea1892ec417a139d2a8f7704b6bf1..f0d1ec8cedc70f9b9076df56d6dc9260416e0278 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -97,8 +97,7 @@ playlist and mysql.
 
 The current audio file selector can be changed at runtime via
 
-       para_client cdt new_selector
-
+       para_client chs new_selector
 
 
 Start streaming manually
@@ -116,7 +115,7 @@ on client_host:
 
        mp3:
 
-       para_recv -r 'http -i server_host' | para_filter -f mp3dec -f wav | para_play
+       para_recv -r 'http -i server_host' | para_filter -f mp3dec -f wav | para_write -w alsa
        or
        mpg123 http://server_host:8000/
        or
@@ -124,7 +123,7 @@ on client_host:
 
        ogg:
 
-       para_recv -r 'http -i server_host' | para_filter -f oggdec -f wav | para_play
+       para_recv -r 'http -i server_host' | para_filter -f oggdec -f wav | para_write -w alsa
 
 If this works, proceede. Otherwise doublecheck what is logged by
 para_server and use the --loglevel option of para_recv, para_filter
@@ -174,23 +173,23 @@ information in a curses window. It also allows you to bind keys to
 arbitrary commands. There are several flavours of key-bindings:
 
        o internal: These are the built-in commands that can not be
-         changed (help, quit, loglevel, version...).
+       changed (help, quit, loglevel, version...).
 
-        o external: Shutdown curses before launching the given command.
-          Useful for starting other ncurses programs from within
-          para_gui, e.g. aumix or para_dbadm. Or, use
+       o external: Shutdown curses before launching the given command.
+       Useful for starting other ncurses programs from within
+       para_gui, e.g. aumix or para_dbadm. Or, use
 
                para_client mbox
 
-         to write a mailbox containing one mail for each file
-          in the mysql database and start mutt from within para_gui
-          to browse your collection!
+       to write a mailbox containing one mail for each file
+       in the mysql database and start mutt from within para_gui
+       to browse your collection!
 
        o display: Launch the command and display its stdout in
-         para_gui's bottom window.
+       para_gui's bottom window.
 
        o para: Like display, but start "para_client <specified
-         command>" instead of "<specified command>".
+       command>" instead of "<specified command>".
 
 
 That's all, congratulations. Check out all the other optional gimmics!