Re: [vdr] open dvb-s2 channel on Hotbird - Eur osport HD Promo

2008-05-20 Thread Igor
> On Tue, May 20, 2008 at 11:30:44PM +0400, Igor Nikanov wrote: > > > > ESP HD Intl;CYFRA > > > > +:11278:vC23M5O35S1:S13.0E:27500:3000:3202=en2,3201=eng:0:0:13061:318:400:0 > > > > ESP HD Turk;CYFRA > > > > +:11278:vC23M5O35S1:S13.0E:27500:3000:3203=tur:0:500,B00,1803,100:13063:318:400:0 > > > >

Re: [vdr] open dvb-s2 channel on Hotbird - Eurosport HD Promo

2008-05-20 Thread Gregoire Favre
On Tue, May 20, 2008 at 11:30:44PM +0400, Igor Nikanov wrote: > > > ESP HD Intl;CYFRA > > > +:11278:vC23M5O35S1:S13.0E:27500:3000:3202=en2,3201=eng:0:0:13061:318:400:0 > > > ESP HD Turk;CYFRA > > > +:11278:vC23M5O35S1:S13.0E:27500:3000:3203=tur:0:500,B00,1803,100:13063:318:400:0 > > > ESP HD Russ

Re: [vdr] vdr-1.6.0 channel not available TT-2300-C FF card only

2008-05-20 Thread Simon Baxter
> SetPlayMode: 0 > frame: (0, 0)-(720, 576), zoom: (1.05, 1.01) > GetDevice 20 0 1 -1 > no device found works: UKTV;T:674000:C0M64:C:6900:1310+1210:1410=eng:0:606:810:182:8:0 doesn't work: Sky Movies;T:674000:C0M64:C:6900:1301+8190:1401=eng,1501=enm:0

Re: [vdr] vdr-1.7.0 and reelchannelscan-1.6 plugin

2008-05-20 Thread Igor Nikanov
> > > I am unable to compile this plugin. It fails with csmenu.c:236: > > > error: 'class cDevice' has no member named 'ProvidesS2'. > > > > cDevice::ProvidesS2() is not from orignal-vdr. You can add this > > function to your cDevice class > > > > bool cDevice::ProvidesS2() const > > { > >

Re: [vdr] open dvb-s2 channel on Hotbird - Eurosport HD Promo

2008-05-20 Thread Igor Nikanov
> > ESP HD Intl;CYFRA > > +:11278:vC23M5O35S1:S13.0E:27500:3000:3202=en2,3201=eng:0:0:13061:318:400:0 > > ESP HD Turk;CYFRA > > +:11278:vC23M5O35S1:S13.0E:27500:3000:3203=tur:0:500,B00,1803,100:13063:318:400:0 > > ESP HD Russian;CYFRA > > +:11278:vC23M5O35S1:S13.0E:27500:3000:3204=rus:0:0:13064:

Re: [vdr] open dvb-s2 channel on Hotbird - Eurosport HD Promo

2008-05-20 Thread Gregoire Favre
On Tue, May 20, 2008 at 10:20:52PM +0400, Igor Nikanov wrote: > Here it is > > ESP HD Intl;CYFRA > +:11278:vC23M5O35S1:S13.0E:27500:3000:3202=en2,3201=eng:0:0:13061:318:400:0 > ESP HD Turk;CYFRA > +:11278:vC23M5O35S1:S13.0E:27500:3000:3203=tur:0:500,B00,1803,100:13063:318:400:0 > ESP HD Russian

Re: [vdr] Converting from UTF-8 to ISO-8859-1

2008-05-20 Thread Joachim Wilke
2008/5/18 Klaus Schmidinger <[EMAIL PROTECTED]>: > Actually this conversion wasn't necessary so far. > It was always about converting strings from "some external character set" > to "the character set used by the system". > > But I guess it should be ok to do this (modified lines marked with MOD):

Re: [vdr] open dvb-s2 channel on Hotbird - Eurosport HD Promo

2008-05-20 Thread Igor Nikanov
> > Hot Bird 7A, 13.0 E > > > > Eurosport HD start testing on Hotbird > > 11278 Ver 27500 2/3 DVB-S2 (8PSK) > > FTA promo program in moment > > > > DVB-S2/8PSK/MPEG-4/HD/ > > Thanky you for the info, since you post to VDR ml and you certainly > have tried it, > why aren't you sending this in chann

Re: [vdr] VDR 1.7.0 & ERROR (dvbdevice.c,302): Invalid argument

2008-05-20 Thread Igor Nikanov
> > Here is my error: > > May 15 14:03:21 mbox2 vdr: [21729] ERROR (dvbdevice.c,302): > > Invalid argument > > May 15 14:03:21 mbox2 kernel: dvb_frontend_ioctl: FESTATE_RETUNE: > > fepriv->state=2 > > May 15 14:03:32 mbox2 vdr: [21729] ERROR (dvbdevice.c,302): > > Invalid argument > > May 15 14:0

Re: [vdr] vdr-1.7.0 and reelchannelscan-1.6 plugin

2008-05-20 Thread Igor Nikanov
> On Tue, May 20, 2008 at 2:22 AM, Mike Booth <[EMAIL PROTECTED]> wrote: > > I am unable to compile this plugin. It fails with csmenu.c:236: > > error: 'class cDevice' has no member named 'ProvidesS2'. > > cDevice::ProvidesS2() is not from orignal-vdr. You can add this > function to your cDevi

Re: [vdr] vdr-1.7.0 and reelchannelscan-1.6 plugin

2008-05-20 Thread sundararaj reel
On Tue, May 20, 2008 at 2:22 AM, Mike Booth <[EMAIL PROTECTED]> wrote: > I am unable to compile this plugin. It fails with csmenu.c:236: > error: 'class cDevice' has no member named 'ProvidesS2'. cDevice::ProvidesS2() is not from orignal-vdr. You can add this function to your cDevice class bo