Vdrnfofs

Aus VDR Wiki
Wechseln zu: Navigation, Suche

Inhaltsverzeichnis

Beschreibung

Author: Tobias Grimm

vdrnfofs erstellt ein virtuelles Filesystem_in_Userspace (Virtuelles Dateisystem) das Aufnahmen des VDR direkt in *.nfo und *.mpg Dateien abbildet.

Status=

Softwareanforderungen

  • Python mit
    • python-setuptools
    • python-fuse

Installation

Als erstes die erforderlichen Python-Module installieren (für Debian wie folgt)

apt-get install python-setuptools python-fuse
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>

z.B.

 vdrnfofs /mnt/vdrnfofs -o video=/var/lib/video


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