Mplayersources.conf
Aus VDR Wiki
(Unterschied zwischen Versionen)
| Zeile 1: | Zeile 1: | ||
<pre> | <pre> | ||
| − | / | + | # |
| − | / | + | # This is a example of mplayersources.conf with usually using and sample entrys. |
| − | / | + | # |
| − | / | + | # This file should placed on VDR configuration folder with setup.conf |
| + | # .../setup.conf | ||
| + | # .../plugins/mplayersources.conf | ||
| + | # | ||
| + | # Syntax is: <path>;<name>;<mount> | ||
| + | # | ||
| + | # <path> = Path, where to finde videos or video 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. *.wav | ||
| + | # | ||
| + | /video;Local video;0 | ||
| + | /dev/cdrom;CDROM;1 | ||
| + | /video/plugins/DVD-VCD/;Play SVCD DVD;0 | ||
| + | /cdfs;CD-Audio;1;*.wav | ||
| + | /mnt/videos;Videos on the network;0 | ||
</pre> | </pre> | ||
| + | |||
| + | [[Kategorie:Konfigurationsdateien]] | ||
Version vom 12. Dezember 2004, 10:30 Uhr
# # This is a example of mplayersources.conf with usually using and sample entrys. # # This file should placed on VDR configuration folder with setup.conf # .../setup.conf # .../plugins/mplayersources.conf # # Syntax is: <path>;<name>;<mount> # # <path> = Path, where to finde videos or video 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. *.wav # /video;Local video;0 /dev/cdrom;CDROM;1 /video/plugins/DVD-VCD/;Play SVCD DVD;0 /cdfs;CD-Audio;1;*.wav /mnt/videos;Videos on the network;0