Jump to content


kiddac

Member Since 19 Nov 2015
Offline Last Active 16 Sep 2020 19:49
-----

#1037585 The end of Rytec EPG?

Posted by kiddac on 31 March 2019 - 17:56

The principles behind webgrab plus is simple. Although the program is over complicated because it tries to be a catch all. And you need a degree in geekness to be able to use it.

 

All it is doing is reading various json files from a website or seperate url and traversing through the keys.

 

Everything you need can actually be done on your enigma2 box with python. Downloading the json files, building the xml files, cross referencing the lame files etc.

 

My next months project is going to be exactly this. I have already doing something extremely similar for my latest project, which is a picon download called "e2piconizer". (soon to be released)

 

For example sky uk tv guide. All this initial data can be found in the tv guide html

<script id="initialData" type="application/json"> ........

 

or sourced from the epg APIs.

 

http://awk.epgsky.co...linear/services

http://awk.epgsky.co...linear/schedule

 

Virgin UK TV, is exactly the same except it uses Horizon TV API for the data.

Horizon TV has many worldwide channels that can be scraped.

https://web-api.hori...n/web/channels/ # romania
https://web-api.hori...l/web/channels/ # poland
https://web-api.hori...d/web/channels/  # Netherlands
https://web-api.hori...n/web/channels/  # Hungary
https://web-api.hori...s/web/channels/  # Czech
https://web-api.hori...u/web/channels/  # Switzerland/German
https://web-api.hori...k/web/channels/  # Slovakia
https://web-api.hori...u/web/channels/  # Austria/German

 

here is an old link of someone that made a horizon tv grabber. Lots of useful information in his code.

 

https://github.com/t...horizon.tv.json

 

There is always a way ;)




#858047 NEW* Enigma2 1080 Skin Converter by KiddaC

Posted by kiddac on 14 March 2018 - 15:25

When I was designing this tool, people said it would be good to have a future proof option of 4k.

Now people on here are saying its pointless. What is the correct answer. Are boxes ever going to have a 4k skin option or not? I don't know.

 

As the the 8bit and 32bit graphics, it would be pretty difficult to put this into the program, due to the fact most modern skins use 32 pngs.

If you use the converter to do your graphics too, then just run your graphics folder through an png optimiser program and they will be vastly reduced in size. Favourable to 8 bit size.