From: lace <> Date: Tue, 29 May 2007 06:35:08 +0000 (+0000) Subject: +unset http_proxy X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=71e0cd06edaf0959c5ee285b5a26e2c363ca6d5a +unset http_proxy Remove any special mplayer commandline options. --- diff --git a/bin/engine-di.fm b/bin/engine-di.fm index 175f299..3d8936b 100755 --- a/bin/engine-di.fm +++ b/bin/engine-di.fm @@ -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