PiP Version 0.6

  • LazyT


    i want to ask you to add some features to this great plugin, when
    you have free time, please..


    1 config option for old channels-vpids scan behavior, zap or use only sdt (or what was used in 0.4X version)
    2 http hooks for zap in pip window and for swap pip<->main channels
    (something like http://IP/pipzap same to zapTo for ex, and http://IP/pipswap)
    so plugin can be fully used on non-fta channels.


    and questions
    it seems transparent background color index 0 not used at start, index changed ?
    which color index used for text ?


    many thanks.

  • 1)


    versions <0.5 has used an own builtin transponderscan. this one takes a long time to find the channels and so i decided to use enigma functions. all known channel pids are saved to enigma's services and so the scan only run once to detect unknown pids first time. what's the problem with this?


    2)


    sorry, dont understand: how can 2 scrambled channels decoded at the same time?


    yes, paletteindex 0 isn't used. text during pip is #C0 and menus using #01, #03, #04 and #05.


    you're working on a neutrino wrapper? :smiling_face_with_sunglasses:

    Ich bin nicht faul sondern im Energiesparmodus!

  • Zitat

    Original von LazyT
    versions <0.5 has used an own builtin transponderscan. this one takes a long time to find the channels and so i decided to use enigma functions. all known channel pids are saved to enigma's services and so the scan only run once to detect unknown pids first time. what's the problem with this?


    not really problem, its ok, but, if http answer not contains vpids, afaik you scan for them anyway ?
    so may be possible to make some config option to disable zapping during startup..
    at least on dbox2 i not sure zapping faster, than "own" scan..


    Edit: sorry, i missed getpids, so old "scan" gone. ok, np.


    Zitat

    Original von LazyT
    sorry, dont understand: how can 2 scrambled channels decoded at the same time?


    well.. even enigma have checkbox "CI can descamble 2 services" or something like it :smiling_face:


    Zitat

    Original von LazyT
    yes, paletteindex 0 isn't used. text during pip is #C0 and menus using #01, #03, #04 and #05.


    thanks.


    Zitat

    Original von LazyT
    you're working on a neutrino wrapper? :smiling_face_with_sunglasses:


    yes. 0.4c work ok. 0.6a gives white screen at start, but after menu call its ok (transparent), second problem - text invisible...


    Edit 2: no text with freetype 2.1.4 :frowning_face: pluginx + freetype 2.0.9 - text ok.

    2 Mal editiert, zuletzt von mvt ()

  • Zitat

    even enigma have checkbox "CI can descamble 2 services" or something like it


    yes, but i don't have an alphacrypt for testing and i'm not sure this works for pip.


    Zitat

    0.6a gives white screen at start, but after menu call its ok (transparent), second problem - text invisible


    i can set index 0 if that helps and it is compiled for freetype 2.0.9 and will not work with newer versions because some things changed...

    Ich bin nicht faul sondern im Energiesparmodus!

  • Zitat

    Original von LazyT


    yes, but i don't have an alphacrypt for testing and i'm not sure this works for pip.


    without "hooks" nobody can test.. with them, i think current enigma will do nothing
    for unknown url, so its not problem. with them, we have a chance webif/enigma will support them :smiling_face:


    Zitat

    Original von LazyT


    i can set index 0 if that helps and it is compiled for freetype 2.0.9 and will not work with newer versions because some things changed...


    yes, pls, include index 0 to maps. cant find, why set color 0 = 0, transp 0xFFFF before plugin
    works for 0.4c but not for 0.6x :loudly_crying_face:


    freetype problem solved and with 2.0.9 all ok.


    thanks.