Re: [vdr] vdr-sxfe from background script

2009-02-24 Thread Lauri Tischler
Petri hintukainen wrote: > Pertti Kosunen wrote: >> Lauri Tischler wrote: >>> - trying to play dvd (Starship Troopers) does not show >>>correct subtitles, wanted language is defined in VDR. >> Maybe this helps also for dvd?: >> http://www.kosunen.fi/vdr/matroska-subtitles.diff > > Does it work

Re: [vdr] vdr-sxfe from background script

2009-02-23 Thread Petri hintukainen
Pertti Kosunen wrote: > Lauri Tischler wrote: > > - trying to play dvd (Starship Troopers) does not show > >correct subtitles, wanted language is defined in VDR. > > Maybe this helps also for dvd?: > http://www.kosunen.fi/vdr/matroska-subtitles.diff Does it work if user selects another langua

Re: [vdr] vdr-sxfe from background script

2009-02-23 Thread Petri hintukainen
Lauri Tischler wrote: > Petri hintukainen wrote: > > Try --nokbd option for vdr-sxfe. > > Reading from console suspends application when it is running at > > background. > > Seems that this just appeared in CVS, is this also available > in non-announced 1.0.4 version ? --nokbd option has been the

Re: [vdr] vdr-sxfe from background script

2009-02-21 Thread Stefan Ellenberger
On Sat, Feb 21, 2009 at 4:51 PM, Alex Betis wrote: >> I do have a similar solution to the one Ville used in KDE >> >> - set up a shell script >> - issue a killall -q -9 vdr-sxfe command first (if there is no vdr-sxfe >> task running this will be ignored) >> - call vdr-sxfe again >> >So you d

Re: [vdr] vdr-sxfe from background script

2009-02-21 Thread Alex Betis
On Sat, Feb 21, 2009 at 5:42 PM, Stefan Ellenberger wrote: > I do have a similar solution to the one Ville used in KDE > > - set up a shell script > - issue a killall -q -9 vdr-sxfe command first (if there is no vdr-sxfe > task running this will be ignored) > - call vdr-sxfe again > So you don't

Re: [vdr] vdr-sxfe from background script

2009-02-21 Thread Pertti Kosunen
Lauri Tischler wrote: > - trying to play dvd (Starship Troopers) does not show >correct subtitles, wanted language is defined in VDR. Maybe this helps also for dvd?: http://www.kosunen.fi/vdr/matroska-subtitles.diff ___ vdr mailing list vdr@linuxtv.

Re: [vdr] vdr-sxfe from background script

2009-02-21 Thread Stefan Ellenberger
I do have a similar solution to the one Ville used in KDE - set up a shell script - issue a killall -q -9 vdr-sxfe command first (if there is no vdr-sxfe task running this will be ignored) - call vdr-sxfe again Looks like this: #!/bin/sh /usr/bin/killall -q -9 vdr-sxfe /usr/bin/vdr-sxfe --full

Re: [vdr] vdr-sxfe from background script

2009-02-21 Thread Lauri Tischler
Petri hintukainen wrote: > pe, 2009-02-20 kello 22:02 +0200, Alex Betis kirjoitti: >> The problem is that when this script is run in background (& at the >> end), the job is shown as "stopped". >> I've tried to run vdr-sxfe itself in background, it opens the window >> and the job stops. >> I know t

Re: [vdr] vdr-sxfe from background script

2009-02-21 Thread Petri hintukainen
pe, 2009-02-20 kello 22:02 +0200, Alex Betis kirjoitti: > The problem is that when this script is run in background (& at the > end), the job is shown as "stopped". > I've tried to run vdr-sxfe itself in background, it opens the window > and the job stops. > I know there is a switch that will run i

Re: [vdr] vdr-sxfe from background script

2009-02-20 Thread Matti Ropo
Ville Aakko wrote: > > So I see there might be a need for documentation and solutions / > examples on this kind of setups (at least I didn't find any if there > already are). Can anyone point into such documentation? Does anyone > have any good personal examples? How do you run your VDR with an X1

Re: [vdr] vdr-sxfe from background script

2009-02-20 Thread Alex Betis
Wow... you write alot! :) On Fri, Feb 20, 2009 at 11:54 PM, Ville Aakko wrote: > Hi! > > 2009/2/20 Alex Betis : > > Hi all, > > > > I wonder what am I doing wrong. > > > > The problem is that when this script is run in background (& at the end), > > the job is shown as "stopped". > > I've tried

Re: [vdr] vdr-sxfe from background script

2009-02-20 Thread Ville Aakko
Hi! 2009/2/20 Alex Betis : > Hi all, > > I wonder what am I doing wrong. > > The problem is that when this script is run in background (& at the end), > the job is shown as "stopped". > I've tried to run vdr-sxfe itself in background, it opens the window and the > job stops. > I know there is a sw

[vdr] vdr-sxfe from background script

2009-02-20 Thread Alex Betis
Hi all, I wonder what am I doing wrong. I've set up a script that will run vdr-sxfe in a loop. When I want to restart vdr-sxfe, I just kill it and the script is suppose to run it again. The problem is that when this script is run in background (& at the end), the job is shown as "stopped". I've