oe-alliance / OpenWebif

GNU General Public License v3.0
7 stars 10 forks source link

Picon path issue #33

Open wedebe opened 10 months ago

wedebe commented 10 months ago

Possibly related to https://github.com/openatv/enigma2/issues/3090

Picons located on alternative paths may not show in OWIF - in my case, this is /media/usb2/picon

jbleyel commented 10 months ago

I'm intending to refactor the picon path calculation in enigma core completely. That will be also affects the path calculation here.

wedebe commented 4 months ago

Probably no point in creating a new issue, but I've noticed that when I have the below plugin installed, OWIF won't show picons! They still appear as normal on TV though. I've taken a very brief look at the code and can see there's some unused imports so the code certainly isn't optimal...

Is there something in OWIF that trips up on some sort of conflict with this plugin?

(remove .zip from filename) enigma2-plugin-systemplugins-servicescanupdates_1.0_all.ipk.zip

jbleyel commented 4 months ago

I have no idea. That's the current path calculation for OWIF.

https://github.com/oe-alliance/OpenWebif/blob/main/plugin/controllers/defaults.py#L104