Mp3sources.conf
Aus VDR Wiki
(Unterschied zwischen Versionen)
K |
|||
Zeile 1: | Zeile 1: | ||
+ | Konfigurationsdatei des [[mp3-plugin]]s. | ||
+ | |||
+ | {{Box Datei| $VDRCONFIG/plugins/mp3sources.conf | | ||
+ | |||
<pre> | <pre> | ||
# | # | ||
Zeile 22: | Zeile 26: | ||
/mnt/mp3;Mp3s on the network;0 | /mnt/mp3;Mp3s on the network;0 | ||
</pre> | </pre> | ||
+ | }} | ||
[[Kategorie:Konfigurationsdateien]] | [[Kategorie:Konfigurationsdateien]] |
Version vom 10. Juli 2005, 15:40 Uhr
Konfigurationsdatei des mp3-plugins.
# # 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