reload bouquets in python to enable the default bouquets
[enigma2.git] / mytest.py
index 571747c9b1cf304a7c91f8eceb25a23e1d2caf95..c55476fd9f75a4bd6182fb04733dff61cd8a55ef 100644 (file)
--- a/mytest.py
+++ b/mytest.py
@@ -20,6 +20,9 @@ from Screens.Wizard import wizardManager
 from Screens.StartWizard import *
 from Screens.TutorialWizard import *
 from Tools.BoundFunction import boundFunction
+from Tools.Directories import InitFallbackFiles
+InitFallbackFiles()
+eDVBDB.getInstance().reloadBouquets()
 
 had = dict()
 
@@ -217,6 +220,9 @@ Components.InputDevice.InitInputDevices()
 import Components.AVSwitch
 Components.AVSwitch.InitAVSwitch()
 
+import Components.RecordingConfig
+Components.RecordingConfig.InitRecordingConfig()
+
 import Components.Network
 Components.Network.InitNetwork()