Re: [vdr] Epgsearch mysteries

2013-04-04 Thread Teemu Suikki
Ok, I fixed it.. In file epgsearchext.c, function CheckRepeatTimers, there is a line: if (EventsMatch(pEvent, pEventP, compareTitle, compareSubtitle, compareSummary, compareDate, catvaluesAvoidRepeat)) There is no match limit given! So I added it like this: if (EventsMatch(pEvent, pEventP, comp

Re: [vdr] Epgsearch mysteries

2013-04-04 Thread Teemu Suikki
I tried this, no change.. Then I added some debug. For some reason, matchLimit is 90 even if I have set it to 100! There must be some other bug that resets matchLimit.. If I set matchLimit=100 inside the function, it works as expected if your patch is installed. 5.4.2013 0.32 "Christian Wieninge

[vdr] VDR2 ATSC audio channels

2013-04-04 Thread Chris Florian
Solved. Used ChannelUpdate=2 in the setup.conf and VDR figured out the correct type, 0x81 in this case. -- _ Chris Florian |TXIO Corporation|www.txio.ca | 1.416.414.6378 _ ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.

[vdr] VDR2 ATSC audio channels

2013-04-04 Thread Chris Florian
Hello, I recently had a problem with the audio of a live ATSC TV stream from VDR to XBMC using vnsi. One of the vnsi developers identified the problem a patched vnsi with a work around (http://forum.xbmc.org/showthread.php?tid=160951). I am also experiencing the same problem with VDR r

Re: [vdr] Epgsearch mysteries

2013-04-04 Thread Christian Wieninger
Hi, probably the following code is the reason for this behaviour: epgsearchtools.c: // last try with Levenshtein Distance, only compare the first 1000 chars double fMatch = FuzzyMatch(eDescr, rDescr, 1000); double tmp_matchlimit = matchLimit/100.0; if(maxLength - minLength < 5) {

[vdr] [ANNOUNCE] LIVE plugin version 0.3.0

2013-04-04 Thread Dieter Hametner
Hello After the release of VDR 2.0 I'm happy to announce a new 'stable' version of the LIVE plugin. Stable is written in quotes because it just declares the current stage of the development in the LIVE Git-tree as stable. Since the last stable release of LIVE several contributions have been ad

[vdr] Epgsearch mysteries

2013-04-04 Thread Teemu Suikki
Hi! I have vdr 1.7.27 and epgsearch 1.0.1.beta2, from yavdr.. I'm recording "Game of Thrones" from Canal Digital Nordic. The third season is starting in a few days.. The episodes have no episode name, and the description field simply says: "(1:10/s3) 3. kausi maailman suosituimmasta HBO-sarjasta

Re: [vdr] DLNA Media Renderer Plugin for VDR?

2013-04-04 Thread Marx
I think you should consider XBMC - already working DLNA/UPnP client/server. Marx ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] DLNA Media Renderer Plugin for VDR?

2013-04-04 Thread Denis Loh
Basically, a dmr plugin is nothing else but an extension to the iptv plugin. I don't know if the iptv plugin is able to stream http streams. If it does, the dmr plugin is more or less ready to use. However, the main part of the plugin is the controller which implements browse or search. So, if ther

[vdr] DLNA Media Renderer Plugin for VDR?

2013-04-04 Thread Patrick Maier
Hi there, I'm searching for a plugin to vdr that supports DLNA rendering (DMR Digital Media Renderer). For now, I only know the upnp plugin which acts as a server. I'd like to stream pictures, video and audio to vdr from my smartphone, or other dlna servers. If there is no such plugin, I cou

Re: [vdr] VDR2 plugin streaming problem

2013-04-04 Thread Stuart Morris
> > > > Congratulations on the > > release of VDR-2.0.0. > > > > > > > > I'm finding plugins streamdev, xvdr and vnsi > all > > fail > > > to stream live TV and radio. Is this to be > expected > > with > > > VDR-2.0.0 until plugin developers can catch  up? > > > > > > No, at least streamdev and vn