PosterX - POSTER SUPPORT FOR SKINS

There are 81 replies in this Thread which was already clicked 16,714 times. The last Post () by digiteng.

  • Shows just the poster of the current channel in the channel list...

    purpose of downloading multiple posters,

    the next event is that there is no need to download on channel switching...

    You don't need to write multiple codes...

    You can use the xtraEvent plugin for other events in the channel list...

  • Thanks, but how use xtraevent on py3

    I try it not working

    Any advice alse can added in PosterX

  • I tested banner and info , it works well , so thanks again for your excellent work .

    I noticed that posters and banners work smoothly but when I add info render , lag occures , channels work after 2 - 3 seconds after zapping , may be due to getting data from internet , and I think that it depends on connection speed , So , I ask if there's possibility to load info for next events in the background like poster do it runs more smoothly .

  • Hi,

    congratulations for the application; but does it also work on Kiddac's Skin SLYK Q 1080?

    - STB: GigaBlue HD X3 4K 1x DVB-S2X FBC Twin Tuner E2 UHD

    - Image: OpenATV 6.4

    - Skin: SLYK Q 1080

    - OSCam r11572 (ipv4-ipv6)

  • Would you mind sharing the name of this skin...it looks awesome

  • nitro v-1

    Nitro FHD mod by KALEEM_CLUB

  • Sorry Guys...


    Could you please explain step by step how to install this plugin?


    Many thanks

    This is not a plugin

    It is a standalone renderer similar to the plugin Extra Event in showing the poster of the current or next event on the infobar

    It is added and used independently and is placed in the path

    /usr/lib/enigma2/python/Components/Renderer

    The widget is added for current event to the infobar screen as follows

    Code
    <widget source="session.Event_Now" render="PosterX" position="20,20" size="185,278" zPosition="1" borderWidth="2" borderColor="#001448" />

    The widget is added for next event to the infobar screen as follows

    Code
    <widget source="session.Event_Next" render="PosterX" position="50,50" size="185,278" zPosition="1" borderWidth="2" borderColor="#001448" />
  • Code
    What should we do to download to usb posters, if any, can you share a file for the same, it is valid in bcdrp-bnnr-info, please, am I using atcaz skins nitro in a renderer?
  • What should we do to download to usb posters, if any, can you share a file for the same, it is valid in bcdrp-bnnr-info, please, am I using atcaz skins nitro in a renderer?

    Inside the render you will find as

    Code
    if os.path.isdir("/tmp/info/poster/"):
        path_folder = "/tmp/info/poster/"
    else:
        path_folder = "/tmp/info/poster/"

    change as you want (usb -hdd - ....)

  • Usb posterlere indirmek için ne yapmalıyız varsa bunun için bir dosya paylaşabilir misiniz bcdrp-bnnr-info'da geçerli lütfen atcaz skins nitroyu rendererda mı kullanıyorum?

    Render içinde şu şekilde bulacaksınız:

    Code
    if os.path.isdir("/tmp/info/poster/"):
        path_folder = "/tmp/info/poster/"
    Başka:
        path_folder = "/tmp/info/poster/"

    istediğiniz gibi değiştirin (usb -hdd - ....)

    Code
    Where are we going to enter them, can you give them ready if there is a biko master?
  • Usb posterlere indirmek için ne yapmalıyız için bir dosya paylaşabilir misiniz bcdrp-bnnr-info'da geçerli lütfen atcaz skins nitroyu rendererda mı kullanıyorum?

    Render içinde şu şekilde olacaksınız:

    Code
    if os.path.isdir("/tmp/info/poster/"):
        path_folder = "/tmp/info/poster/"
    başka:
        path_folder = "/tmp/info/poster/"

    Olmak gibi (usb -hdd - ....)

    Code
    Bunları nereden gireceğiz biko ustası varsa hazır verebilir misiniz?
    can you edit this for usb and give it biko master
  • Would you mind sharing the name of this skin...it looks awesome

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!