[vdr] VDR 1.6.0 and subtitle
Hi all I did upgrade my vdr from 1.4.7 to 1.6.0 (packages are from ubuntu hardy repository)and notice that the vdr do not displays subtitles. I am using xineliboutput as output device. I found out from linuxtv.fi that one should have channels PID automatically updated, but that didn't help in my case. With subtitle button I can select different subtitles but they are not shown in the screen. Everything seems to working except that subtitles aren't shown. When I change to the channel with subtitles it is shown "info: DVD Subtitles" text in the screen. Has anyone any suggestions how to solve this? Best regards, Matti ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] VDR 1.6.0 and subtitle
Petri Helin wrote: > Matti Ropo wrote: >> Hi all >> >> I did upgrade my vdr from 1.4.7 to 1.6.0 (packages are from ubuntu hardy >> repository)and notice that the vdr do not displays subtitles. I am using >> > > You should upgrade xineliboutput, preferably from cvs. This did solve the problem. Thank you. -Matti ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
[vdr] XXV and missing epg data
Hi I am using xxv with my vdr, but lately there has been strange problem. Couple of channels are missing most of the EPG data. Same data is in the vdr epg file, but does not appear in xxv. I have tried to look some erros from log file but haven't found any error messages. This was what I did found: 853 (200) [2009-02-12 20:39:37] EPG: Compare EPG Database with data from vdr : 55 / 181 for channel 'Sub' - C-0-2-97 If I have understood correctly number 55 refers to programs in xxv database and 181 to programs in vdr epg file. At least most of the channels these two are the same and one can see all event in epg. Has anyone any ideas how to fix the problem? Best regards, Matti ps. I am from Finland if that is important and have ubuntu interid and vdr-xxv is from hanno repository. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] XXV and missing epg data
Lauri Tischler wrote: > > Some operators (at least Welho) have rearranged their channel id's, > so you may need to re-scan your channels or allow VDR to automatically > update pid's and id's. I have allowed vdr to search new channels and transponders so it should also found new PIDs I think. At least in logfile it says that vdr has found some new pids. I did update first only channel data for channels which had missing epg data in xxv. This did help, but at the same time TV2 did start miss epg data. Then I updated whole channel.conf and now TV2 seem to be workin, but MTV3 is missing some of its program and SUBTV does not have any epd data in XXV. At the same time data in vdradmin is correct. Strange. -Matti ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] XXV and missing epg data
Lauri Tischler wrote: > > Are you sure you dont have duplicate channels, that is same name, > ie. 'YLE Teema' but different SID's, this is what happened when Digita > rearranged antenna-channels, VDR added second 'YLE Teema' with new SID, > I had to manually remove the old YLE Teema. > C C-0-8-28109 arte e E 58 1234828500 5700 50 C T Paul Virilio: Denker der Geschwindigkeit S Dokumentation Frankreich 2007 e C C-0-2-97 Sub e E 58 1234701000 3000 50 F T Pepper Dennis D Morsmaikku karkuteillä. Dennis joutuu tekemään jutun seurapiirihäistä. Napakalle uutistoimittajalle moinen on arvoa alentavaa, etenkin kun kavaljeerin puute aiheuttaa äidille sydämentykytystä. Babcock pelastaa tilanteen. e Shouldn't event_id be unique? At least it did say so in man page. It seem that this could be a reason for my problems. I can see the first event with same event_id in xxv but not the second one. Why event_id is same if it should be unique? -Matti ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] XXV and missing epg data
Klaus Schmidinger wrote: > > The event id only needs to be unique within the *same* channel. > The above events are from two different channels. Ok, then is shouldn't be the problem. Hmm.. Next thing what could made some this problem. :P I notice that CHANNEL.pm and EPG.pm modules has different version numbers. EPG.pm:my $version = 27; # Must be increment if rows of table changed CHANNELS.pm:my $version = 26; # Must be increment if rows of table changed But I am not sure can this be a problem as different tables can most probably have different versions. -Matti ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] vdr-sxfe from background script
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 X11 > output? Do you use the VDR box for other uses? If yes, how do you > integrate the other applications? I run my vdr with X11 output and use MythTV as media center to watch dvds and movie files(mythtv does not have TV cards configured). If I shutdown the MythTV I can use normal desktop enviroment if I need to. From mythtv I can start vdr-sxfe with small script with irxevent (which I run as normal user). I think that this solution work well for me. Vdr is started with --lirc=/dev/null option to ensure that it does not read lirc by itself. run_vdrsxfe script: irxevent & IRXPID=$! vdr-sxfe --fullscreen --audio=alsa --lirc xvdr://127.0.0.1 kill $IRXPID lircrc: begin prog = irxevent button = Power repeat = 3 config = Key Escape VDR end The system I run this is xubuntu. I did used to use kubuntu but there was some problem with KDE4 so I switch to xfce. -Matti ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr