diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2009-01-11 14:25:33 +0200 |
|---|---|---|
| committer | Ville Skyttä <ville.skytta@iki.fi> | 2009-01-11 14:25:33 +0200 |
| commit | db8e193d025f021364678fce291274a7b170ff50 (patch) | |
| tree | 0be1fa55953c8f88292cc8eebf202719bc64f6e7 | |
| parent | 88fc07f859f6087cdcfbf644d020cd1f1c4203c2 (diff) | |
| download | vdr-plugin-osdteletext-db8e193d025f021364678fce291274a7b170ff50.tar.gz vdr-plugin-osdteletext-db8e193d025f021364678fce291274a7b170ff50.tar.bz2 | |
Tweak line wrapping.
| -rw-r--r-- | README | 63 |
1 files changed, 38 insertions, 25 deletions
@@ -35,11 +35,14 @@ Keys: Description of the actions: Zoom: Zoom to upper half/lower half/back to full page - Half Page: Reduce OSD window to the lower half of the screen and display upper half/lower half/back to full size - Switch channel:Show pages of a channel different from the one currently tuned to. - This does _not_ include any tuning or channel switching with vdr's core. - You must have tuned to the channel chosen some time before so that the pages have been stored on disk. - When you press the key associated with that action, you are asked for the channel number. + Half Page: Reduce OSD window to the lower half of the screen and + display upper half/lower half/back to full size + Switch channel:Show pages of a channel different from the one currently + tuned to. This does _not_ include any tuning or channel + switching with vdr's core. You must have tuned to the + channel chosen some time before so that the pages have + been stored on disk. When you press the key associated + with that action, you are asked for the channel number. Press OK after you entered it with the number keys. Jump to...: Jumps to the page you configure. Switch background: Toggles background transparency between a value @@ -49,25 +52,32 @@ Keys: In the plugins setup menu, you can assign one of actions to each key. You can choose freely which actions you need, you are not forced to assign an action to a key at all if you do not need it. - If you select "Jump to...", specify the page number in the line immediately below. + If you select "Jump to...", specify the page number in the line immediately + below. Other Setup options: Background transparency: - number between 0 (transparent) and 255 (black). Default is 127 (also used by VDR) - Show Clock: Toggles whether an additional clock is drawn approximately every second. - The clock shows the current system time, not any time broadcast via teletext. - Let VDR set the system time from a transponder to have the exact time. + number between 0 (transparent) and 255 (black). Default is 127 + (also used by VDR) + Show Clock: Toggles whether an additional clock is drawn approximately + every second. + The clock shows the current system time, not any time broadcast + via teletext. Let VDR set the system time from a transponder to + have the exact time. Auto-update pages: - Continuously checks whether a page has changed and updates it if yes. + Continuously checks whether a page has changed and updates it + if yes. OSD width, OSD height: - Adjusts the width and height of the OSD independent from VDR's settings. - The valid range is 40 to 56 for the width and 12 to 21 for the height. + Adjusts the width and height of the OSD independent from VDR's + settings. The valid range is 40 to 56 for the width and 12 to + 21 for the height. Minimum user inactivity: - Sets a timeout (in minutes) for user inactivity. When this timespan has elapsed - and the user did not press any keys, the plugin will be closed. Set to 0 to disable this. - Note that disabling timeout will also effectively disable VDR's auto-shutdown feature - as long as the plugin is active. + Sets a timeout (in minutes) for user inactivity. When this + timespan has elapsed and the user did not press any keys, the + plugin will be closed. Set to 0 to disable this. Note that + disabling timeout will also effectively disable VDR's + auto-shutdown feature as long as the plugin is active. Key bindings: See above. Command line options: @@ -76,11 +86,12 @@ Command line options: -d --directory=DIR The directory where the temporary files will be stored. - (standard value: /var/cache/vdr/vtx) - Ensure that the directory exists and is writable. + (default: /var/cache/vdr/vtx) + Ensure that the directory exists and is + writable. -n --max-cache=NUM Maximum size in megabytes of cache used to store the pages on the harddisk. - (standard value: a calculated value below 50 MB) + (default: a calculated value below 50 MB) -s --cache-system=SYS Set the cache system to be used. Choose "legacy" for the traditional one-file-per-page system. @@ -89,9 +100,11 @@ Command line options: Colors: On all sorts of output devices which are not limited as to color depth - the original teletext colors will be displayed. (Only difference: Cyan is used instead of - white to make reading easier). - On the classic full-featured DVB card and other limited devices, the colors will be reduced to four. - The mapping is currently optimized for German ARD, ZDF and RTL. If you are for some reason - really and definitely not satisfied with my choices, edit colormapping.h and recompile. + the original teletext colors will be displayed. (Only difference: Cyan is + used instead of white to make reading easier). + On the classic full-featured DVB card and other limited devices, the colors + will be reduced to four. + The mapping is currently optimized for German ARD, ZDF and RTL. If you are + for some reason really and definitely not satisfied with my choices, edit + colormapping.h and recompile. |
