PDA

View Full Version : picons for freesat



thor1
08-01-21, 21:34
what would be the best picons to use with Vu+ U Ultimo 4K for 28 east

abu baniaz
08-01-21, 21:53
Are you asking about ones for the front panel or OSD? You can use two different sets.

abu baniaz
08-01-21, 23:48
For the regular ones that you see on TV (which will also work on the front panel), there are several options.
Use Ocram's picons (use the full version)
There is a set on the the plugin server, but it will always be old. You can get latest set from


https://github.com/picons/picons/releases

Use E2Piconizer to make your own from Sky's website
Or use any other picon pack. I don't think there are many just for 28.2


If you want some bling on the front panel, try MK's ones. There will be a few missing as he's not updated them for a while.
https://www.world-of-satellite.com/showthread.php?41444-MK-Picons-(28-2-and-UK-cable)-(DOWNLOAD-ONLY)

thor1
10-01-21, 20:26
i have downloaded E2piconizer from plugins and my Ultimo 4K crashes as soon as i press button

BrokenUnusableAccount
11-01-21, 02:37
What's wrong with the picons in the feeds?

maxben
11-01-21, 09:28
i have downloaded E2piconizer from plugins and my Ultimo 4K crashes as soon as i press button

Yes, it's crashed ever since the move to 5.4.x, it's the reason I keep one of my multiboot images on 5.3.x and store the picons on HDD.

ccs
11-01-21, 10:39
Yes, it's crashed ever since the move to 5.4.x, it's the reason I keep one of my multiboot images on 5.3.x and store the picons on HDD.

Has this ever been mentioned before? I can't find anything.

maxben
11-01-21, 11:53
Has this ever been mentioned before? I can't find anything.

Not that I'm aware of, I assumed it was up to the author of the plugin to update it to be compatible, I contacted the author about one of his skins some time ago and found him not very helpful so I'm certainly not going to bother contacting him about this while I have a work around.

ccs
11-01-21, 12:11
Latest version of E2piconizer is V1.14

Recent crash fix on the forum is to use telnet and opkg install python-multiprocessing


https://www.linuxsat-support.com/thread/136649-e2piconizer-picon-downloader-creator/?pageNo=1

maxben
11-01-21, 12:32
That indeed fixed the crash, the version on ViX feed is v1.12 so needs updating.

Would of thought 'python-multiprocessing' should be a dependency when installing the plugin.

Much appreciated @ccs

abu baniaz
11-01-21, 12:50
The Vix Release feeds are from 11th November. The 3rd party plugin was updated on GIT. The one on the Vix Release plugin servers will be updated when the Release build finishes and feeds are transferred to Feeds server.

maxben
15-08-21, 08:00
Any solution to this same problem with e2piconizer with py3 ?

dsayers
15-08-21, 12:11
I think E2piconizer was fixed for py3 try the link in post 9

maxben
15-08-21, 13:42
That was the first thing I tried


Couldn't find anything to satisfy 'python-multiprocessing'.
Unknown package 'python-multiprocessing'.

dsayers
15-08-21, 13:48
That was the first thing I tried


Couldn't find anything to satisfy 'python-multiprocessing'.
Unknown package 'python-multiprocessing'.


Working here e2piconizer V1.16 on ViX 5.5.014.013 (Py3)

Edit I didn't need to install python-multiprocessing just installed the ipk

ccs
15-08-21, 13:48
Is this giving you the error?


you are just missing the depenancies.

telnet/putty into your box

type

opkg install python-multiprocessing

and the latest ipk is on post 1 of this thread. There is no need for anyone other than image builders to use the github versions.

EDIT: you need python3-multiprocessing

dsayers
15-08-21, 13:55
Is this giving you the error?

He has a script in the ipk to check py version and install the depenancies so I don't think that is needed anymore


https://github.com/kiddac/E2_Piconizer/blob/master/E2Piconizer/usr/lib/enigma2/python/Plugins/Extensions/E2Piconizer/dependencies.sh

maxben
15-08-21, 13:57
Hmm, this on a HD51


