Hidden Gemini-Configuration: Unterschied zwischen den Versionen
Zeile 24: | Zeile 24: | ||
==== Editing the BPconf.py ==== | ==== Editing the BPconf.py ==== | ||
− | + | Open /usr/lib/enigma2/python/Bp/BPconf.py with the editor of your choice,<br> | |
− | + | the editor must be able to write Linux compliant though!<br> | |
− | in '''/usr/lib/enigma2/python/Bp/BPconf.py''' you find this: | + | in '''/usr/lib/enigma2/python/Bp/BPconf.py''' you will find this: |
Zeile 41: | Zeile 41: | ||
1. '''HIDE_ENTRY_IN_BROWSER=(0,":2eDS_Store")'''<br> | 1. '''HIDE_ENTRY_IN_BROWSER=(0,":2eDS_Store")'''<br> | ||
− | + | Determines which files will not be displayed in the file browser.<br> | |
− | + | For example, if you don't want to see the CCcam.cfg, then you would have to change the line this way...<br> | |
'''HIDE_ENTRY_IN_BROWSER=(0,":2eDS_Store", "CCcam.cfg")''' | '''HIDE_ENTRY_IN_BROWSER=(0,":2eDS_Store", "CCcam.cfg")''' | ||
Zeile 50: | Zeile 50: | ||
3. a '''SHOW_GEMINI_ADDON_SERVER=0''' hides the Gemini-Server | 3. a '''SHOW_GEMINI_ADDON_SERVER=0''' hides the Gemini-Server | ||
− | 4. a '''SHOW_CCCAM_INFO=0''' hides the | + | 4. a '''SHOW_CCCAM_INFO=0''' hides the CCCam-Info of Gemini |
− | 5. a '''SHOW_STOP_ENIGMA=1''' shows the | + | 5. a '''SHOW_STOP_ENIGMA=1''' shows the entry "Stop Enigma 2" in the Standby/Restart menu |
Version vom 23. März 2010, 10:13 Uhr
- in Deutsch | - in English |
InhaltsverzeichnisIntroductionThis description is only valid for Gemini2 images (Enigma2) version 4.5 and higher
Editing the BPconf.pyOpen /usr/lib/enigma2/python/Bp/BPconf.py with the editor of your choice,
#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
For example, if you don't want to see the CCcam.cfg, then you would have to change the line this way... 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 CCCam-Info of Gemini 5. a SHOW_STOP_ENIGMA=1 shows the entry "Stop Enigma 2" in the Standby/Restart menu
Activation of the new configurationHere it is enough from from the normal menu simply the Enigma to restart. Man must not restart the complete box!
|
back to Mainpage:Mainpage