[vdr] 1.5.x ShutDown rewrite

2007-03-31 Thread ShorTie
I understand the need for a rewrite of the shutdown sequence for vdr when using timers and stuff. But I was wondering if the good old crtl/c was going to make it’s way back in? -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 268.18.

[vdr] Full Screen button for vdr-sxfe

2007-03-31 Thread Rob Davis
Any way of getting a full screen / windows toggle button for vdr-sxfe (xineliboutput)? I am assuming this is a question for more than just xineliboutput.. What I'd like is a lirc/keyboard command (full screen) which will toggle the behaviour. I am happy to retro edit it into remote.conf. Maybe:

Re: [vdr] Xine and ac3 Passthru for dolby digital

2007-03-31 Thread Stephan Loescher
Dave <[EMAIL PROTECTED]> writes: Hi Dave! > Im having some problems getting ac3 passthru to work. Im using fbxine > with directfb, which works well, for both video and audio in PCM mode, > but frequent crashes occur with trying to use Dolby Digital. I have set > the xine plugin to "Dolby On" >

Re: [vdr] Full Screen button for vdr-sxfe

2007-03-31 Thread Petri Hintukainen
On Sat, 2007-03-31 at 17:39 +0200, Rob Davis wrote: > Any way of getting a full screen / windows toggle button for vdr-sxfe > (xineliboutput)? > Add line DEFINES += -DXINELIBOUTPUT_FE_TOGGLE_FULLSCREEN to VDR Make.config file and re-compile xineliboutput. It will bind keys f/F to fullscreen togg

Re: [vdr] Full Screen button for vdr-sxfe

2007-03-31 Thread Petri Hintukainen
On Sat, 2007-03-31 at 17:39 +0200, Rob Davis wrote: > Any way of getting a full screen / windows toggle button for vdr-sxfe > (xineliboutput)? > Add line DEFINES += -DXINELIBOUTPUT_FE_TOGGLE_FULLSCREEN to VDR Make.config file and re-compile xineliboutput. It will bind keys f/F to fullscreen togg

[vdr] vdr-xineliboutput a small patch

2007-03-31 Thread Matti Horila
Hi all. I had a small problem with xineliboutput, i didn't find a way to start playing a file with mediaplayer from the beginning if the file had been earlier watched till the end. Media player always started from end of file. So i made a small patch, which saves resume position to 0 seconds

Re: [vdr] Full Screen button for vdr-sxfe

2007-03-31 Thread Rob Davis
Petri Hintukainen wrote: > On Sat, 2007-03-31 at 17:39 +0200, Rob Davis wrote: >> Any way of getting a full screen / windows toggle button for vdr-sxfe >> (xineliboutput)? >> > > Add line > DEFINES += -DXINELIBOUTPUT_FE_TOGGLE_FULLSCREEN > to VDR Make.config file and re-compile xineliboutput. > >