[1] Archiv / MLD 3.x / Development / Rotorng Patch
 

Offline dodger

  • Newbie
  • *
  • Posts: 32
    • View Profile
Rotorng Patch
« on: May 08, 2012, 14:08:10 »
hello,
there is new patch for rotorng. Without this patch is not working correctly for vdr 1.7.27.
Can you check it..?

thanks

EDIT: file dont want to attach ill paste it in plane code:
Quote
diff --git a/rotorng.c b/rotorng.c
index 30afdff..f8da8db 100644
--- a/rotorng.c
+++ b/rotorng.c

@@ -338,7 +338,7 @@
   int last_position_shown;
   bool transfer;
 protected:
-  virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber);
+  virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber,bool LiveView);
 public:
   cStatusMonitor();
 };
@@ -348,7 +348,7 @@
   transfer=false;
 }
 
-void cStatusMonitor::ChannelSwitch(const cDevice *Device, int ChannelNumber)
+void cStatusMonitor::ChannelSwitch(const cDevice *Device, int ChannelNumber,bool LiveView)
 {
   //actuator_status status;
   if (ChannelNumber) {
@@ -1494,7 +1494,7 @@
                snprintf(buf, sizeof(buf),"%s %d", tr(menucaption[itemindex]), menuvalue[itemindex]);
                break; 
              case MI_SYSTEM:
-               snprintf(buf, sizeof(buf),"%s %s", tr(menucaption[itemindex]), MapToUserString(menuvalue[itemindex], SystemValues));
+               snprintf(buf, sizeof(buf),"%s %s", tr(menucaption[itemindex]), MapToUserString(menuvalue[itemindex], SystemValuesSat));
                break;
              case MI_MODULATION:
                snprintf(buf, sizeof(buf),"%s %s ", tr(menucaption[itemindex]), MapToUserString(menuvalue[itemindex], ModulationValues));
« Last Edit: May 08, 2012, 14:09:57 by dodger »
Asrok A330 (ION 1), 2GB, Sat Tuner TBS QBOXS3, TV Panasonic TX-P50ST50, MLD 4.0.1-64

Offline clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20313
    • View Profile
    • ClausMuus.de
Rotorng Patch
« Reply #1 on: May 08, 2012, 15:34:37 »
I have also update the plugin to the latest git version. It's now Version 3.

Claus
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline dodger

  • Newbie
  • *
  • Posts: 32
    • View Profile
Rotorng Patch
« Reply #2 on: May 08, 2012, 17:00:36 »
I miss in the first post to tell that I test this patch manualy  and I can confirm that rotorng is working perfect with it.

Thanks
Asrok A330 (ION 1), 2GB, Sat Tuner TBS QBOXS3, TV Panasonic TX-P50ST50, MLD 4.0.1-64

Offline wino

  • Expert Member
  • *****
  • Posts: 919
    • View Profile
Rotorng Patch
« Reply #3 on: July 16, 2012, 22:53:14 »
Das Plugin sollte seit heute wieder gebaut werden. Wäre nett wenn es jemand testen würde.

MfG
wino

[1] Archiv / MLD 3.x / Development / Rotorng Patch
 



Users Online Users Online

0 Members and 1 Guest are viewing this topic.