diff options
author | Jochen Dolze <vdr@dolze.de> | 2011-07-09 21:04:13 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2011-07-09 21:04:13 +0200 |
commit | b48d063954c93bc6c35c2d07fce1530a7ce355d7 (patch) | |
tree | 5d0a4a4317bf1a4b9ffb988d2e2e8d823e8425b0 /README | |
parent | 0fcdd46b05f096c0ab226db31ea4378efd1f446c (diff) | |
download | vdr-plugin-xmltv2vdr-b48d063954c93bc6c35c2d07fce1530a7ce355d7.tar.gz vdr-plugin-xmltv2vdr-b48d063954c93bc6c35c2d07fce1530a7ce355d7.tar.bz2 |
Configfiles are now stored in /var/lib/epgsources (grabber) and ConfigDir (plugin)
Added ability to copy and reset channel settings
Added input field for pin
Grabbers get now called with arguments (channellist)
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 11 insertions, 9 deletions
@@ -15,7 +15,7 @@ See the file COPYING for more information. Description: Add epg info from epg sources into vdr. xmltv2vdr just imports data in -xmltv format which must be provided by an external source (wich is not +xmltv format which must be provided by an external source (which is not part of this package) Interface for sources: @@ -25,12 +25,14 @@ name of the source/source.xmltv (e.g. epgdata.xmltv -> epgdata). In the first line you can decide if your source provides data by file (file must be placed in /var/lib/epgsources with extension .xmltv) or pipe (binary with the same name is called by xmltv2vdr-plugin, and -must be in the path), the second line shows the days which will be -read by the plugin, followed by the maximum days which will be provided. +must be in the path). There can be additional fields in the first +line seperated with semicolons. The second option gives the time when +the epg data will be updated from the origin, the third option informs +the plugin, if a pin is needed for this source (0/1). +The second line shows the maximum days which will be provieded. The next lines are unique channelnames, provided by the source. There can be application dependend data after each channelname. Note, -that the plugin/VDR must be able to change this control file (channels -will be marked with an asterisk if choosen in the setup). +that the plugin/VDR must be able to read this control file. See this link for an list of unique channelnames (and please report if there should be more) @@ -39,20 +41,20 @@ http://vdr-wiki.de/wiki/index.php/Xmltv2vdr-plugin#Kanalliste Examples of control files (in /var/lib/epgsources): -pipe -1;16 +pipe;00:00;1 +16 rtl.de;004 sat1.de;005 prosieben.de;006 pipe -1;10 +10 rtl.de sat1.de prosieben.de file -1;7 +7 rtl.de;004 sat1.de;005 nickcomedy;190:417 |