Vdrnfofs
Aus VDR Wiki
Version vom 1. September 2013, 10:34 Uhr von Wirbel (Diskussion | Beiträge)
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.
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