Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: SNES-emulator running with vdr



Hi,

On Mon, Sep 16, 2002 at 04:40:49PM +0200, Steffen Barszus wrote:
> a menu for choosing Games(maybe done like mplayer/mp3?) would be nice. Great 
> work, I love it, would be nice if it is fullscreen, and makin a 
> vdr-1.1.x-plugin would be nice instead of making an additional patch...
I tried to modify the mplayer-patch to get an additional menu, but I
didn't get it work. I'll look into this on the weekend. At the moment I
use the following code at the beginning of mplayer.sh to let the 
mplayer-plugin do the work:

case "$1" in
*.FIG|*.fig|*.SMC|*.smc|*.SPP|*.spp|*.SRM|*.srm|*.SFC|*.sfc)
        DSNES="/usr/local/bin/dsnes9x"
        /usr/bin/aumix -l 0
        $DSNES "$1"
        /usr/bin/aumix -l 100
        exit
        ;;
esac

aumix is still needed, because audio-muting of the dvb-card doesn't work (it
mutes, but comes back...).

Bye,
Matthias
-- 
Matthias.Mueller@rz.uni-karlsruhe.de
Rechenzentrum Universitaet Karlsruhe
Abteilung Netze




Home | Main Index | Thread Index