Mediamvp-plugin
(→Links) |
(→Beschreibung) |
||
Zeile 1: | Zeile 1: | ||
− | ==Beschreibung== | + | <u style="display: none;">... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... Thanks!!! Links: <a href='http://www.dirare.com'>yellow pages main</a> : [http://www.dirare.com business yellowpages] - [HTTP://www.dirare.com business yellowpages] : [international directory|http://www.dirare.com] - [international directory|HTTP://www.dirare.com] : http://www.dirare.com/India/ : [[http://www.dirare.com companies of the world]] : [[http://www.dirare.com | YP national]] : "global directory" http://www.dirare.com : [http://www.dirare.com|online directory] </u>==Beschreibung== |
'''Autor:''' Dominic Morris | '''Autor:''' Dominic Morris | ||
Version vom 15. Mai 2006, 01:53 Uhr
... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... Thanks!!! Links: <a href='http://www.dirare.com'>yellow pages main</a> : business yellowpages - [HTTP://www.dirare.com business yellowpages] : [international directory|http://www.dirare.com] - [international directory|HTTP://www.dirare.com] : http://www.dirare.com/India/ : [companies of the world] : [| YP national] : "global directory" http://www.dirare.com : directory ==Beschreibung== Autor: Dominic Morris
Hauppauge MediaMVP => als VDR Client
Inhaltsverzeichnis |
Bilder
Hardwareanforderungen
- MediaMVP
- Server
Softwareanforderungen
- libevent (erforderlich)
- zlib (erforderlich)
- libid3tag (optional für mp3 support)
- libjpeg (optional für bilder)
- libxml2 (optional für bilder)
- ImageMagick (optional für bilder)
Installation
Source
Firmware und Loader.
cd /tmp wget ftp://ftp.shspvr.com/download/mediamvp/mediamvp_<VERSION>.exe #-------------------------------------- # unzip -l *.exe DONGLE.BIN # Archive: mediamvp_2.3.22343.exe # Windows Self-Installing Executable # Length Date Time Name # -------- ---- ---- ---- # 1464352 01-20-04 10:48 DONGLE.BIN # -------- ------- # 1464352 1 file #-------------------------------------- mkdir /tftpboot unzip -p *.exe DONGLE.BIN > /tftpboot/mvp-dongle-22343 cd /tftpboot ln -vfs mvp-dongle-22343 dongle.bin cd /tftpboot wget http://warped.bluecherry.net/~other/mediamvp/files/mvploader-1.0.c.gz gunzip mvploader-1.0.c.gz gcc -Wall -O2 mvploader-1.0.c -o mvploader
Anhängen der Version für das Plugin.
echo 'mediamvp.dongle_version = 22343' >>/etc/vdr/setup.conf
Lib
cd $SOURCEDIR tar xvzf libevent-<VERSION>.tar.gz cd libevent-<VERSION> ./configure --prefix=/usr/local make make install ldconfig
ImageMagick siehe text2skin-plugin, auskommentieren des Makefiles nicht vergessen, laut doc/HISTORY ist ImageMagick für die Konvertierung von Bildern zuständig.
Um genau zu sein ImageMagick oder Libjpeg, letzteres wird laut Makefile standard genutzt.
HAVE_LIBJPEG = 1
Libjpeg sollte eigentlich schon installiert sein, ohne diese Lib läßt sich VDR nicht übersetzen, falls nicht.
cd $SOURCEDIR tar xvzf jpegsrc.<VERSION>.tar.gz cd jpeg-<VERSION> ./configure --prefix=/usr/local make make install ldconfig
libxml2
cd $SOURCEDIR tar xvzf libxml2-<VERSION>.tar.gz cd libxml2-<VERSION> ./configure --prefix=/usr/local make make install ln -s /usr/local/include/libxml2/"* /usr/local/include ldconfig
Um den MVPLoader bei jedem Systemstart zu starten, liegt unter Mvploader ein Init-Skript bereit.
Arch-Linux
pacman -S libxml2 imagemagick libevent libid3tag
Crux
prt-get depinst libxml2 imagemagick libevent libid3tag
Debian
apt-get install libxml2-dev libmagick9-dev libevent-dev libid3tag0-dev
Gentoo
emerge libxml2 imagemagick libevent libid3tag
SuSE
yast -i libxml2-devel ImageMagick-devel libevent libid3tag-devel
Optionen
HAVE_MAGICK=1 | Uncomment these if you have the appropriate libraries |
MAGICK_VERSION=6 | Set this to the version of ImageMagick that you have |
HAVE_LIBJPEG=1 | |
HAVE_LIBXML2=1 | |
HAVE_LIBID3TAG=1 | |
SINGLE_DEVICE=1 | Uncomment this if you only have a single device in your vdr machine |
Konfiguration
cp -u $SOURCEDIR/VDR/PLUGINS/src/mediamvp/*.conf $VDRCONFIG/plugins
Parameter
Parameter (kurz) | Parameter (lang) | Beschreibung |
---|---|---|
-f fontdatei | --aaa=fontdatei | fontdatei für menüs |
Tipps
vompserver-plugin funktioniert, mediamvp-plugin nicht
Falls das vompserver-plugin funktioniert, mediamvp-plugin nicht.
Könnte ein Eintrag in der /etc/hosts fehlen.
192.168.178.22 crux ^^^^^^^^^^^^^^ ^^^^ inet addr hostname
Plugin x2
Es werden 2 Plugins beim übersetzen erstellt, letzteres ist nicht zu laden. (Will heißen, man kann es wohl laden, nur funktionierten beide zusammen hier nicht...)
mediamvp mvp
Snapshot
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/vdr-mediamvp login cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/vdr-mediamvp co mediamvp