Vomp.conf

Aus VDR Wiki
Wechseln zu: Navigation, Suche

Konfigurationsdatei des vompserver-plugins (Auslieferungstand).

Datei
$VDRCONFIG/plugins/vompserver/vomp.conf
[General]

## Specify a log file here to enable logging

# Log file = /tmp/vompserver.log

## If you have more than one vompserver running you
## can enter a name here that will appear on the
## server select list on the MVP

# Server name = My-Server

## Enable this to start the built in Bootp server
## Required to boot the MVP if you have not got a
## DHCP server that can tell the MVP its boot file
## name and server

# Bootp server enabled = yes

## Enable this to start the built in TFTP server
## Required to boot the MVP if you have not got a
## TFTP server running elsewhere

# TFTP server enabled = yes

## Base directory for TFTP server
## If you leave this blank the plugin config
## path will be used - i.e. where this file is

# TFTP directory = /tftpboot


Der Auslieferungsstand der Konfigurationsdatei vomp.conf ist aus unbekannten Gründen leider beschränkt. Es fehlen Definitionen für die Wiedergabe von Multimedia. Über das Skript "test1.sh" lassen sich jedoch auch solche Inhalte wiedergeben. Das ist auch für Audioquellen wie MP3 und Internetradio sinnvoll, wenn vom Scartkabel des Fernsehers eine Verbindung zum Audioequipment besteht.

Hier ein Beispiel für eine solche Ergänzung. Die Section [Media] ergänzt Verzeichnisse mit Audioquellen, Bildern und Listen und typisiert diese Inhalte für den vomp.

Datei
$VDRCONFIG/plugins/vompserver/vomp.conf
[Media]
#
Dir.1=/mnt/nas/audio
Dir.Name.1=AUDIO
#
Dir.2=/mnt/nas/bilder
Dir.Name.2=BILDER
#
Command.Extension.8=dir
Command.Type.8=LIST
Command.Name.8=/usr/local/bin/test1.sh
#
Command.Extension.9=m3u
Command.Type.9=LIST
Command.Name.9=/usr/local/bin/test1.sh
#
Command.Type.10=AUDIO
Command.Name.10=/usr/local/bin/test1.sh
Command.Extension.10=http-audio
#
Command.Type.3=PICTURE
Command.Extension.3=xjpg
Command.Name.3=/usr/local/bin/test1.sh