Hi,
I am using vdr-epgsearch-0.9.9.tgz, but with the new VDR version it is
not compiling anymore.
Is there a new version available?
Best regards,
Matthias
Hi list,
In 1.3.40 and 1.3.41, the arrow key insert mode of edit fields is
broken. It inserts a new char after each up/down press.
Steps:
- Go to some edit field (timer name etc) and start editing
- Press 'green' for insert mode
- Press 'up' several times
Result: aaaaa inserted
The attached patch fixes this for now, though its a bit ugly.
Simply setting newchar = false like in 1.3.39 now activates the
auto-advance timer without setting it, so it advances soon. (I guess
this is not …
[View More]expected, though I could get used to it.)
The patch sets the timer to some unrealistic high value to avoid
advancing for a looong time.
Cheers,
Udo
--- vdr-1.3.40/menuitems.c 2006-01-21 13:27:14.000000000 +0100
+++ vdr-1.3.41/menuitems.c 2006-01-30 01:15:47.000000000 +0100
@@ -427,7 +427,8 @@
value[pos] = toupper(Inc(tolower(value[pos]), NORMALKEY(Key) == kUp));
else
value[pos] = Inc( value[pos], NORMALKEY(Key) == kUp);
- newchar = true;
+ newchar = false;
+ autoAdvanceTimeout.Set(AUTO_ADVANCE_TIMEOUT*100);
}
else
return cMenuEditItem::ProcessKey(Key);
[View Less]
Hallo everybody,
I have created a little java client application to control VDR via
SVDRP. Tested with KDE and Windows.
No live stream but screenshot display in the window.
Screenshots can be saved to disc comfortably - that is the main reason
for developing it.
More information and the download link can be found at:
http://194.95.44.38/~pjuszack/digicam/
Regards Peter
Now that I have a DVD burner for my vdr box I have taken a look on the DVD
burn plugin. Unfortunately known bugs include the fact that it doesn't
even compile with quite recent development version. I recall that someone
did a patch for this problem, but where to get it?
And as I'm on it, might there be someone interested to maintain that
plugin if the original author doesn't do that anymore?
Then couple of questions on the features, does the plugin support
different picture ratios, that …
[View More]is 4:3 and anamorphic 16:9? How about
subtitles?
--
Tuomas Luttinen ! HISTORICAL MARKER
Tuomas.Luttinen(a)iki.fi ! "CALVIN'S HOUSE"
Tiistiläntörmä 1 B 10 ! In January, some 40 snowmen met
02230 Espoo ! a gruesome fate on this spot.
[View Less]
I found a maybe very old bug.
If I'm using Multispeed for watching an recording:
-I can use left/rigth for fast forward/backword.
-I can use the red button to enter a jumpTo position activated by
pressing "up"
But if Im using fastforward and then enter a jumpTo position the the
fastforward speed will be changed to max speed. So if I'm using speed
"1" and jumpto Posion 1000 then the player switch to max speed (3)
And Control->GetReplayMode(Play, Forward, Speed) will return the wrong
…
[View More]values.
I have tested it with vdr 1.3.38
Greetings
Patrick
[View Less]
> Date: Tue, 31 Jan 2006 22:21:13 +0100
> From: Klaus Schmidinger <Klaus.Schmidinger(a)cadsoft.de>
> Subject: Re: [vdr] REQUEST UI change when OK pressed
> To: vdr(a)linuxtv.org
> Message-ID: <43DFD4C9.3070402(a)cadsoft.de>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Gunnar Roth wrote:
> > Klaus Schmidinger wrote:
> >
> >> Peter Juszack wrote:
> >>
> >>> Mike Parker wrote:
> >>>
> …
[View More]>>>> Just a suggestion / discussion point.
> >>>>
> >>>> Would it be possible to modify the OK key so that on first press it
> >>>> does the
> >>>> same as now, but pressing it again brings up the current program
> >>>> detailed
> >>>> information
> >>>>
> >>> I would also like a "shortcut" to view the program information. Is
> >>> there a way to
> >>> do it via keymacros.conf ?
> >>
> >>
> >> Just user the "Info" key in recent developer versions ("Yellow" by
> >> default).
> >>
> > What to use when watching a recording to get the info text? While
> > replaying yellow skips a minute forward.
> > Maybe when pressing ok , the color buttons could get another meanings,
> > shown by rectangles on the screen bottom as usual.
> > regards,
> > gunnar
>
> The color buttons are just used via keymacros.conf for
> shortcuts when viewing live tv. Of course in replay they
> already have a meaning.
>
> If you want a dedicated Info key, just define one on
> your RC.
>
> Klaus
I was unaware of the new Info key (was using vdr-1.3.37) and certainly it
does do as described - thank you.
You must have had requests for this (or felt it was necessary) and as Gunnar
suggests it would also be beneficial in record playback.
While this is a key option, it does mean one less key for us to use for
macros. If a double press of ok is used in viewing and record, I beleive we
improve the UI and reduce 'clutter' on the screen.
Do you have any feelings about my other suggestion about showing what is
being recorded (either channel or program) when the OK key is pressed?
[View Less]
Hi,
Hans-Werner Hilse wrote:
>The mplayer plugin doesn't do much more than offering a filebrowser
>plus a very clever passthrough of remote control codes. Mplayer itself
>then allows to output via mpegpes device, i.e. the full featured card.
This sounds like something worth looking at then, if I can't get the DVD
plugin working, thanks.
>IMHO segfaulting doesn't indicate a wrong processor instruction set
.....
>It seems to spit out that runtime error and die
>…
[View More]miserably...
I compiled the libraary on the machine and I am sure there are no
instruction set issues, as it would have complained at the time.
The liba52 messages I am seeing are not even errors or warnings I think
- just information, but they are the last thing I see before the seg
fault. Short of learning how to use gdb and analysing core dumps, is
there any way I can increase the verbosity of the error messages?
I am wondering if there is some dependency I am missing. The machine
does not have a DVD drive installed and the kernel has no UDF or ISO9660
modules.
I think I have everything configured to read the directory containing
the copy of the files on the hard disk (not ISO files), so none of the
above should be required, but I wonder are checks happening anyway.
>(also CC to sender because of his mail receive issue)
Thanks I am using the mail archive to follow the thread.
Regards,
Richard
[View Less]
Hi Hans,
Hans-Werner Hilse wrote:
>On Fri, 03 Feb 2006 15:07:55 +1300
>Richard Scobie <r.scobie at clear.net.nz> wrote:
>I don't use it for DVD images. In fact, I don't use the DVD player
>plugin anymore, because this can easily be covered with the mplayer
>plugin, which I am using now.
OK... I am not sure if this will work for me, as I am only viewing via
the output of my Nexus card, not a VGA monitor - or am I
misunderstanding how the mplayer plugin operates?
>&…
[View More]gt; The first message about IMDCT is coming from liba52 and prior to my
>> recompiling liba52 with djbfft support, I was getting:
>>
>> No accelerated IMDCT transform found. (and a segfault)
>
>What does "prior to" mean here. Is the problem gone?
No. Initially I compiled liba52 without djbfft support and got the
segfault and the message "No accelerated IMDCT transform found".
Googling for this message and vdr, I found a post on the vdr list from
someone who was seeing this message trying to play mp3 and it was
suggested that adding djbfft support would fix it. Sadly, it has not for me.
Apologies for breaking the thread. If any list maintainer is reading,
there seems to be a problem that although I can post to the list, I am
not receiving mail from it (have checked junk filtering etc). This may
be because I was removed from the list because of an overflowing mailbox
in the past.
Regards,
Richard
[View Less]
Can the DVD plugin be used on vdr systems using a full featured Nexus
card on a low powered (Pentium 200) system?
I ask as I have spent spent a few hours setting these plugins up to the
point where when I "OK" on an entry in the DVDSelect image list, vdr
segfaults, with the following information from the console:
Using djbfft for IMDCT transform
/usr/local/bin/runvdr: line 44: 20111 Segmentation fault
and log:
Feb 3 14:22:12 tx vdr[20111]: ln -nfs '/var/video/dvd/EnglishPatient'
'/dev/…
[View More]dvd' 2> /dev/null
The first message about IMDCT is coming from liba52 and prior to my
recompiling liba52 with djbfft support, I was getting:
No accelerated IMDCT transform found. (and a segfault)
The directory "EnglishPatient" contains the VIDEO_TS folder and contents
from the disc.
My system is a Pentium 200 with a Nexus S 2.1 card running vdr 1.3.38,
the latest CVS DVD plugin and dvdselect-0.7a.
Any help much appreciated, as I am out of ideas and Google clues.
Regards,
Richard
[View Less]
Hallo,
> > Well, maybe this is a general flaw of cLircRemote?
> > Doesn't LIRC provide the information that the key has been
> > released? That would make it unnecessary to wait for such a long
> > time (REPEATDELAY) before signaling a "release".
>
> I don't think it does (at least irw doesn't report anything on key
> release), but even if it did surely it'd have to use a
> timeout to detect
> that there's nothing more coming from the remote, so the …
[View More]problem would
> be the same (unless the remote itself sends something to signal a key
> release).
I am now using the Remote plugin, but if IIRC then irw shows a counter
which counts up as long as the key is held - as soon as the key is
released and pressed again it starts over by 0 (or 1 !?). That could
surely be used for this.
Greetings
Christian Jacobsen
[View Less]