Seite 2 von 2 ErsteErste 12
Ergebnis 11 bis 17 von 17
  1. #11
    VIP Avatar von santa
    Registriert seit
    07.05.2012
    Beiträge
    7.844
    Thanks
    1.070
    Thanked 5.005 Times in 1.790 Posts
    Schau doch einfach mal rein, eventview oder so ähnlich.
    Dann das nehmen was in der 913 unter b steht
    mfg santa

    GigaBlue Quad Plus -->Yamaha AV Receiver-->Panasonic Plasma

    derzeit noch in Betrieb:
    IPBox 9000, Technisat Digicorder HDS2+, AT 500



  2. #12
    VIP Avatar von ReWard
    Registriert seit
    14.07.2012
    Beiträge
    3.860
    Thanks
    1.276
    Thanked 994 Times in 716 Posts
    Mit der keymap kenne ich mich leider nicht aus.

    Hier von der 910 :

    Code:
        <map context="EventViewActions">
            <key id="KEY_UP" mapto="pageUp" flags="mr" />
            <key id="KEY_DOWN" mapto="pageDown" flags="mr" />
            <key id="KEY_LEFT" mapto="prevEvent" flags="mr" />
            <key id="KEY_RIGHT" mapto="nextEvent" flags="mr" />
            <key id="KEY_RED" mapto="openSimilarList" flags="m" />
            <key id="KEY_GREEN" mapto="timerAdd" flags="m" />
            <key id="KEY_HELP" mapto="cancel" flags="m" />
            <key id="KEY_HOME" mapto="cancel" flags="m" />
        </map>
        
        <map context="EventViewEPGActions">
            <key id="KEY_YELLOW" mapto="openSingleServiceEPG" flags="m" />
            <key id="KEY_BLUE" mapto="openMultiServiceEPG" flags="m" />
    Und von der 913 :

    Code:
        <map context="EventViewActions">
            <key id="KEY_UP" mapto="pageUp" flags="mr" />
            <key id="KEY_DOWN" mapto="pageDown" flags="mr" />
            <key id="KEY_LEFT" mapto="prevEvent" flags="mr" />
            <key id="KEY_RIGHT" mapto="nextEvent" flags="mr" />
            <key id="KEY_RED" mapto="openSimilarList" flags="m" />
            <key id="KEY_GREEN" mapto="timerAdd" flags="m" />
            <key id="KEY_INFO" mapto="cancel" flags="m" />
            <key id="KEY_HOME" mapto="cancel" flags="m" />
        </map>
        
        <map context="EventViewEPGActions">
            <key id="KEY_YELLOW" mapto="openSingleServiceEPG" flags="m" />
            <key id="KEY_BLUE" mapto="openMultiServiceEPG" flags="m" />
    Außer INFO und HELP sehe ich keinen Unterschied.


  3. #13
    VIP Avatar von santa
    Registriert seit
    07.05.2012
    Beiträge
    7.844
    Thanks
    1.070
    Thanked 5.005 Times in 1.790 Posts
    das ist die stelle die interessant ist:

    Code:
    <map context="InfobarEPGActions">
    <key id="KEY_EPG" mapto="showEventInfo" flags="b" />
    <key id="KEY_EPG" mapto="showEventInfoPlugin" flags="l"/>
    bei kurz wird eventinfo geöffnet, bei lang das plugin.
    mach da mal die pluginzeile weg und bei info ein m rein
    mfg santa

    GigaBlue Quad Plus -->Yamaha AV Receiver-->Panasonic Plasma

    derzeit noch in Betrieb:
    IPBox 9000, Technisat Digicorder HDS2+, AT 500



  4. #14
    VIP Avatar von ReWard
    Registriert seit
    14.07.2012
    Beiträge
    3.860
    Thanks
    1.276
    Thanked 994 Times in 716 Posts
    Ok, das sieht so aus:

    910:
    Code:
        <map context="InfobarEPGActions">
            <!--key id="KEY_EPG" mapto="showEventInfo" flags="m" /-->
            <key id="KEY_EPG" mapto="showEventInfoPlugin" flags="m" />
    913:
    Code:
        <map context="InfobarEPGActions">
            <key id="KEY_EPG" mapto="showEventInfo" flags="b" />
            <key id="KEY_EPG" mapto="showEventInfoPlugin" flags="l" />
            <key id="KEY_BOOKMARKS" mapto="showEventView" flags="b" />
            <key id="KEY_BLUE" mapto="showSingleServiceEPG" flags="b" />


  5. #15
    VIP Avatar von santa
    Registriert seit
    07.05.2012
    Beiträge
    7.844
    Thanks
    1.070
    Thanked 5.005 Times in 1.790 Posts
    Code:
        <map context="InfobarEPGActions">        
            <key id="KEY_EPG" mapto="showEventInfo" flags="m" />
            <!--key id="KEY_EPG" mapto="showEventInfoPlugin" flags="m" /-->
    dann mach das draus und es geht
    mfg santa

    GigaBlue Quad Plus -->Yamaha AV Receiver-->Panasonic Plasma

    derzeit noch in Betrieb:
    IPBox 9000, Technisat Digicorder HDS2+, AT 500


  6. The Following User Says Thank You to santa For This Useful Post:



  7. #16
    VIP Avatar von ReWard
    Registriert seit
    14.07.2012
    Beiträge
    3.860
    Thanks
    1.276
    Thanked 994 Times in 716 Posts
    Prima so geht es, danke.


  8. #17
    VIP Avatar von santa
    Registriert seit
    07.05.2012
    Beiträge
    7.844
    Thanks
    1.070
    Thanked 5.005 Times in 1.790 Posts
    sag ich doch die ganze Zeit
    mfg santa

    GigaBlue Quad Plus -->Yamaha AV Receiver-->Panasonic Plasma

    derzeit noch in Betrieb:
    IPBox 9000, Technisat Digicorder HDS2+, AT 500



Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •