[vdr] [ANNOUNCE] vdr-actuator-1.0.4 plugin
Hello, I'm releasing version 1.0.4 of the "actuator" plugin available at http://www.ventoso.org/luca/vdr/ This plugin controls a linear actuator (or an horizon to horizon one) through the parallel port with a simple circuit. CHANGES: - check the CardIndex to identify the selected card in the main menu instead of relying on cDevice::GetDevice(index) - added a note in README to clarify that if you select card 1 it corresponds to /dev/dvb/adapter0, 2 to /dev/dvb/adapter1 and so on - adapted for the experimental version of vdr (1.5.X) Bye -- Luca ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
[vdr] please please please starting over
I have a lock on Astra 19.2E finally (can't get one on 28.2E) VDR shows key in OSD and no picture - I am guessing that the stream is unreadable? Tony -- ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] Freeview Playback
On Monday 18 Jun 2007, Alex Stansfield wrote: > I've been finding my way around the vdr source code as the idea of > support for this series link has me interested in seeing if it's > something I might be able to do or help with. > > I guess we'd need to store the series link information in the epg.data > file. The question is where? I figured the two options were to put it on > the end of the event line (the one that starts with E and hold the event > ID, start time, duration, etc) or to create a new line specifically for > it. > > Also I was wondering about the amount of support to be put into vdr. To > have vdr support series recording would, imo, be quite a bit of work > when there are plugins that cover that sort of thing. So I was thinking > that it might be best to start with just adding support for finding the > series link, storing it in the epg and adding the property to the Event > class. > > I haven't figured out how plugins interact with vdr to grab Event > information but it would need to be able to pass the Series Link ID to a > plugin if it asks for it. An example would be epgsearch, when I select > an event in the EPG and hit '4' it creates a search from the event. It > would be nice if when i do that it checks to see if the Event has a > series link and if it does offers to create a search based on the Series > Link. > > Anyway that was just a few thoughts I had. If i'm going off on the wrong > track please let me know, I've never done any work on VDR itself before. One issue is whether this is a global standard (in which case perhaps vdr ought to support it) or a UK-only scheme (where a plug-in might be more appropriate). Do other countries / broadcast systems implement "Freeview Playback" aka "TV-Anytime" (ETSI TS 102 323)? -- Dave ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
[vdr] VDR 1.5.5: segfault in fontconfig
Hi, trying to upgrade to 1.5.5 I'm facing the problem that VDR segfaults right on startup (no plugins envolved). I'm not used to fontconfig. May be someone could give me a hint how to debug? #0 FcCharSetCopy (src=0x0) at fccharset.c:316 #1 0x400d9b44 in FcValueSave (v= {type = FcTypeCharSet, u = {s = 0x0, i = 0, b = 0, d = 2.1219957909652723e-314, m = 0x0, c = 0x0, f = 0x0, p = 0x0, l = 0x0}}) at fcpat.c:82 #2 0x400d in FcPatternAddWithBinding (p=0x8c60820, object=0x400e09a4 "", value= {type = FcTypeCharSet, u = {s = 0x0, i = 0, b = 0, d = 2.1219957909652723e-314, m = 0x0, c = 0x0, f = 0x0, p = 0x0, l = 0x0}}, binding=FcValueBindingWeak, append=1) at fcpat.c:749 #3 0x400dabd2 in FcPatternAdd (p=0x8c60820, object=0x400e09a4 "", value= {type = FcTypeCharSet, u = {s = 0x0, i = 0, b = 0, d = 2.1219957909652723e-314, m = 0x0, c = 0x0, f = 0x0, p = 0x0, l = 0x0}}, append=1) at fcpat.c:801 #4 0x400d93d2 in FcNameParse (name=0x82d27a7 "") at fcname.c:434 #5 0x400d200a in FcFileScanConfig (set=0x82c61a0, dirs=0x82c1a10, cache=0x82c95e8, blanks=0x82c96a0, file=0x85f0230 "/usr/X11R6/lib/X11/fonts/75dpi/lutBS24.pcf.gz", force=0, config=0x82c19b0) at fcdir.c:85 #6 0x400d22b7 in FcDirScanConfig (set=0x82c61a0, dirs=0x82c1a10, cache=0x82c95e8, blanks=0x82c96a0, dir=0x82c7dd8 "/usr/X11R6/lib/X11/fonts/75dpi", force=0, config=0x82c19b0) at fcdir.c:238 #7 0x400cce5c in FcConfigBuildFonts (config=0x82c19b0) at fccfg.c:274 #8 0x400d5497 in FcInitLoadConfigAndFonts () at fcinit.c:83 #9 0x400d54f5 in FcInit () at fcinit.c:101 #10 0x080b2962 in cFont::GetFontFileName(char const*) (FontName=0x82c1c78 "Sans Serif:style=Bold") at font.c:392 #11 0x0810ffc8 in main (argc=15, argv=0xb7b4) at tools.h:160 #12 0x401e6522 in __libc_start_main () from /lib/libc.so.6 Regards. -- Stefan Huelswitt [EMAIL PROTECTED] | http://www.muempf.de/ ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] VDR 1.5.5: segfault in fontconfig
En/na Stefan Huelswitt ha escrit: > Hi, > trying to upgrade to 1.5.5 I'm facing the problem that VDR > segfaults right on startup (no plugins envolved). First step is to check if you have some tt font installed. Then check /etc/fonts/fonts.conf (and subdirectories in /etc/fonts) to see if "Sans Serif" points to an existing font (it usually point to Vera Sans or DejaVu, so you should have that font installed). Bye -- Luca ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] Freeview Playback
I believe TV-Anytime is a European standard. On 6/24/07, Dave P <[EMAIL PROTECTED]> wrote: On Monday 18 Jun 2007, Alex Stansfield wrote: > I've been finding my way around the vdr source code as the idea of > support for this series link has me interested in seeing if it's > something I might be able to do or help with. > > I guess we'd need to store the series link information in the epg.data > file. The question is where? I figured the two options were to put it on > the end of the event line (the one that starts with E and hold the event > ID, start time, duration, etc) or to create a new line specifically for > it. > > Also I was wondering about the amount of support to be put into vdr. To > have vdr support series recording would, imo, be quite a bit of work > when there are plugins that cover that sort of thing. So I was thinking > that it might be best to start with just adding support for finding the > series link, storing it in the epg and adding the property to the Event > class. > > I haven't figured out how plugins interact with vdr to grab Event > information but it would need to be able to pass the Series Link ID to a > plugin if it asks for it. An example would be epgsearch, when I select > an event in the EPG and hit '4' it creates a search from the event. It > would be nice if when i do that it checks to see if the Event has a > series link and if it does offers to create a search based on the Series > Link. > > Anyway that was just a few thoughts I had. If i'm going off on the wrong > track please let me know, I've never done any work on VDR itself before. One issue is whether this is a global standard (in which case perhaps vdr ought to support it) or a UK-only scheme (where a plug-in might be more appropriate). Do other countries / broadcast systems implement "Freeview Playback" aka "TV-Anytime" (ETSI TS 102 323)? -- Dave ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr