Hidden Gemini-Configuration: Unterschied zwischen den Versionen

Aus Gemini-Wiki
Zur Navigation springen Zur Suche springen
 
 
(13 dazwischenliegende Versionen von 4 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
[[Kategorie:Index]]
 
[[Kategorie:FAQ and instructions]]
 
 
{|width="40%"
 
{|width="40%"
 
  |[[Bild:deutsch.png]] - [[Versteckte Gemini-Konfiguration|in Deutsch]]
 
  |[[Bild:deutsch.png]] - [[Versteckte Gemini-Konfiguration|in Deutsch]]
Zeile 6: Zeile 4:
 
  |}
 
  |}
 
{|width=99%
 
{|width=99%
<div style="margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 1em 1em 1em;  background-color:#F8F8FF; align:right;">[[Bild:Artikel_Hinweis.png|right|40px|The Gemini Project]]
 
=== Versteckte Gemini-Konfigurationen ===
 
 
</div>
 
|-
 
|
 
<div style="background-color: #FFFAFA; border: 1px padding: .4em; solid #cccccc;">
 
 
__TOC__
 
__TOC__
==== Einleitung ====
+
==== Introduction ====
Diese Beschreibung ist nur für Gemini2-Image (Enigma2) der Version 4.5 und höher gültig.<br>
+
This description is only valid for Gemini2 images (Enigma2) version 4.5 and higher<br>
Hier wird beschrieben wie man z.B. den Addon-Server (Blue-Panel (Gemini) - Server) deaktivieren kann.<br>
+
It describes for example how to deactivate the Addon server (Blue-Panel (Gemini) - server)<br>
Oder wie man auch nur den Camd-Support ausschalten kann.<br>
+
Or how to even switch off the Camd-Support.<br>
 
 
 
 
Zurück zum [[#top | Inhaltsverzeichnis:]]
 
 
 
 
 
==== Editieren der BPconf.py ====
 
 
 
Öffnet die /usr/lib/enigma2/python/Bp/BPconf.py  mit dem Editor eurer Wahl,<br>
 
dieser muss aber Linux konform schreiben können!<br>
 
 
 
  
in der '''/usr/lib/enigma2/python/Bp/BPconf.py''' befindet sich ja dies:
+
==== 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 will find this:
  
 
  #restart enigma2 after editing the file
 
  #restart enigma2 after editing the file
Zeile 39: Zeile 23:
 
  SHOW_CCCAM_INFO=1
 
  SHOW_CCCAM_INFO=1
 
  SHOW_STOP_ENIGMA=0
 
  SHOW_STOP_ENIGMA=0
 
  
 
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>
+
Determines which files will not be displayed in the file browser.<br>
 
 
Will man z.B. das man die CCcam.cfg nicht sieht, dann müsste man die Zeile so ändern...<br>
 
'''HIDE_ENTRY_IN_BROWSER=(0,":2eDS_Store", "CCcam.cfg")'''
 
 
 
2. ein '''HIDE_CAM_ADDONS=1''' versteckt alle Cam Addons
 
 
 
3. ein '''SHOW_GEMINI_ADDON_SERVER=0''' versteckt den Gemini-Server
 
 
 
4. ein '''SHOW_CCCAM_INFO=0''' versteckt die Gemini eigene CCCam-Info
 
 
 
5. ein '''SHOW_STOP_ENIGMA=1''' zeigt den Punkt "Enigma 2 stoppen" im Standby/Neustart Menü
 
 
 
 
 
Zurück zum [[#top | Inhaltsverzeichnis:]]
 
 
 
==== Aktivieren der neuen Konfiguration====
 
  
Hier reicht es aus aus dem normalen Menü heraus einfach das Enigma neu zu starten.<br>
+
For example, if you don't want to see the cam.cfg, then you would have to change the line this way...<br>
Also ein Enigma-Restart durchführen....
+
'''HIDE_ENTRY_IN_BROWSER=(0,":2eDS_Store", "cam.cfg")'''
  
Mann muss also nicht die komplette Box neu starten!
+
2. a '''HIDE_CAM_ADDONS=1''' hides all Cam Addons
  
 +
3. a '''SHOW_GEMINI_ADDON_SERVER=0''' hides the Gemini-Server
  
Zurück zum [[#top | Inhaltsverzeichnis:]]
+
4. a '''SHOW_CCCAM_INFO=0''' hides the Cam-Info of Gemini
  
 +
5. a '''SHOW_STOP_ENIGMA=1''' shows the entry "Stop Enigma2" in the Standby/Restart menu
  
 +
==== Activation of the new configuration ====
 +
Here it is enough to simply restart Enigma from the normal menu.<br>
 +
So do a Enigma-Restart...
  
</div>
+
There is no need to restart the whole box!
|}
 
  
  
'''Zurück zur Übersicht:[[Hilfe zur Dreamboxspezifischen Konfiguration]] oder [[Hauptseite]]'''
+
[[Kategorie:GP2 (en)]]

Aktuelle Version vom 7. September 2013, 08:26 Uhr

Deutsch.png - in Deutsch English.png - in English

Introduction

This description is only valid for Gemini2 images (Enigma2) version 4.5 and higher
It describes for example how to deactivate the Addon server (Blue-Panel (Gemini) - server)
Or how to even switch off the Camd-Support.

Editing the BPconf.py

Open /usr/lib/enigma2/python/Bp/BPconf.py with the editor of your choice,
the editor must be able to write Linux compliant though!

in /usr/lib/enigma2/python/Bp/BPconf.py you will 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")
Determines which files will not be displayed in the file browser.

For example, if you don't want to see the cam.cfg, then you would have to change the line this way...
HIDE_ENTRY_IN_BROWSER=(0,":2eDS_Store", "cam.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 Cam-Info of Gemini

5. a SHOW_STOP_ENIGMA=1 shows the entry "Stop Enigma2" in the Standby/Restart menu

Activation of the new configuration

Here it is enough to simply restart Enigma from the normal menu.
So do a Enigma-Restart...

There is no need to restart the whole box!