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