Digicamdestinations.conf
Aus VDR Wiki
(Unterschied zwischen Versionen)
(+ interne links) |
|||
(Eine dazwischenliegende Version von einem Benutzer wird nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
+ | Konfigurationsdatei des [[digicam-plugin]]s. | ||
+ | |||
+ | {{Box Datei | [[Struktur|$VDRCONFIG]]/digicamdestinations.conf | | ||
<pre> | <pre> | ||
# | # | ||
Zeile 20: | Zeile 23: | ||
/mnt/images;Images on the network;0 | /mnt/images;Images on the network;0 | ||
</pre> | </pre> | ||
+ | }} | ||
[[Kategorie:Konfigurationsdateien]] | [[Kategorie:Konfigurationsdateien]] |
Aktuelle Version vom 13. April 2006, 19:01 Uhr
Konfigurationsdatei des digicam-plugins.
$VDRCONFIG/digicamdestinations.conf
# # This is a example of digicamdestinations.conf with usually using and sample entrys. # # This file should placed on VDR configuration folder with setup.conf # .../setup.conf # .../plugins/digicamdestinations.conf # # Syntax is: <path>;<name>;<mount>;<filter> # # <path> = Path, where to copy images or image directories from the camera # <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> = currently not used # /video/images;Local images;0 /video/fotos;Local fotos;0 /mnt/images;Images on the network;0