[Plugin] Xcforever 5.0 Gold (Official Thread)

There are 182 replies in this Thread which was already clicked 57,621 times. The last Post () by kalkan99.

  • dreambox 920 merlin image

    oe 2.5


  • dreambox 920 merlin image

    oe 2.5


    Dreamos use old etimer


    So this will crash the plugin


    Code
    self.gui_update_timer.callback.append(self._safe_update)



    It must be like this


    Code
    self.gui_update_timer = eTimer()
    Code
    self.gui_update_timer_conn = self.gui_update_timer.timeout.get().append(self._safe_update)
  • When I change the written line and try again, it gives the same green screen error


  • When I change the written line and try again, it gives the same green screen error


    Merlin use another mode so u can use this it will work for both 2.5 2.6



    Code
    self.gui_update_timer.timeout.append(self._safe_update)
  • When I change the written line and try again, it gives the same green screen error


    a fixed version

  • I modified the playlist file you shared from the plugin.

    It allows me to access the playlist section within the plugin.

    However, instead of my application information, it displays "not a string" and the device locks up. I can't exit that section.

  • I modified the playlist file you shared from the plugin.

    It allows me to access the playlist section within the plugin.

    However, instead of my application information, it displays "not a string" and the device locks up. I can't exit that section.

    If it show list of not a string it means that title must pass a string to the liste and not a bit


    Exit the section i don't know i don't full test that plugin otherwise i will look for free iptv and i check

  • so after smal test plugin need some adjust to can work on dreamos


    first change on xc_config


    Code
     # This works for any order, one-liner or line-by-line, and any quote style
    regexcat = r'USERNAME\s*=\s*[\'"](.+?)[\'"].*?PASSWORD\s*=\s*[\'"](.+?)[\'"].*?url\s*=\s*[\'"]http://([^:]+):(\d+)/get\.php\?'
    matches = findall(regexcat, fpage.replace('\n', ' '), DOTALL)



    then in same file if file xc not exist and i use iptv.sh it must not block the process



    then skin adjustment elistbox dreamos cant accept font and scrolbarmode



    screenshot3.jpg

    • Official Post

    Dear Diable,

    Thank you for your support over the past two days.

    With so many areas to fix, it's no longer something I can manage.

    If possible, I'd like you to share the working version of the plugin as a file.

    i use a trip

    self.skin = ctrlSkin('xc_config', skin)


    I haven't had any problems with skins so far, but it can be implemented without making a thousand skins based on the py

Your resource for Enigma2 IPTV plugins

Discover the best Enigma2 IPTV plugins. Access downloads and dedicated support for integrating live TV streams and video-on-demand services. Find downloads, setup guides, and community support for the latest streaming players and playlist managers.

Participate now!

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