Timer add over epg different between box / webif (e1/e2)

Wir haben aktuell ein Problem mit dem Board und arbeiten an der Lösung...
  • Hi Guys


    I'm trying to program a remote timer add system. This system also adds timer for the Sky Select channel. This channel has some special option channels. The portal channel has only information about the ppv channels. Now I want to add a timer for one of the option channels.


    On Enigma2, if the timer was add over the box epg, timers.xml has the following content (which is absolutely perfect!):
    <?xml version="1.0" ?>
    <timers>
    <timer begin="1280750400" end="1280757240" serviceref="1:0:1:119:3:85:C00000:12:4:0:: Option 1" repeated="0" name="Wolfman - Extended Version" description="Horrorfilm" afterevent="auto" eit="118" tags="" disabled="0" justplay="0">
    </timer>
    </timers>


    On Enigma2, if the timer was add over webif (as well as timeraddbyeventid), the service ID from the Portal channel is used:
    <?xml version="1.0" ?>
    <timers>
    <timer begin="1280750400" end="1280757240" serviceref="1:0:1:12:4:85:C00000:0:0:0" repeated="0" name="Wolfman - Extended Version" description="Horrorfilm" afterevent="auto" eit="118" tags="" disabled="0" justplay="0">
    </timer>
    </timers>


    1:0:1:119:3:85:C00000:12:4:0:: Option 1 ==> is one of the option channels
    1:0:1:12:4:85:C00000:0:0:0 ==> is the info portal channel


    On Enigma1 I found the same behaviour. Would it be possible tha one of the developers will have a look at it?


    Thanks very much for help in advance
    cu nUkenabber