< 40592.8037> Traceback (most recent call last):
< 40592.8038> File "/usr/lib/enigma2/python/Components/ActionMap.py", line 60, in action
< 40592.8051> res = self.actions[action]()
< 40592.8052> File "/usr/lib/enigma2/python/Screens/PluginBrowser.py", line 167, in save
< 40592.8065> self.run()
< 40592.8066> File "/usr/lib/enigma2/python/Screens/PluginBrowser.py", line 171, in run
< 40592.8071> plugin(session=self.session)
< 40592.8071> File "/usr/lib/enigma2/python/Plugins/Plugin.py", line 108, in __call__
< 40592.8080> return self._fnc(*args, **kwargs)
< 40592.8081> File "/usr/lib/enigma2/python/Plugins/Extensions/E2Piconizer/plugin.py", line 168, in main
< 40592.8084> from . import main
< 40592.8085> File "/usr/lib/enigma2/python/Plugins/Extensions/E2Piconizer/main.py", line 6, in <module>
< 40592.8087> from . import selectpicons
< 40592.8088> File "/usr/lib/enigma2/python/Plugins/Extensions/E2Piconizer/selectpicons.py", line 6, in <module>
< 40592.8090> from . import downloadpicons
< 40592.8091> File "/usr/lib/enigma2/python/Plugins/Extensions/E2Piconizer/downloadpicons.py", line 13, in <module>
< 40592.8093> from multiprocessing.pool import ThreadPool
< 40592.8094> ModuleNotFoundError: No module named 'multiprocessing'
< 40592.8095> [ePyObject] (CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap object at 0xb006de50>>,('WizardActions', 'ok')) failed)

Seems it's the same problem as before but multiprocessing not available for this box.

dsayers
15-08-21, 14:00
Hmm, this on a HD51


< 40592.8037> Traceback (most recent call last):
< 40592.8038> File "/usr/lib/enigma2/python/Components/ActionMap.py", line 60, in action
< 40592.8051> res = self.actions[action]()
< 40592.8052> File "/usr/lib/enigma2/python/Screens/PluginBrowser.py", line 167, in save
< 40592.8065> self.run()
< 40592.8066> File "/usr/lib/enigma2/python/Screens/PluginBrowser.py", line 171, in run
< 40592.8071> plugin(session=self.session)
< 40592.8071> File "/usr/lib/enigma2/python/Plugins/Plugin.py", line 108, in __call__
< 40592.8080> return self._fnc(*args, **kwargs)
< 40592.8081> File "/usr/lib/enigma2/python/Plugins/Extensions/E2Piconizer/plugin.py", line 168, in main
< 40592.8084> from . import main
< 40592.8085> File "/usr/lib/enigma2/python/Plugins/Extensions/E2Piconizer/main.py", line 6, in <module>
< 40592.8087> from . import selectpicons
< 40592.8088> File "/usr/lib/enigma2/python/Plugins/Extensions/E2Piconizer/selectpicons.py", line 6, in <module>
< 40592.8090> from . import downloadpicons
< 40592.8091> File "/usr/lib/enigma2/python/Plugins/Extensions/E2Piconizer/downloadpicons.py", line 13, in <module>
< 40592.8093> from multiprocessing.pool import ThreadPool
< 40592.8094> ModuleNotFoundError: No module named 'multiprocessing'
< 40592.8095> [ePyObject] (CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap object at 0xb006de50>>,('WizardActions', 'ok')) failed)

Seems it's the same problem as before but multiprocessing not available for this box.

What do you get when trying
opkg install python3-multiprocessing

maxben
15-08-21, 14:01
Is this giving you the error?



EDIT: you need python3-multiprocessing

Yep that worked, thanks again

maxben
01-09-21, 11:48
HD51, just updated to 5.5.015.002 py3 and e2 piconizer is crashing again.

This time it happens when pressing green button to start picon download.

python3-multiprocessing is installed.

ccs
01-09-21, 12:34
What version of e2 piconizer are you using, there is a reference to v1.16 in post #15.

maxben
01-09-21, 13:31
It is version 1.16 installed.

Was working fine until I updated this morning