blob: 0b3c441bbc3a4466946044e827718d8f93f17364 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#
# 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
#
/cdrom;CDROM;1;*.jpg *.jpeg *.png *.tif* *.bmp
/video;VDR Recordings;0;*.pnm
/mnt/images;Images on the network;0;*.jpg *.jpeg *.png *.tif* *.bmp
/mnt/camera;Digital Camera;1;*.jpg
|