Imagesources.conf

Aus VDR Wiki
Version vom 13. April 2006, 20:38 Uhr von 84.186.73.11 (Diskussion)

(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche

Konfigurationsdatei des image-plugins.

Datei
$VDRCONFIG/plugins/image/imagesources.conf
#
# This is a example of imagesources.conf with usually using and sample entrys.
#
# This file should placed on VDR configuration folder with setup.conf
#  .../setup.conf
#  .../plugins/imagesources.conf
#
# Syntax is: <path>;<name>;<mount>;<filter>
#
# <path>   = Path, where to finde images or image directories
# <name>   = descriptor displayed in VDR
# <mount>  = 0 - if no mounting should be done
#            1 - if <path> needs to be mounted first.
#                (Dont forget to setup fstab !!!)
# <filter> = filters, what files should be displayed.
#            i.e. *.jpg *.jpeg *.png *.tif* *.bmp
#
/video/images;Local images;0
/video/fotos;Local fotos;0
/dev/cdrom;CDROM;1
/mnt/camera;Digitalcamera;1
/mnt/images;Images on the network;0