[Mplayer-dvb] To mplayer.sh <-- cue-bin

Beppe mplayer at beep.mine.nu
Sat Feb 8 12:41:33 CET 2003


Hi all,


I add this to my very modifyed mlayer.sh to watch cue/bin (s)vcd

SUFFIX=$(echo -e "${FILE:$[${#FILE}-4]:4}" | tr [A-Z] [a-z])

if [ "${SUFFIX}" == ".cue" ]; then
     CMDLINE="$MPLAYER -vo mpegpes -ao mpegpes $FDSTR $CACHESTR $LIRCSTR 
  $USERDEF -vcd 1 -cuefile"
     exec $CMDLINE "$FILE"
     exit 0
fi

My mplayer.sh is very modifyed so the is no patch for it :/
but some where after if $DEBUG; and befor getvidxy

Best luck
::beep



More information about the MPlayer-dvb mailing list