terrorman Vu+ User Feb 27, 2012 #1 Reboot box: self.session.open(TryQuitMainloop, 2) Refresh Settings (channel list): which is the call or command in python I put it here, i find a section of programming in plugins
Reboot box: self.session.open(TryQuitMainloop, 2) Refresh Settings (channel list): which is the call or command in python I put it here, i find a section of programming in plugins
dalraist Vu+ User+++ Feb 27, 2012 #2 1. In BH: system("Blackholecmd reboot") Otherwise, you can do the same thing with wget commands 2. from enigma import eDVBDB self.eDVBDB = eDVBDB.getInstance() self.eDVBDB.reloadServicelist() self.eDVBDB.reloadBouquets()
1. In BH: system("Blackholecmd reboot") Otherwise, you can do the same thing with wget commands 2. from enigma import eDVBDB self.eDVBDB = eDVBDB.getInstance() self.eDVBDB.reloadServicelist() self.eDVBDB.reloadBouquets()
terrorman Vu+ User Feb 27, 2012 #3 thx my friend from enigma import eDVBDB from Components.Sources.Source import Source self.eDVBDB = eDVBDB.getInstance() self.eDVBDB.reloadServicelist() self.eDVBDB.reloadBouquets() I think it works, i have no errors, but does not update the list of channels in real time any ideas?
thx my friend from enigma import eDVBDB from Components.Sources.Source import Source self.eDVBDB = eDVBDB.getInstance() self.eDVBDB.reloadServicelist() self.eDVBDB.reloadBouquets() I think it works, i have no errors, but does not update the list of channels in real time any ideas?
dalraist Vu+ User+++ Feb 27, 2012 #4 Are you sure? I used it in old SVDownloader version and it worked. Check E2 log with init 4. You should see reloading in realtime.
Are you sure? I used it in old SVDownloader version and it worked. Check E2 log with init 4. You should see reloading in realtime.
terrorman Vu+ User Feb 27, 2012 #5 yes, it works, but when i show the list of channels with the remote control does not see the new list
yes, it works, but when i show the list of channels with the remote control does not see the new list
dalraist Vu+ User+++ Feb 27, 2012 #6 So, it does not As I said, check E2 log. Do you see bouquet updating?
terrorman Vu+ User Feb 27, 2012 #7 ok, ok , ok work fine fine fine problem was mine, now works perfect. thank you very much for your time.
ok, ok , ok work fine fine fine problem was mine, now works perfect. thank you very much for your time.
dalraist Vu+ User+++ Mar 3, 2012 #9 Sorry, I missed this last question. Yes, of course: Code: wget -q http://127.0.0.1/web/servicelistreload?mode=0
Sorry, I missed this last question. Yes, of course: Code: wget -q http://127.0.0.1/web/servicelistreload?mode=0