README
author nathan
Sun, 22 Feb 2009 21:02:54 +0800
branchtrunk
changeset 29 a0f32201f466
parent 27 3465e430299f
permissions -rw-r--r--
add italian translations
     1 
     2 This is the PremiereEpg plugin for VDR.
     3 
     4 It parses the extended EPG data which is send by Premiere on their portal
     5 channels.
     6 
     7 Written by:                  Stefan Hülswitt <s.huelswitt@gmx.de>
     8 Project's homepage:          http://www.muempf.de/
     9 Latest version available at: http://www.muempf.de/down/
    10 Development version at:      http://hg.muempf.de/
    11 
    12 See the file COPYING for license information.
    13 
    14 ----------------------------------------------------------------------
    15 
    16 This plugin parses the extended EPG data which is send by Premiere on their
    17 portal channels (e.g. SPORT PORTAL). This EPG data is transmitted in a
    18 non-standard format on a non-standard PID.
    19 
    20 This work is based on the premiereepg2vdr commandline tool, which was written
    21 by Axel Katzur software@katzur.de.
    22 premiereepg2vdr can be found at:
    23 <http://www.katzur.de/download/premiereepg2vdr-0.0.4.tar.gz>
    24 
    25 Note: the EPG entries created with this plugin aren't fully compatible with
    26 entries created by premiereepg2vdr. This plugin used a different sheme (IMO more
    27 reliable) to map the EventID. If you're upgrading from premiereepg2vdr you
    28 should delete your epg.data file, otherwise you will see duplicate EPG events.
    29 
    30 The plugin can tag option events i.e. the same event with the same time on
    31 different channels e.g. F1 sub channels. The tagging format (e.g. before or
    32 after event name) can be selected in the plugin setup menu.
    33 In addition there are two switches in the plugin setup menu to control inclusion
    34 of order and parental rating information into the event description.
    35 
    36 Beside this, there is nothing big to say:
    37 
    38 - There are no commandline options for this plugin.
    39 - There is no plugin mainmenu entry.
    40 - Everything should work automatically. Whenever a device is tuned to a Premiere
    41   channel i.e. by EPG scan or manually, the Premiere EPG scan is triggered.