Gentoo Vdr Konfigurationsdateien

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(komplett überarbeitet)
(Struktur)
 
(3 dazwischenliegende Versionen von einem Benutzer werden nicht angezeigt)
Zeile 5: Zeile 5:
  
 
Die Konfigurationsdateien für VDR haben alle '''vdr''' als Prefix.
 
Die Konfigurationsdateien für VDR haben alle '''vdr''' als Prefix.
 +
 +
Die grundlegenden Konfigurationsdateien sind in den [[gentoo-vdr-scripts]] enthalten.
  
 
== Struktur ==
 
== Struktur ==
  
 
  +-- [[Bild:Folder.png]] /etc/conf.d
 
  +-- [[Bild:Folder.png]] /etc/conf.d
     |--+ vdr                   -  Hauptkonfigurationsdatei für VDR
+
     |--+ vdr                           -  Hauptkonfigurationsdatei für VDR
     |--+ vdr.shutdown         -  Shutdown & Wakeup
+
     |--+ vdr.shutdown                 -  Shutdown & Wakeup
     |--+ [[Gentoo_VdrWatchdog|vdr.watchdogd]]         -  Watchdog
+
     |--+ [[Gentoo_VdrWatchdog|vdr.watchdogd]]                 -  Watchdog
     |--+ vdr.periodic.general -  Regelmäßige Dinste                    (Experimentell)
+
     |--+ vdr.periodic.general         -  Regelmäßige Dienste                  (Experimentell)
     |--+ vdr.periodic.epgscan -  Regelmäßig einen EPG-Scan auslösen    (Experimentell)
+
     |--+ vdr.periodic.epgscan         -  Regelmäßig einen EPG-Scan auslösen    (Experimentell)
     |--+ [[Gentoo_NoAd|vdraddon.noad]]         -  Konfiguration von [[Noad]]
+
     |--+ [[Gentoo_NoAd|vdraddon.noad]]                 -  Konfiguration von [[Noad]]
     |--+ [[Gentoo_Plugin|vdr.PLUGIN]]           -  Konfiguration des VDR-Plugins PLUGIN
+
     |--+ [[Gentoo_Plugin|vdr.PLUGIN]]                   -  Konfiguration des VDR-Plugins PLUGIN
 +
+-- [[Bild:Folder.png]] /etc/vdr
 +
    |--+ channels.conf                - 
 +
    |--+ setup.conf                    - 
 +
    +-- [[Bild:Folder.png]] [[Gentoo commands.conf|/commands]]
 +
        |--+ commands.xxx.conf
 +
        |--+ commands.xxx.conf.de
 +
        |--+ commands.example.conf
 +
        |--+ commands.example.conf.de
 +
    +-- [[Bild:Folder.png]] [[Gentoo commands.conf|/reccmds]]
 +
    +-- [[Bild:Folder.png]] [[Gentoo commands.conf|/imagecmds]]
 +
 
 +
[[Kategorie:Gentoo]]

Aktuelle Version vom 15. Januar 2006, 16:48 Uhr

[Bearbeiten] Ablageort

Die zentralen Konfigurationsdateien für den VDR befinden sich unter /etc/conf.d. In diesem Verzeichnis finden sich auch Konfigurationsdateien für VDR-Plugins.

Die Konfigurationsdateien für VDR haben alle vdr als Prefix.

Die grundlegenden Konfigurationsdateien sind in den gentoo-vdr-scripts enthalten.

[Bearbeiten] Struktur

+-- Folder.png /etc/conf.d
    |--+ vdr                           -  Hauptkonfigurationsdatei für VDR
    |--+ vdr.shutdown                  -  Shutdown & Wakeup
    |--+ vdr.watchdogd                 -  Watchdog
    |--+ vdr.periodic.general          -  Regelmäßige Dienste                   (Experimentell)
    |--+ vdr.periodic.epgscan          -  Regelmäßig einen EPG-Scan auslösen    (Experimentell)
    |--+ vdraddon.noad                 -  Konfiguration von Noad
    |--+ vdr.PLUGIN                    -  Konfiguration des VDR-Plugins PLUGIN
+-- Folder.png /etc/vdr
    |--+ channels.conf                 -  
    |--+ setup.conf                    -  
    +-- Folder.png /commands
        |--+ commands.xxx.conf
        |--+ commands.xxx.conf.de
        |--+ commands.example.conf
        |--+ commands.example.conf.de
    +-- Folder.png /reccmds
    +-- Folder.png /imagecmds