Vorteil: Man brauch keine Kanalsuche oder reboot, damit die Einstellungen sich auch auswirken.
Code: Alles auswählen
Index: neutrino.cpp
===================================================================
RCS file: /cvs/tuxbox/apps/tuxbox/neutrino/src/neutrino.cpp,v
retrieving revision 1.786
diff -u -r1.786 neutrino.cpp
--- a/neutrino.cpp 23 Nov 2005 15:39:42 -0000 1.786
+++ b/neutrino.cpp 28 Nov 2005 22:04:41 -0000
@@ -4641,6 +4641,12 @@
CNeutrinoApp::getInstance()->getScanSettings().toMotorPosList(motorPosList);
g_Zapit->setScanMotorPosList(motorPosList);
}
+
+ // Houdini set DiseqcType/Repeat so you don't have to reboot for changes to take effect
+ /* send diseqc type to zapit */
+ g_Zapit->setDiseqcType(CNeutrinoApp::getInstance()->getScanSettings().diseqcMode);
+ /* send diseqc repeat to zapit */
+ g_Zapit->setDiseqcRepeat(CNeutrinoApp::getInstance()->getScanSettings().diseqcRepeat);
hintBox->hide();
delete hintBox;