Results 1 to 2 of 2

Thread: Slyk EPG 7 Day plugin enigma2

  1. #1

    Slyk EPG 7 Day plugin enigma2

    Slyk EPG 7 Day - v1.14







    This bug has actually driven me insane tonight.



    But after hours of going round in circles I have finally found the problem.


    (which actually solves a lot of other errors I was trying to catch.)



    In a very simplified explanation. If there was more than 1 value, it would be stored in a list.


    [100,200,300]



    now normally you keep the same data structure, so if there is only 1 value you would still put it in a list.


    [100]



    stupid sky data, if there was only one data value in a list. They don't put it in a list. They change the list to a dictionary


    {100}



    So any data that was singular was crashing my code as I thought I was working with lists and not dictionaries.


    Fortunately these lists to dicts don't happen alot. But there is 3 data items this week causing mayhem.


    I have now written in code to change these singular dictionaries back to a list. (4 hours later) Slyk EPG 7 Day - v1.14 Download https://www.sendspace.com/file/oyc7gl

  2. #2

    Re: Slyk EPG 7 Day plugin enigma2

    20.02.2023

    Slyk EPG 7 day downloader


    Removed the plugin from epg menus (now only lives in plugin menu), and therefore now completely removed boxbranding dependency

    Updated the lamedb file as well for those that use it.

    thanks KiddaC

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. E2iPlayer Enigma2 Plugin OE 2.2
    By korn in forum Enigma2 Plugins ΟΕ 2.2
    Replies: 13
    Last Post: 09-08-21, 08:04
  2. Replies: 21
    Last Post: 15-06-20, 18:49
  3. m3u to enigma2 plugin?
    By tomgr in forum SatDreamGr Images Chat
    Replies: 0
    Last Post: 07-12-16, 18:00
  4. Replies: 0
    Last Post: 31-10-14, 20:10

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •