README
branchtrunk
changeset 2 3562cacb3b0b
parent 0 a75b9f441157
child 6 b0218bef406f
equal deleted inserted replaced
1:b933889f428a 2:3562cacb3b0b
     1 
     1 
     2 This is the PremiereEpg plugin for VDR.
     2 This is the PremiereEpg plugin for VDR.
     3 
     3 
     4 It parses the extended EPG data which is send by Premiere on their option
     4 It parses the extended EPG data which is send by Premiere on their portal
     5 channels.
     5 channels.
     6 
     6 
     7 Written by:                  Stefan Hülswitt <s.huelswitt@gmx.de>
     7 Written by:                  Stefan Hülswitt <s.huelswitt@gmx.de>
     8 Project's homepage:          http://www.muempf.de/
     8 Project's homepage:          http://www.muempf.de/
     9 Latest version available at: http://www.muempf.de/down/
     9 Latest version available at: http://www.muempf.de/down/
    11 See the file COPYING for license information.
    11 See the file COPYING for license information.
    12 
    12 
    13 ----------------------------------------------------------------------
    13 ----------------------------------------------------------------------
    14 
    14 
    15 This plugin parses the extended EPG data which is send by Premiere on their
    15 This plugin parses the extended EPG data which is send by Premiere on their
    16 option channels. The EPG data is transmitted in a non-standard format on a
    16 portal channels (e.g. SPORT PORTAL). This EPG data is transmitted in a
    17 non-standard PID.
    17 non-standard format on a non-standard PID.
    18 
    18 
    19 This work is based on the premiereepg2vdr commandline tool, which was written
    19 This work is based on the premiereepg2vdr commandline tool, which was written
    20 by Axel Katzur software@katzur.de.
    20 by Axel Katzur software@katzur.de.
    21 premiereepg2vdr can be found at:
    21 premiereepg2vdr can be found at:
    22 <http://www.katzur.de/download/premiereepg2vdr-0.0.3.tar.gz>
    22 <http://www.katzur.de/download/premiereepg2vdr-0.0.3.tar.gz>
    23 
    23 
    24 Note: the EPG entries created with this plugin aren't fully compatible with
    24 Note: the EPG entries created with this plugin aren't fully compatible with
    25 entries created by premiereepg2vdr. This plugin used a different sheme (IMO more
    25 entries created by premiereepg2vdr. This plugin used a different sheme (IMO more
    26 reliable) to map the EventID. If you're upgrading from premiereepg2vdr you
    26 reliable) to map the EventID. If you're upgrading from premiereepg2vdr you
    27 should delete your epg.data file.
    27 should delete your epg.data file, otherwise you will see duplicate EPG events.
       
    28 
       
    29 The plugin can tag option events i.e. the same event with the same time on
       
    30 different channels e.g. F1 sub channels. The tagging format (e.g. before or
       
    31 after event name) can be selected in the plugin setup menu.
    28 
    32 
    29 Beside this, there is nothing big to say:
    33 Beside this, there is nothing big to say:
    30 
    34 
    31 - There are no commandline options for this plugin.
    35 - There are no commandline options for this plugin.
    32 - There is no plugin setup menu.
       
    33 - There is no plugin mainmenu entry.
    36 - There is no plugin mainmenu entry.
    34 - Everything should work automatically. Whenever a device is tuned to a Premiere
    37 - Everything should work automatically. Whenever a device is tuned to a Premiere
    35   channel i.e. by EPG scan or manually, the Premiere EPG scan is triggered.
    38   channel i.e. by EPG scan or manually, the Premiere EPG scan is triggered.