There are problems when entering ChannelSelection. The first time is fine, but re-entering ChannelSelection causes the OSD graphics to disappear from the TV screen as well as the LCD display
This plugins purpose is as debug tool. It isn't meant to be turned on all the time. Its main use is for skinners or for users who want to find the name of screen so they can amend it to their personal taste.
It was a 1 evening quick project. Designed for a sole pupose. It isn't meant to be anything special, it isn't going to be perfect. It isn't getting a lot of my attention.
Unless it crashes (like your previous bug you mentioned), then it is what it is.
I would like happy to inform you that v7.5 top picker working very well sky Q darkblue and sky Q purple skin new image openbh5.4 image , as I said before and now again I say .you are a our real super star and you are a genius
Unfortunately, ScreenNames doesn't work well, when entering any plugin it's ok, but when going back the graphics disappear and after a while we have a blue screen
15:27:52.3412 File "/usr/lib/enigma2/python/Components/PluginComponent.py", line 60, in readPluginList
15:27:52.3413 File "/usr/lib/enigma2/python/Tools/Import.py", line 2, in my_import
15:27:52.3413 File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
15:27:52.3414 File "<frozen importlib._bootstrap>", line 1310, in _find_and_load_unlocked
15:27:52.3414 File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
15:27:52.3415 File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
15:27:52.3415 File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
15:27:52.3415 File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
15:27:52.3416 File "<frozen importlib._bootstrap_external>", line 995, in exec_module
15:27:52.3416 File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
15:27:52.3417 File "/home/oe1/atv7.4/build-enviroment/builds/openatv/release/vuultimo4k/tmp/work/all-oe-linux/enigma2-plugin-extensions-jediepgxtream/git/image/usr/lib/enigma2/python/Plugins/Extensions/JediEPGXtream/__init__.py", line 38, in <module>
15:27:52.3417 File "/usr/lib/enigma2/python/Components/Language.py", line 34, in addCallback
15:27:57.4996 Traceback (most recent call last):
15:27:57.5001 File "/usr/lib/enigma2/python/skin.py", line 2126, in processWidget
15:27:57.5002 File "/usr/lib/enigma2/python/Tools/Import.py", line 2, in my_import
15:27:57.5003 File "/usr/lib/enigma2/python/Components/Renderer/RunningText.py", line 21, in <module>
from Renderer import Renderer
15:27:57.5004 ModuleNotFoundError: No module named 'Renderer'
15:27:57.5007
During handling of the above exception, another exception occurred:
15:27:57.5008 Traceback (most recent call last):
15:27:57.5009 File "/usr/lib/enigma2/python/skin.py", line 2189, in processScreen
15:27:57.5010 File "/usr/lib/enigma2/python/skin.py", line 2128, in processWidget
15:27:57.5011 skin.SkinError: [Skin] Error: Renderer 'RunningText' not found!
15:28:36.6842 File "/usr/lib/enigma2/python/StartEnigma.py", line 166, in open
15:28:36.6847 raise RuntimeError("[StartEnigma] Error: Modal open are allowed only from a screen which is modal!") # ...unless it's the very first screen.
15:28:46.7249 File "/usr/lib/enigma2/python/StartEnigma.py", line 166, in open
15:28:46.7253 raise RuntimeError("[StartEnigma] Error: Modal open are allowed only from a screen which is modal!") # ...unless it's the very first screen.
yep it no longer works in openatv 7.4 I tried fixing it last week, but its proving a little difficult. Its going to need a bit of rewrite.
I use it myself so it will get fixed eventually
yes a lot of members used it to report problems but like everything else screen names have changed if you know what i mean not plugin but openatv from 7.4
Is it possible to add support for the screen name in the skin as well?
Currently the plugin offer screen names for the enigma2 but is it possible to add the corresponding screen names from the current skin.xml or the line number.
The point is, I have a screen called x on my skin and I can not locate it in my skin.xml
Can you turn on the plugin and send me a screen shot of what you are talking about. No I cannot get files or line numbers. This screen name is got from an existing parameter that exists in enigma screens.
As I understand based on my limited knowledge, we have to sources of screen names
1. Names of Enigma
2. Names of skin
Both should be matched or same in order to display skin screen.
In my attached screen, your plugin give me the name of Enigma screen and my skin display it, but the problem this is not the correct screen in my skin,
I made deep search for all screens in my skin to reach to this screen without success, so I guess it displayed as alternative option,
So I was wondering, is it possible to list both options together
Enigma names and skin screen as well, so you can simply search for the actual screen name in skin.xml file.....
Well you have all the information you need. Its primary name is SoftcamSetup. You don't seem to have that, so its defaulted to the fallback 'Setup' screen.
If you want to style SoftcamSetup differently. Create a new screen callled "SoftcamSetup", copy all the code from "Setup" and amend it how you like.