diff options
-rw-r--r-- | doc-src/en/epgsearch.1.txt | 8 | ||||
-rw-r--r-- | doc-src/en/epgsearch.4.txt | 4 | ||||
-rw-r--r-- | doc-src/en/epgsearchuservars.conf.5.txt | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/doc-src/en/epgsearch.1.txt b/doc-src/en/epgsearch.1.txt index 4fb7680..6198885 100644 --- a/doc-src/en/epgsearch.1.txt +++ b/doc-src/en/epgsearch.1.txt @@ -71,7 +71,7 @@ is '<plugins configuration directory>/epgsearch' =item -l file, --logfile=file to specify a specific log file for epgsearch (default log file is -epgsearch.log in the epgsearchs config directory) +epgsearch.log in the epgsearch config directory) =item -v n, --verbose=n @@ -152,7 +152,7 @@ item. There are 8 built-in commands: timer can be setup to ignore events from arbitrary blacklists. You can add your own commands to this menu by editing the file -epgsearchcmds.conf in epgsearchs config directory. There's a sample +epgsearchcmds.conf in the epgsearch config directory. There's a sample conf file with some sample commands (see directory 'scripts', taken from vdr-wiki.de, thanks to the authors). @@ -956,7 +956,7 @@ info from the content summary. Using tvm2vdr or epg4vdr you can import this into vdr. To use this information with search timers one has to configure it -with the file epgsearchcats.conf in epgsearchs config directory. The +with the file epgsearchcats.conf in the epgsearch config directory. The format of the file is as follows: ID|category name|name in menu|values separated by ','(option)|search mode(option) @@ -986,7 +986,7 @@ format of the file is as follows: Sample files for epgsearchcats.conf are delivered with the plugin in the directory 'conf'. -Simply copy the one that fits for you to epgsearchs configurations directory +Simply copy the one that fits for you to the epgsearch configuration directory filename epgsearchcats.conf and then have a look to the search timers edit menu (after a restart of VDR). diff --git a/doc-src/en/epgsearch.4.txt b/doc-src/en/epgsearch.4.txt index 339049e..adf3555 100644 --- a/doc-src/en/epgsearch.4.txt +++ b/doc-src/en/epgsearch.4.txt @@ -573,7 +573,7 @@ some indepent variables: %timenow% - current time in format HH:MM %videodir% - VDR video directory (e.g. /video) %plugconfdir% - VDR plugin config directory (e.g. /etc/vdr/plugins) - %epgsearchdir% - epgsearchs config directory (e.g. /etc/vdr/plugins/epgsearch) + %epgsearchdir% - epgsearch config directory (e.g. /etc/vdr/plugins/epgsearch) The variables are not case sensitive. You can also use variables for extended EPG categories defined in F<epgsearchcats.conf> or use your own user defined @@ -788,7 +788,7 @@ The content of the mails is defined by the files - epgsearchupdmail.templ (for search timer update notifications) - epgsearchconflmail.templ (for timer conflict notifications) -You can find sample files in the 'conf' directory. Copy them to epgsearchs +You can find sample files in the 'conf' directory. Copy them to the epgsearch config directory (e.g. /etc/vdr/plugins/epgsearch). =head2 Customizing the notifications mails diff --git a/doc-src/en/epgsearchuservars.conf.5.txt b/doc-src/en/epgsearchuservars.conf.5.txt index 98f8cd6..a1a658e 100644 --- a/doc-src/en/epgsearchuservars.conf.5.txt +++ b/doc-src/en/epgsearchuservars.conf.5.txt @@ -119,7 +119,7 @@ The following variables exist: %timenow% - current time in format HH:MM %videodir% - VDR video directory (e.g. /video) %plugconfdir% - VDR plugin config directory (e.g. /etc/vdr/plugins) - %epgsearchdir% - epgsearchs config directory (e.g. /etc/vdr/plugins/epgsearch) + %epgsearchdir% - epgsearch config directory (e.g. /etc/vdr/plugins/epgsearch) See also C<epgsearchcats.conf(5)>. |