Hi, I am using vdr-xine-0.7.4 as output plugin and would like to use the mplayer plugin (mp3-0.8.3) in addition. I use the following mplayer.sh: #!/bin/bash CMDLINE="/usr/bin/mplayer -fs -vo xv -ao oss -cache 4096 -slave -nolirc -quiet" DISPLAY=:0.0 $CMDLINE "$1" 2>&1 |logger exit invoced from the commandline the script works well (if xine is not running), but not when called from vdr: a 'no signal' screen for a while, and then the tv-channel shows up again. Any hints? Regards, Borghart