+unset http_proxy
authorlace <>
Tue, 29 May 2007 06:35:08 +0000 (06:35 +0000)
committerlace <>
Tue, 29 May 2007 06:35:08 +0000 (06:35 +0000)
Remove any special mplayer commandline options.

bin/engine-di.fm

index 175f299..3d8936b 100755 (executable)
@@ -3,6 +3,10 @@
 # $Id$
 
 
+echo >&2 "FIXME: http_proxy"
+unset http_proxy
+
+
 if [ "$1" = "build" ];then
        old="`find -maxdepth 1 '(' -name "di.fm-*" -o -name "sky.fm-*" ')' -type l`"
        if [ -z "$old" ];then echo >&2 "No existing symlinks found.";exit 1;fi
@@ -57,7 +61,8 @@ else
                                        continue
                                fi
                        fi
-                       mplayer -ao alsa:device=hw=0 -cache 128 "$stream" "$@"
+                       #mplayer -ao alsa:device=hw=0 -cache 512 "$stream" "$@"
+                       mplayer -cache 512 "$stream" "$@"
                done
        done
 fi