Statusandquestion-plugin

Aus VDR Wiki
Wechseln zu: Navigation, Suche

Inhaltsverzeichnis

Beschreibung

Plugin mit Möglichkeit einer Benutzerfrage aus einem Shell Script heraus auf.

Implementiert sind:

  • Statusmeldungen
  • Infomeldungen
  • Warnungen
  • Fehlermeldungen
  • Mehrzeiliger Text

Zusätzliche "svdrpsend" Befehle:

SAQTIME   SAQMESS   SAQMESI   SAQMESW   SAQMESE
SAQPARA   SAQTEXT   SAQLSTQ   SAQDELQ   SAQRESP
SAQLSTR   SAQDELR   SAQTEST

SAQTIME [ timeout ]
    Set timeout for all messages (overwrite OSD-setting while display message).
SAQMESS [ <message> ]
    Displays the given message (status) on the OSD. If message is omitted,
    the currently pending message (if any) will be returned. The message
    will be displayed for a few seconds as soon as the OSD has become
    idle. If a new SAQMESI command is entered while the previous message
    has not yet been displayed, the new message will be stored.
    For more info for choise color and other andere sachen HELP SAQTEST
SAQMESI [ <message> ]
    Displays the given message (info) on the OSD. If message is omitted,
    the currently pending message (if any) will be returned. The message
    will be displayed for a few seconds as soon as the OSD has become
    idle. If a new SAQMESI command is entered while the previous message
    has not yet been displayed, the new message will be stored.
    For more info for choise color and other andere sachen HELP SAQTEST
SAQMESW [ <message> ]
    Displays the given message (warning) on the OSD. If message is omitted,
    the currently pending message (if any) will be returned. The message
    will be displayed for a few seconds as soon as the OSD has become
    idle. If a new SAQMESI command is entered while the previous message
    has not yet been displayed, the new message will be stored.
    For more info for choise color and other andere sachen HELP SAQTEST
SAQMESE [ <message> ]
    Displays the given message (error) on the OSD. If message is omitted,
    the currently pending message (if any) will be returned. The message
    will be displayed for a few seconds as soon as the OSD has become
    idle. If a new SAQMESE command is entered while the previous message
    has not yet been displayed, the new message will be stored.
    For more info for choise color and other andere sachen HELP SAQTEST
SAQPARA [ title, red, green, yellow, blue ]
    This command sets the parameter for display the menu with a long text
    from the SAQTEXT",
SAQTEXT [ long text ]
    Displays the given text as full screen text on the OSD. If message
    is omitted, the currently pending message (if any) will be returned.
    The message will be displayed for a few seconds as soon as the OSD has
    become idle. If a new SAQMESE command is entered while the previous
    message has not yet been displayed, the new message will be stored.
    A new line is the spezial char | by more line than the screen, scrolling
    is enabled with the up/down (line) or left/rigth (page) keys.
    For Display a short message use SAQMESS, SAQMESI, SAQMESWW or SAQMESWE
SAQLSTQ
    List all Messages in the Queue
SAQDELQ
    Delete all Messages in the Queue
SAQRESP [ id ]
    return then response (key) of message.
    Is the message in the queue then is a '514 currently in queue' returned
    Is the message on screen then is a '515 currently display' returned
SAQLSTR
    List all response (keys) in the Queue
SAQDELR
    Delete all response (keys) in the Queue"
    without this command the response deleted after 10 minutes

Todo (sample script): statusquestion.sh

Hardwareanforderungen

Keine.

Softwareanforderungen

Patch des VDR's (svdrp_0.0.1) - noch nicht die entgültige Version, Klaus Schmidinger hat dabei andere Vorstellung der Schnittstelle

Installation

Siehe Plugin Installation.

Konfiguration

Probleme

Keine bekannt.

Links

[1] http://www.fast-info.de/vdr Homepage des Plugins