- Forums
- → Viewing Profile: Reputation: Huevos
ATTENTION !!!
Due to a database corruption issue, we were forced to restore last-nights backup. This means all posts of Saterday Febuary 17th have been lost.Community Stats
-
Group
Senior Member
- OthersPLi® Contributor
- Active Posts 4,998 ( per day)
- Profile Views 13,518
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Undisclosed
Contact Information
User Tools
Friends
Huevos hasn't added any friends yet.
Latest Visitors
#1692406 How to control a H-H motor
Posted by Huevos
on 28 May 2025 - 07:58
#1682883 new HD Emergency skin
Posted by Huevos
on 3 April 2025 - 20:39
Also, plugins can use the templates from the emergency skin directly. e.g.
https://github.com/D.../plugin.py#L757
Uses the template from emergency skin:
https://github.com/O...t.xml#L311-L375
Plugins can inherit any template they want from emergency skin, same as the active skin can.
#1680995 M3U playlist handling plugin
Posted by Huevos
on 28 March 2025 - 10:52
Yes. I have a file IPTVProcessor with the extension .pyc in the folder with the plugin. On github I understood that only IPTVProcessor was corrected. But there is a .py extension. I tried to leave it only, and delete the .pyc extension, then the plugin is unavailable, the error is bad magic
You are supposed to add the file and restart enigma, not play with file extensions.
#1667949 Edit plugins
Posted by Huevos
on 13 January 2025 - 11:44
#1667649 error on a skins
Posted by Huevos
on 11 January 2025 - 18:42
pil is a python module for editing graphics. How are you installing this plugin? If it is from the feeds the dependencies are wrong. If you are installing manually you also need to install the dependencies.
#1663235 [WIP] PLi-DarkOS Skin
Posted by Huevos
on 30 December 2024 - 16:05
Can someone offer a merge request...
You just need to add to the plugin:
self["key_info"] = StaticText(_("INFO"))
Then the key will show in all skins with auto buttons.
#1654395 HELP menu
Posted by Huevos
on 30 November 2024 - 00:02
Startup wizard likely also needs the new rc template.
Something like this:
https://github.com/O...xml#L1380-L1403
#1654275 HELP menu
Posted by Huevos
on 29 November 2024 - 17:40
https://github.com/O...igma2/pull/4113
That is the missing code.
After adding that patch DimitarCC's skin immediately displays correctly.
#1653163 crash with commit/514071b11fa181687b12173dcd5b31e02ec24a62
Posted by Huevos
on 23 November 2024 - 20:37
Fixed here:
https://github.com/O...igma2/pull/4106
But this series thing looks like someone's personal IPTV code has somehow entered the public image because no real channels are named like that. Why would a channel name contain "Season" and "Episode"? And of course it only works for English, and only in that one format. So, "picon not found" == "another unnecessary lookup".
#1651687 New infobar icons for OpenPli
Posted by Huevos
on 16 November 2024 - 14:48
Are these images public domain? What license?
#1648591 ZDFMediathek won't start any more - cannot import name "SetResumePoin...
Posted by Huevos
on 1 November 2024 - 22:35
#1624897 UTF8 SNP Picons
Posted by Huevos
on 30 May 2024 - 09:47
Up until now the only Service Name Picons (SNP) possible were ones named based on an algorithm and only using ASCII numbers and letters.
Now it is possible for picons to have UTF8 SNP filenames. The only requirement is to use lower case. For example:
Channel: БНТ 1
Picon filename: бнт 1.png
Channel: 日本テレビ
Picon filename: 日本テレビ.png
Available in develop build.
#1591912 GSOD when going to menu of channel list in latest build (at least with E2OS skin
Posted by Huevos
on 21 December 2023 - 11:12
Sounds we need a different recipe here… at least I think you understand having renderers and converters dedicated in skins should be avoided. Or maybe put them in a different recipe so the others install that extra package?
As the Renderer goes with the logos it should be packaged with the logos. That way downloading the logos makes the Renderer available. And without the logos the Renderer is not needed so should not be embedded in enigma core code.
#1591340 [WIP] PLi-DarkOS Skin
Posted by Huevos
on 19 December 2023 - 21:32
Or maybe first letter capitalized and the rest lower case… at least for parsing SVGs or pngs
The capitalization in OE-A is already set. Abu's point was that doesn't matter if we do comparison against lower.
- Forums
- → Viewing Profile: Reputation: Huevos