Posts by KiddaC

    This is something openatv changed lately. Never got round to testing or possible fixing it yet.
    And if its different from all other oe-alliance images. Then its not getting fixed until everyone uses the same components code.


    Movie player screen ... there is an option in user interface > settings > show PVR status in movie player infobar


    All my skins on this forum, have a recommend settings section. You would find that info in there :face with rolling eyes:
    RE: *UPDATED* Slyk Onyx 1080 (Install - FAQs)

    Thanks for the feedback :thumbs up:

    This icam hack (and im calling it that because it basically is) ties up the tuner with a stream, then when going back to a non icam channel there is no free tuner available and it takes a couple of zaps to different channels to free up the tuner. (i only have one sat feed at the moment - perhaps this is not a issue on twin tuners ?)

    Is that what your referring to or more of a general Dinobot issue ? Is it all images as well ?

    Yeah, dinobot is one tuner, so I think it happens when a channel gets confused and doesn't free itself. Although channels are not greyed out in epgs.
    I currently have openatv 6.4 on that - (for my plugins testing).
    I will try it on my vu zero 4k later and see what the experience is like on that. Thats currently got openatv 7.1 on it. I need to update that to latest image first.
    Although reading through this thread a few people seem to be having issues with openatv 7.2 and this.

    I don't know why, but the bin files on post 1 didn't work for me on my dinobot 4k. (I used the arm version - and permissions were set)
    The cam refused to start, and was unable to access the oscam info due to oscam webif disabled.

    Using jensens ipk version I had no issues with the bin file or webif port. And pretty much all UK channels open for me.

    I do have one issue though, and always had this problem on my dinobot. Sometimes a channel fails to load (although it opens up previously).
    Then all channels refuse to load and remain black.(even sometimes free to air remain black). Usually have to keep doing variations of restarting cam, or rebooting gui, to open up channels again. Anyone have that issue and is there a setting to prevent that.

    XStreamity v4.01

    New files on post 1


    Right mofos stop finding bugs. :smiling face with heart eyes:


    Fixed invalid playlists.txt location crash. It now gets reset if invalid. Melgas

    Updated all the translation po files from source again, if anyone want to update their missing elements.

    timeshift slows your box down, I personally wouldn't have it on all the time. And you can only rewind up to when you zapped to that channel.
    So you might as well just use pause unless its for rewatching sports moments. And obviously you need a big usb or hdd to record a longer chunk of time.

    Well yeah and no. When these skins were designed I purposely put those values in, so the layout was as close to the original as possible.
    I was for ever telling people how to change a defaults images number of rows to get the correct layout. isn't the default something stupid like 20 rows.
    But yes, the solution is exactly what you have done. Either change that value in the skin. Or delete it all together if you want to set it via the settings.

    Timeshift has to be on all the time if you want to rewind. And kicks in when you change a channel.

    If timeshift is disabled, it starts recording only when paused.
    (automatically start timeshift after ... disabled/10 seconds etc)

    I might have to close this thread for my sanity.


    Those who know, know there is a newer version on the horizon.
    Those who don't regularly visit my posts, ask the same questions over and over again. There is a search option in this forum. It would be nice if people used it.

    No more work is being done on the old version. The new version will probably fix series as it will be done slightly differently.

    But in a nut shell, the plugin never changed. It was the provider data that changed. That is why series work for some people and not others.

    E2Piconizer V1.21
    New files on post 1


    Unfortunately had to remove all horizon sources, there was only Virgin and Slovakia left. So no point in keeping them.
    So its a picon downloader just for 28.2e at the moment. But a very good one at that :)

    Updated the regional channels picons in local source. BBC, ITV, STV, UTV etc.


    I do have an api key (dodgy one) for another massive provider that has nearly all world picons. But that needs a bit of work to get it to load in this plugin. Watch this space.

    XStreamity v4.00

    New files on post 1


    Not a major release despite now going to version 4. There has just been that many updates. (only 267 updates in 3 years :face screaming in fear: )
    Reverted my user-agent string to help fix providers not loading that had gzipped content. hellinghaus
    Also removed some noise from log files. Probably doesn't effect many people unless you always have debug logs on (which you shouldn't especially as serviceapp never shuts up :rolling on the floor laughing: ).

    I have also dropped the timeout on playlist list screen to. From 10 to 5. If this causes your working line to not work. Let me know.

    OK, it seems I was recently experimenting with user-agents in my plugin and allowing gzip content for faster download.
    This seems to be causing problems for some lines.
    I have just tested and fixed hellinghaus line by reverting back to my original simple user-agent.
    :man facepalming:

    Lululla I just checked hellinghaus's line and its my user agent causing problems.
    His conent is all gzipped. And enigma2 is not liking that.

    Recently I switched my user-agent to below. Which included downloading the gzip version. This breaks some lines

    Code
    hdr = {
    "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36",
    "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7",
    "Accept-Encoding": "gzip, deflate",
    }

    Yet if I revert back to my original simple user-agent it all works fine

    hdr = {"User-Agent": "Enigma2 - XStreamity Plugin"}