Mp3sources.conf

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
K
Zeile 1: Zeile 1:
Konfigurationsdatei des [[mp3-plugin]]s.
+
Konfigurationsdatei des [[mp3-plugin]] und [[mediamvp-plugin]]s.
  
 
{{Box Datei| $VDRCONFIG/plugins/mp3sources.conf |
 
{{Box Datei| $VDRCONFIG/plugins/mp3sources.conf |

Version vom 1. April 2006, 11:28 Uhr

Konfigurationsdatei des mp3-plugin und mediamvp-plugins.

Datei
$VDRCONFIG/plugins/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