Vdrnfofs
Aus VDR Wiki
Version vom 19. September 2012, 16:50 Uhr von Hulk (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.
Schnelleres schneiden von VDR Aufnahmen ohne Kopie, mit folgenden Vorteilen.
Softwareanforderungen
Für die Installation wird die Python_(Programmiersprache), sowie folgende zugehörige Module benötigt
- 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
{{Box Datei |/etc/fstab|
... vdrnfofs /mnt/vdrnfofs fuse video=/var/lib/video 0 0 ...