diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 65 |
1 files changed, 65 insertions, 0 deletions
@@ -0,0 +1,65 @@ +This is a "plugin" for the Video Disk Recorder (VDR). + +Written by: Jürgen Schmitz <js@js-home.org> + +Project's homepage: http://www.js-home.org/vdr + +Latest version available at: http://www.js-home.org/vdr + +See the file COPYING for license information. + +Description: + +This plugins shows the EPG data in the typical way a TV magazine +does. The channels are shown from left to right, 3 on one screen. + +You can scroll though the channels and the time and create a timer. + + +TV-Onscreen has two different modes: + + - the show mode which only shows the EPG and allows scrolling + in "big" steps + - the edit mode which also shows the EPG but allows scrolling + to any schedule and see details of this and create a timer + +This is quite intuitive when you use it! + + +The keys in show mode (when startet): + +Cursor up/down scroll the time +Cursor left/right scroll the channels +Red/Blue scroll the time by 1 day (blue=+1 day) +Green/Yellow scroll the channels by 1 page (-/+ 3 channels) +7/9 like green/yellow +8 show the current channel +0 go to the current time +Back leave +Ok go to edit mode + + +The keys in edit mode (after pressing Ok): + +Back go back to show mode +Cursor up/down move to the previous/next schedule +Cursor left/right move to the schedule in the channel left/right +Rec creates a timer from the current schedule + (opens the timer screen) +Ok shows details of the current schedule + (which allows switching the channel or create a timer) + + + + + +Requirements: + +ElchiAIO patches (or similar) with additional colors must be +installed. + + + +TODO: + +Wait for no bug reports and go to version 1.0. |
