Jump to content


Huevos

Member Since 14 Feb 2012
Offline Last Active Today, 19:22
*****

#1692406 How to control a H-H motor

Posted by Huevos on 28 May 2025 - 07:58

It is pretty easy but you can't control elevation, so that would have to be correct for the time of year at the install. Then have a plugin that works out the current position and sends go to X to the motor.


#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

You have to build with the correct DISTRO_FEED_URI in site.conf. That way your opkg conf files will be correct. But also the links need to work, i.e. have a web server running with symlinks to the build folder.


#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




#1654335 HELP menu

Posted by Huevos on 29 November 2024 - 21:53

There should be. If not it is a skin issue.

 

It should look like:

 

Attached Thumbnails

  • 2.jpg



#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.

Attached Thumbnails

  • 1.jpg



#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

Ok, fixed with this:

https://github.com/O...ugins/pull/1008




#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.