Imagesources.conf

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(+ interne links)
 
Zeile 1: Zeile 1:
 
Konfigurationsdatei des [[image-plugin]]s.
 
Konfigurationsdatei des [[image-plugin]]s.
  
{{Box Datei | [[Struktur|$VDRCONFIG]]/plugins/imagesources.conf |
+
{{Box Datei | [[Struktur|$VDRCONFIG]]/plugins/image/imagesources.conf |
 
<pre>
 
<pre>
 
#
 
#

Aktuelle Version vom 13. April 2006, 20:38 Uhr

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