Vdrnfofs

Aus VDR Wiki
Wechseln zu: Navigation, Suche

Inhaltsverzeichnis

Beschreibung

Author: Tobias Grimm

vdrnfofs erstellt ein FUSE-basiertes virtuelles Dateisystem, das VDR-Aufnahmen mit *.nfo und *.mpg Dateien verbindet.

Status

Letztes Update 10/2011

Softwareanforderungen

  • Python mit
    • python-setuptools
    • python-fuse

Installation

  • apt-get install python-setuptools python-fuse

Oder

cd $SOURCEDIR
wget http://projects.vdr-developer.org/attachments/download/727/vdrnfofs-0.8.tar.gz
tar zxvf vdrnfofs-0.8.tar.gz
cd vdrnfofs-0.8
sudo ./setup.py install

Konfiguration

vdrnfofs kann man manuell gestartet werden oder automatisch mittels der Datei "/etc/fstab" eingebunden werden.

 vdrnfofs <mount-point> -o video=<vdr-vide-dir>
Datei
/etc/fstab
   ...
   vdrnfofs    /mnt/vdrnfofs   fuse    video=/var/lib/video 0 0
   ...


Links

  1. http://projects.vdr-developer.org/projects/vdrnfofs
In anderen Sprachen