Looking at the bouquet file for these.
Is there a reason that we put local host as the url
i.e #SERVICE1:0:1:17CB:7D7:2:0:0:0:0:http://127.0.0.1:17999/1:0:1:1…2:11A0000:0:0:0::blahblah
as I have just done a full 28.2e sat scan and most of those still open with icam without the local host.
or is it just the equivalent of what I do in my plugins of putting in a dummy url address. i.e.
http%3a//example.m3u8
Posts by KiddaC
-
-
erm... I might not have used the correct skin version. I just used one I found on the net to see what was in the files.
Which is why is was better for you to do it.Reinstall the skin, and send my the skin.xml from your files.
-
grrr. try this and reboot your gui
-
So do I, but then I learn from my mistakes.. Sometimes
-
He is using a provider, not running his own server.
-
-
in your server panel.
Dont use the 10xxx ports. That is what is causing your 111 error.
Change it to another one. i.e 12xxx
You can edit this via the cog icon. Then select change server or data-center.
I have read your other posts, and I know you are new.
But we don't openly discuss paid servers on this forum.
So end of conversation.So this thread should be closed master G
-
and how do you learn, if you never try.
-
have you changed skins recently, maybe there is an error in the skin then, that might be breaking the volume.
Try it with default skin.
-
-
in which case have you got hdmi cec turned on or off.
hdmi-cec can be found under system > settings
-
in the skin files...
/usr/share/enigma2/[skinname]
look for skin.xml
The screen you are showing is called "ChannelSelection"
so search for that screen.
in side that screen you will see a list widgetCode
Display More<widget name="list" position="75,75" size="1100,700" scrollbarMode="showOnDemand" transparent="1" zPosition="1" itemHeight="60" serviceItemHeight="60" serviceNumberFont="Regular;30" serviceNameFont="Regular;32" serviceInfoFont="Regular;28" colorServiceDescription="gr2" colorServiceDescriptionSelected="b8" colorServiceRecording="red" foregroundColorServiceNotAvail="gr" colorEventProgressbar="gr2" colorEventProgressbarSelected="b8" colorEventProgressbarBorder="gr2" colorEventProgressbarBorderSelected="b8" scrollbarSliderBorderWidth="0" scrollbarSliderBorderColor="tb" scrollbarWidth="4" scrollbarSliderForegroundColor="b8" scrollbarSliderPicture="eDARKNESS_FHD/e1/scrollbar.png" fieldMargins="15" nonplayableMargins="15" itemsDistances="8" progressBarWidth="80" progressPercentWidth="90" progressbarHeight="10" />The one you need to change ... is er ... none of them :)
Add in some new values
foregroundColorEvent="#f2d320"
foregroundColorEventSelected="#f2d320"
#f2d320 - is a golden yellow colour. -
ok lets have a look for you
-
I am more intrigued why your remote is turning up the tv volume and not the stb volume.
Are you using a different remote.
but you can also do this via the settings file?telnet
init 4
edit settings file. /etc/enigma2/settings
Number being whatever you chose.
config.audio.volume=3
init 3 -
i know a lot of people do install this from feeds now, but in my skin posts FAQs I do mention it

-
use new virtual keyboard. That remembers your searches. I assumed everyone used this new virtual keyboard :)
New virtual keyboard Plugin with windows layout -
Over the air epgs that you see while viewing a satellite channel, are totally different than downloaded epg sources.
They come from the satellite stream and not stored anywhere. -
The 3rd column will have rytec sources. That is probably how your satellite channels are being populated with epg.
So why cant you just use the rytec sources? -
I keep seeing a few posts on this forum of people asking for sky UK icam picons in various sizes.
Just as a reminder my e2piconizer plugin downloads sky uk 28.2e picons. So you can always have the latest. You can also style them how ever you want to. Unfortunately not for dreamboxes at the moment.
E2Piconizer - Picon Downloader/Creator -
Do you have a programming background. Because everything has to be written in python and xml for the skins. And yes there is little to no documentation anywhere how to create plugins. Basically when starting out you just got to dissect someone else's plugin and try and work out what is going on with it.
If you want the old dreambox docs that are mainly for geeky developers. There old wiki lives here. Although a lot of it is out of date now. And its very geek level docs.
https://dream.reichholf.net/pydoc/html/index.html
All the main images have github repos.
You can find there repos by googling for example "openatv github enigma2"
i.e.
https://github.com/openatv/enigma2or some oe-alliance docs
https://github.com/openatv/enigma2/tree/master/doc
most of the elements are found in enigma2/lib/python in those repos.
There is a spanish site called jungle-team.com that started a basic tutorial series. But its probably not much different than ihabtutorial
You will need chrome or edge browser to translate into English
Lesson 1: Creating Basic Plugin python enigma2 – Jungle-Team.comI have also a little thread of the tools I use to write my plugins
The tools I use to write python code.
And you will definitely need 7zip. To download and open other plugins ipk files.
And maybe "easy python decompiler" to decompile pyo files if the plugin creator as compiled his python files.
Notepad++
Filezilla
I use geany as my code editor.
putty for telnet
IPK creator 3.0 to create your IPK files
But basically you got to throw yourself in the deep end, curse a lot, live your life in debug logs... but never create a good plugin. Because your life will be hell from that moment onwards
