[vdr] Announcing vdrfs (vdrnfofs in C language)

2012-10-25 Thread Miguel CV
Hi: For those who don't know, vdrnfofs it's a program that shows you one mpg for every vdr recording. You can with this "export" via DLNA this mpg, transcode it,etc...It has a clean and easy to understand code. I implemented a versiĆ³n of vdrnfofs in C, for two reasons: - To learn C (this is my f

Re: [vdr] [ANNOUNCE] vdr-rotorng-0.3

2012-10-25 Thread Morfsta
On Thu, Oct 25, 2012 at 5:42 PM, Lars Hanisch wrote: > You've forgotten the wrap the definition of ChannelSwitch into #if's: > > --- a/rotorng.c > +++ b/rotorng.c > @@ -333,7 +333,11 @@ >int last_position_shown; >bool transfer; > protected: > +#if VDRVERSNUM >= 10726 >virtual void Ch

Re: [vdr] [ANNOUNCE] vdr-rotorng-0.3

2012-10-25 Thread Lars Hanisch
Hi, Am 25.10.2012 17:23, schrieb Morfsta: > The third version of my plugin rotorng has been released here: - > > http://projects.vdr-developer.org/projects/plg-rotor-ng/files > > This plugin allows you to steer a disecq 1.1 rotor, find satellites > with a signal meter and to store them at given

Re: [vdr] [ANNOUNCE] vdr-rotorng-0.3

2012-10-25 Thread Lars Hanisch
Hi, Am 25.10.2012 17:23, schrieb Morfsta: > The third version of my plugin rotorng has been released here: - > > http://projects.vdr-developer.org/projects/plg-rotor-ng/files > > This plugin allows you to steer a disecq 1.1 rotor, find satellites > with a signal meter and to store them at given

[vdr] [ANNOUNCE] vdr-rotorng-0.3

2012-10-25 Thread Morfsta
Hi, The third version of my plugin rotorng has been released here: - http://projects.vdr-developer.org/projects/plg-rotor-ng/files This plugin allows you to steer a disecq 1.1 rotor, find satellites with a signal meter and to store them at given positions. It also has a rudimentary channel scann

Re: [vdr] rotorng broken with 1.7.27 - any changes to vdr core / kernel?

2012-10-25 Thread Morfsta
On Thu, Oct 25, 2012 at 3:32 PM, Klaus Schmidinger wrote: > > What "ChannelMonitor"? > There is no such thing in VDR. > Hi Klaus, Thanks for getting back to me. Sorry, I meant cStatusMonitor::ChannelSwitch. > cDvbTuner is local to dvbdevice.c, and cDvbTuner::ExecuteDiseqc() is > private. > So

Re: [vdr] rotorng broken with 1.7.27 - any changes to vdr core / kernel?

2012-10-25 Thread Klaus Schmidinger
On 25.10.2012 13:49, Morfsta wrote: Hi Klaus, I fixed the problem I had with rotorng, it was a problem with a YAVDR patch and also your changes to ChannelMonitor. What "ChannelMonitor"? There is no such thing in VDR. I'm trying to get my head around the VDR function cDVBTuner::ExecuteDiseqc

Re: [vdr] rotorng broken with 1.7.27 - any changes to vdr core / kernel?

2012-10-25 Thread Morfsta
Hi Klaus, I fixed the problem I had with rotorng, it was a problem with a YAVDR patch and also your changes to ChannelMonitor. I'm trying to get my head around the VDR function cDVBTuner::ExecuteDiseqc to try and remove the requirement for a patch for VDR core in future. If I would like to send