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