Aide-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(initial)
 
No edit summary
Line 1: Line 1:
==Description==
==Description==
An OSD Help Browser for VDR. You can read VDR User Manual and other plain text help files on the TV screen.
[[Image:Aide-plugin.jpg|thumb|Screenshot]]


{|
==Hardware requirements==
|[[Image:Aide-plugin-00.jpg|thumb|none|''German - OSD item'']]
|[[Image:Aide-plugin-01.jpg|thumb|none|''German - Help contents'']]
|[[Image:aide-plugin-02.jpg|thumb|none|''German - Random article'']]
|-
|[[Image:aide-plugin-03.jpg|thumb|none|''English - OSD item'']]
|[[Image:aide-plugin-04.jpg|thumb|none|''English - Help contents'']]
|[[Image:aide-plugin-05.jpg|thumb|none|''English - Random article'']]
|-
|[[Image:aide-plugin-06.jpg|thumb|none|''Russian - OSD item''']]
|[[Image:aide-plugin-07.jpg|thumb|none|''Russian - Help contents'']]
|[[Image:aide-plugin-08.jpg|thumb|none|''Russian - Random article'']]
|}


==Hardware requirements==
None
==Software requirements==
==Software requirements==
VDR (any version will do)

==Installation==
==Installation==
See [[plugin installation]]
See [[plugin installation]]

cp -R $SOURCEDIR/VDR/PLUGINS/src/aide/aide [[path|/etc/vdr/plugins]]

With the new ''aide-mod'' version all help files are placed into the '''../help/<LANGUAGE>''' directories.

[[path|/etc/vdr/plugins]]/help/'''<LANGUAGE>'''
[[path|/etc/vdr/plugins]]/help/rus

The language codes are:

"eng", // English
"deu", // German
"slv", // Slovenian
"ita", // Italian
"dut", // Dutch
"por", // Portugese
"fra", // French
"nor", // Norwegian
"fin", // Finnish
"pol", // Polish
"esl", // Spanish
"ell", // Greek
"sve", // Swedish
"rom", // Romanian
"hun", // Hungarian
"cat", // Catalan
"rus", // Russian
"hrv", // Croatian


==Problems==
==Problems==


Regular PAL/SECAM TV resolution is too small for reading unformatted texts. The help files must be prepared to look better on screen.
==Links==
==Links==
{|
{|
| [1]
| [1]
| http://vdr.bluox.org/download/vdr-aide
| http://vdr.bluox.org/download/vdr-aide
| Plugin homepage
| Old plugin homepage
|-
| [2]
| ftp://ftp.altlinux.ru/pub/people/slava
| Multilingual "mod" version and manuals in three languages.
|}
|}



Revision as of 13:29, 29 January 2005

Description

An OSD Help Browser for VDR. You can read VDR User Manual and other plain text help files on the TV screen.

German - OSD item
German - Help contents
German - Random article
English - OSD item
English - Help contents
English - Random article
Russian - OSD item'
Russian - Help contents
Russian - Random article

Hardware requirements

None

Software requirements

VDR (any version will do)

Installation

See plugin installation

cp -R $SOURCEDIR/VDR/PLUGINS/src/aide/aide /etc/vdr/plugins

With the new aide-mod version all help files are placed into the ../help/<LANGUAGE> directories.

/etc/vdr/plugins/help/<LANGUAGE>
/etc/vdr/plugins/help/rus

The language codes are:

"eng", // English
"deu", // German
"slv", // Slovenian
"ita", // Italian
"dut", // Dutch
"por", // Portugese
"fra", // French
"nor", // Norwegian
"fin", // Finnish
"pol", // Polish
"esl", // Spanish
"ell", // Greek
"sve", // Swedish
"rom", // Romanian
"hun", // Hungarian
"cat", // Catalan
"rus", // Russian
"hrv", // Croatian

Problems

Regular PAL/SECAM TV resolution is too small for reading unformatted texts. The help files must be prepared to look better on screen.

Links

[1] http://vdr.bluox.org/download/vdr-aide Old plugin homepage
[2] ftp://ftp.altlinux.ru/pub/people/slava Multilingual "mod" version and manuals in three languages.