Mplayersources.conf

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
 
Zeile 1: Zeile 1:
 
Konfigurationsdatei des [[mplayer-plugin]]s.
 
Konfigurationsdatei des [[mplayer-plugin]]s.
  
{{Box Datei | [[Struktur|$VDRCONFIG]]/plugins/mplayersources.conf |
+
{{Box Datei | [[Struktur|$VDRCONFIG]]/plugins/mplayer/mplayersources.conf |
 
<pre>
 
<pre>
 
#
 
#

Aktuelle Version vom 1. Juni 2006, 17:53 Uhr

Konfigurationsdatei des mplayer-plugins.

Datei
$VDRCONFIG/plugins/mplayer/mplayersources.conf
#
# 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