Osdimage-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Links) |
|||
Zeile 2: | Zeile 2: | ||
'''Autor:''' Andreas Brugger | '''Autor:''' Andreas Brugger | ||
− | Anzeige von Bildern via OSD. | + | Anzeige von Bildern via [[OSD]]. |
==Bilder== | ==Bilder== | ||
− | [[Bild:osdimage-plugin.jpg|thumb|none| | + | [[Bild:osdimage-plugin.jpg|thumb|none|]] |
<!-- ==Hardwareanforderungen== --> | <!-- ==Hardwareanforderungen== --> | ||
− | |||
==Softwareanforderungen== | ==Softwareanforderungen== | ||
* ImageMagick | * ImageMagick | ||
Zeile 14: | Zeile 13: | ||
==Installation== | ==Installation== | ||
− | Es sollte alles was mit ImageMagick zu tun hat vorher deinstalliert werden. Für eine RPM basierte | + | Es sollte alles was mit ImageMagick zu tun hat vorher deinstalliert werden. Für eine RPM-basierte Distribution (z.B. [[SuSE]]): |
rpm -qa|grep ImageMagick|xargs rpm -e --nodeps | rpm -qa|grep ImageMagick|xargs rpm -e --nodeps | ||
Zeile 51: | Zeile 50: | ||
{| border=1 cellpadding=2 cellspacing=0 | {| border=1 cellpadding=2 cellspacing=0 | ||
|- | |- | ||
− | | bgcolor=#efefef|DEBUG=1 || | + | | bgcolor=#efefef|DEBUG=1 || Debuging einschalten |
|- | |- | ||
| bgcolor=#efefef|HAVE_NETPBM=1 || Empfohlen für 16-Farb-OSD | | bgcolor=#efefef|HAVE_NETPBM=1 || Empfohlen für 16-Farb-OSD | ||
Zeile 59: | Zeile 58: | ||
* vdr >= '''1.3.18''' http://gentoo.fh-luh.de/files/vdr-osdimage | * vdr >= '''1.3.18''' http://gentoo.fh-luh.de/files/vdr-osdimage | ||
* + Zoom + vdr < '''1.3.x''' http://vdrportal.de/board/thread.php?threadid=29351 | * + Zoom + vdr < '''1.3.x''' http://vdrportal.de/board/thread.php?threadid=29351 | ||
− | |||
<!-- ==Konfiguration== --> | <!-- ==Konfiguration== --> | ||
<!-- ==Einstellungen== --> | <!-- ==Einstellungen== --> | ||
− | |||
==Parameter== | ==Parameter== | ||
{| border=1 cellpadding=2 cellspacing=0 | {| border=1 cellpadding=2 cellspacing=0 | ||
Zeile 70: | Zeile 67: | ||
!Beschreibung | !Beschreibung | ||
|- | |- | ||
− | | -d DIR || --directory=DIR || | + | | -d DIR || --directory=DIR || Bilderordner (ERFORDERLICH) |
|} | |} | ||
==Bedienung== | ==Bedienung== | ||
− | === | + | ===Im Bildauswahlmodus=== |
{| border=1 cellpadding=2 cellspacing=0 | {| border=1 cellpadding=2 cellspacing=0 | ||
|- | |- | ||
!bgcolor=#efefef|LEFT, RIGHT, UP, DOWN | !bgcolor=#efefef|LEFT, RIGHT, UP, DOWN | ||
− | | | + | |Herkömlicher Naivgationsmodus |
|- | |- | ||
!bgcolor=#efefef|OK | !bgcolor=#efefef|OK | ||
− | | | + | |Sprung in höhere Verzeichnisebene |
|- | |- | ||
!bgcolor=#efefef|EXIT | !bgcolor=#efefef|EXIT | ||
− | | | + | |Zurück zum Hauptmenü |
|- | |- | ||
!bgcolor=#ff0000|RED | !bgcolor=#ff0000|RED | ||
Zeile 97: | Zeile 94: | ||
|- | |- | ||
!bgcolor=#efefef|DOWN, UP | !bgcolor=#efefef|DOWN, UP | ||
− | | | + | |Vorheriges / nächsten Bild |
|- | |- | ||
!bgcolor=#efefef|LEFT, RIGHT | !bgcolor=#efefef|LEFT, RIGHT | ||
− | | | + | |Zehn Bilder in der Bilderliste rückwärts / vorwärts springen |
|- | |- | ||
!bgcolor=#efefef|EXIT | !bgcolor=#efefef|EXIT | ||
− | | | + | |Das Plugin beenden |
|- | |- | ||
!bgcolor=#ff0000|RED | !bgcolor=#ff0000|RED | ||
− | | | + | |Die ursprüngliche Ausrichtung (Drehrichtung) wiederherstellen (wie in der Bilddatei) |
|- | |- | ||
!bgcolor=#00ff00|GREEN | !bgcolor=#00ff00|GREEN | ||
− | | | + | |Gegen den Uhrzeigersinn um 90° drehen |
|- | |- | ||
!bgcolor=#ffff00|YELLOW | !bgcolor=#ffff00|YELLOW | ||
− | | | + | |Im Uhrzeigersinn um 90° drehen |
|- | |- | ||
!bgcolor=#0000ff|BLUE | !bgcolor=#0000ff|BLUE | ||
Zeile 127: | Zeile 124: | ||
| [1] | | [1] | ||
| http://www.imagemagick.org | | http://www.imagemagick.org | ||
− | | Imagemagick Homepage | + | | Imagemagick-Homepage |
|- | |- | ||
| [2] | | [2] | ||
| http://netpbm.sourceforge.net | | http://netpbm.sourceforge.net | ||
− | | Netpbm Projektseite | + | | Netpbm-Projektseite |
|- | |- | ||
| [3] | | [3] |
Version vom 10. Dezember 2005, 22:20 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor: Andreas Brugger
Anzeige von Bildern via OSD.
Bilder
Softwareanforderungen
- ImageMagick
- Netpbm (optional)
Installation
Es sollte alles was mit ImageMagick zu tun hat vorher deinstalliert werden. Für eine RPM-basierte Distribution (z.B. SuSE):
rpm -qa|grep ImageMagick|xargs rpm -e --nodeps
cd $SOURCEDIR tar jxvf ImageMagick-<VERSION>.tar.bz2 cd ImageMagick-<VERSION> ./configure --prefix=/usr/local \ --without-dps \ --without-fpx \ --without-gslib \ --without-jbig \ --without-jp2 \ --without-lcms \ --without-tiff \ --without-xml \ --without-x make make install ldconfig cd - tar xvzf netpbm-<VERSION>.tgz cd netpbm-<VERSION> ./configure make make package # install prefix (/usr/local/netpbm) ==> /usr/local ^^^^^^^^^^ ./installnetpbm rm -r /tmp/netpbm
Optionen
DEBUG=1 | Debuging einschalten |
HAVE_NETPBM=1 | Empfohlen für 16-Farb-OSD |
Patches
- vdr >= 1.3.18 http://gentoo.fh-luh.de/files/vdr-osdimage
- + Zoom + vdr < 1.3.x http://vdrportal.de/board/thread.php?threadid=29351
Parameter
Parameter (kurz) | Parameter (lang) | Beschreibung |
---|---|---|
-d DIR | --directory=DIR | Bilderordner (ERFORDERLICH) |
Bedienung
Im Bildauswahlmodus
LEFT, RIGHT, UP, DOWN | Herkömlicher Naivgationsmodus |
---|---|
OK | Sprung in höhere Verzeichnisebene |
EXIT | Zurück zum Hauptmenü |
RED | generate playlist for all the pictures in the current directory (including the subdirs) and show the first one |
BLUE | end the plugin |
In the picture-selection-mode
DOWN, UP | Vorheriges / nächsten Bild |
---|---|
LEFT, RIGHT | Zehn Bilder in der Bilderliste rückwärts / vorwärts springen |
EXIT | Das Plugin beenden |
RED | Die ursprüngliche Ausrichtung (Drehrichtung) wiederherstellen (wie in der Bilddatei) |
GREEN | Gegen den Uhrzeigersinn um 90° drehen |
YELLOW | Im Uhrzeigersinn um 90° drehen |
BLUE | start slide-show, which automatically switches to the next picture in the playlist and stops at the end of the list (the timeout can be adjusted in teh setup-menu) |
Links
[1] | http://www.imagemagick.org | Imagemagick-Homepage |
[2] | http://netpbm.sourceforge.net | Netpbm-Projektseite |
[3] | http://brougs78.vdr-developer.org | Homepage des Plugins |
[4] | http://brougs78.vdr-developer.org/comparison/index.htm | Beispiele |