X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=INSTALL;h=f0d1ec8cedc70f9b9076df56d6dc9260416e0278;hp=d791cb780d11829ae3a9b8ecc2d900148263af5b;hb=959d66719258a7b3d5028e5e6770972768621a4f;hpb=abc9c35b6ddb7b0b2f508970e736a5f4767472cf diff --git a/INSTALL b/INSTALL index d791cb78..f0d1ec8c 100644 --- a/INSTALL +++ b/INSTALL @@ -115,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 @@ -123,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 @@ -173,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 " instead of "". + command>" instead of "". That's all, congratulations. Check out all the other optional gimmics!