Mp3sources.conf
Aus VDR Wiki
(Unterschied zwischen Versionen)
(4 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
+ | Konfigurationsdatei des [[mp3-plugin]] und [[mediamvp-plugin]]s. | ||
+ | |||
+ | {{Box Datei | [[Struktur|$VDRCONFIG]]/plugins/mp3/mp3sources.conf | | ||
<pre> | <pre> | ||
# | # | ||
Zeile 22: | Zeile 25: | ||
/mnt/mp3;Mp3s on the network;0 | /mnt/mp3;Mp3s on the network;0 | ||
</pre> | </pre> | ||
+ | }} | ||
[[Kategorie:Konfigurationsdateien]] | [[Kategorie:Konfigurationsdateien]] |
Aktuelle Version vom 1. Juni 2006, 16:52 Uhr
Konfigurationsdatei des mp3-plugin und mediamvp-plugins.
$VDRCONFIG/plugins/mp3/mp3sources.conf
# # 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