mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added a note about the config files of plugins to INSTALL
This commit is contained in:
parent
60f8afdfcc
commit
76e1427bde
@ -749,6 +749,7 @@ Thomas Keil <tk@commedia-group.com>
|
|||||||
that a channel only qualifies as "previous" if it has been selected for at least
|
that a channel only qualifies as "previous" if it has been selected for at least
|
||||||
3 seconds
|
3 seconds
|
||||||
for reporting a bug in handling the color buttons in the "Edit channel" menu
|
for reporting a bug in handling the color buttons in the "Edit channel" menu
|
||||||
|
for adding a note about the config files of plugins to INSTALL
|
||||||
|
|
||||||
Kenneth Aafløy <ke-aa@frisurf.no>
|
Kenneth Aafløy <ke-aa@frisurf.no>
|
||||||
for fixing checking CA capabilities with the dvb-kernel driver
|
for fixing checking CA capabilities with the dvb-kernel driver
|
||||||
|
2
HISTORY
2
HISTORY
@ -2321,3 +2321,5 @@ Video Disk Recorder Revision History
|
|||||||
- Completed the Finnish OSD texts (thanks to Rolf Ahrenberg).
|
- Completed the Finnish OSD texts (thanks to Rolf Ahrenberg).
|
||||||
- Empty values in setup.conf are no longer treated as an error (thanks to Andreas
|
- Empty values in setup.conf are no longer treated as an error (thanks to Andreas
|
||||||
Kool for reporting this one).
|
Kool for reporting this one).
|
||||||
|
- Added a note about the config files of plugins to INSTALL (thanks to Thomas
|
||||||
|
Keil).
|
||||||
|
7
INSTALL
7
INSTALL
@ -302,8 +302,11 @@ Configuration files:
|
|||||||
There are several configuration files that hold information about
|
There are several configuration files that hold information about
|
||||||
channels, remote control keys, timers etc. By default these files are
|
channels, remote control keys, timers etc. By default these files are
|
||||||
assumed to be located in the video directory, but a different directory
|
assumed to be located in the video directory, but a different directory
|
||||||
can be used with the '-c' option. For starters just copy all *.conf files from
|
can be used with the '-c' option. Plugins assume their configuration files
|
||||||
the VDR directory into your video directory.
|
in a subdirectory called "plugins" of this directory.
|
||||||
|
|
||||||
|
For starters just copy all *.conf files from the VDR directory into your
|
||||||
|
video directory.
|
||||||
|
|
||||||
The configuration files can be edited with any text editor, or will be written
|
The configuration files can be edited with any text editor, or will be written
|
||||||
by the 'vdr' program if any changes are made inside the on-screen menus.
|
by the 'vdr' program if any changes are made inside the on-screen menus.
|
||||||
|
Loading…
Reference in New Issue
Block a user