Hidden Gemini-Configuration: Unterschied zwischen den Versionen

Aus Gemini-Wiki
Zur Navigation springen Zur Suche springen
Zeile 24: Zeile 24:
 
==== Editing the BPconf.py ====
 
==== Editing the BPconf.py ====
  
Öffnet die /usr/lib/enigma2/python/Bp/BPconf.py mit dem Editor eurer Wahl,<br>
+
Opens /usr/lib/enigma2/python/Bp/BPconf.py with the editor of your choice,<br>
dieser muss aber Linux konform schreiben können!<br>
+
however, this must be able to write Linux correspondent!<br>
  
  
in der '''/usr/lib/enigma2/python/Bp/BPconf.py''' befindet sich ja dies:
+
in '''/usr/lib/enigma2/python/Bp/BPconf.py''' you find this:
  
  
Zeile 41: Zeile 41:
  
 
1. '''HIDE_ENTRY_IN_BROWSER=(0,":2eDS_Store")'''<br>
 
1. '''HIDE_ENTRY_IN_BROWSER=(0,":2eDS_Store")'''<br>
Legt fest welche Dateien im DateiBrowser nicht angezeigt werden sollen.<br>
+
Firmly does not lay which files in the file browser should be indicated.<br>
  
Will man z.B. das man die CCcam.cfg nicht sieht, dann müsste man die Zeile so ändern...<br>
+
If one does not want, e.g., one the CCcam.cfg sees, then one would have to change the line so...<br>
 
'''HIDE_ENTRY_IN_BROWSER=(0,":2eDS_Store", "CCcam.cfg")'''
 
'''HIDE_ENTRY_IN_BROWSER=(0,":2eDS_Store", "CCcam.cfg")'''
  
2. ein '''HIDE_CAM_ADDONS=1''' versteckt alle Cam Addons
+
2. a '"HIDE_CAM_ADDONS=1'" hides all Cam Addons
  
3. ein '''SHOW_GEMINI_ADDON_SERVER=0''' versteckt den Gemini-Server
+
3. a '''SHOW_GEMINI_ADDON_SERVER=0''' hides the Gemini-Server
  
4. ein '''SHOW_CCCAM_INFO=0''' versteckt die Gemini eigene CCCam-Info
+
4. a '''SHOW_CCCAM_INFO=0''' hides the Gemini own CCCam-Info
  
5. ein '''SHOW_STOP_ENIGMA=1''' zeigt den Punkt "Enigma 2 stoppen" im Standby/Neustart Menü
+
5. a '''SHOW_STOP_ENIGMA=1''' shows the point "Enigma 2 stop" in the Standby/new start menu
  
  

Version vom 20. März 2010, 18:20 Uhr

Deutsch.png - in Deutsch English.png - in English
The Gemini Project

Hidden Gemini-Configuration

Introduction

This description is only for Gemini2 image (Enigma2) of the version 4.5 and higher valid.
Here it is described like one, e.g., Addon server (Blue-Panel (Gemini) - server) can deactivate.
Or as one can even switch off the Camd-Support.


Back to top:

Editing the BPconf.py

Opens /usr/lib/enigma2/python/Bp/BPconf.py with the editor of your choice,
however, this must be able to write Linux correspondent!


in /usr/lib/enigma2/python/Bp/BPconf.py you find this:


#restart enigma2 after editing the file

HIDE_ENTRY_IN_BROWSER=(0,":2eDS_Store")
HIDE_CAM_ADDONS=0
SHOW_GEMINI_ADDON_SERVER=1
SHOW_CCCAM_INFO=1
SHOW_STOP_ENIGMA=0


1. HIDE_ENTRY_IN_BROWSER=(0,":2eDS_Store")
Firmly does not lay which files in the file browser should be indicated.

If one does not want, e.g., one the CCcam.cfg sees, then one would have to change the line so...
HIDE_ENTRY_IN_BROWSER=(0,":2eDS_Store", "CCcam.cfg")

2. a '"HIDE_CAM_ADDONS=1'" hides all Cam Addons

3. a SHOW_GEMINI_ADDON_SERVER=0 hides the Gemini-Server

4. a SHOW_CCCAM_INFO=0 hides the Gemini own CCCam-Info

5. a SHOW_STOP_ENIGMA=1 shows the point "Enigma 2 stop" in the Standby/new start menu


Back to top:

Aktivieren der neuen Konfiguration

Hier reicht es aus aus dem normalen Menü heraus einfach das Enigma neu zu starten.
Also ein Enigma-Restart durchführen....

Mann muss also nicht die komplette Box neu starten!


Back to top:


Zurück zur Übersicht:Hilfe zur Dreamboxspezifischen Konfiguration oder Hauptseite