Posts by KiddaC
-
-
Just uninstall your existing ABM via plugins menu
Reboot your box and reinstall abm via plugins menu
-
What is wrong with the original dream player on google play store. (not the android tv version)
just don't selected https or transcoding on first setup and it should all work fine.
You will need to set a password on your box first though. most people just have user:root pass:root for simplicity.
And i have to click zap first as I only got one tuner.but if you type enigma2 into google playstore, there are loads of similar apps.
-
Zap timer, just changes channel.
You want the record timer.
71b47752d5b8a936.png
I have never actually tried this, but if you have only got 1 tuner, you might need both zap and record.
Out of paranoia I would click the record button. Then the edit button and checkbox zap and record. -
To further add to the conversation above. EPGRefresh plugin, scans through all your channels when your box is not being used. i.e you set a time when you are not using your box.
It simulates manually opening a channel for a couple of seconds, bringing in the EPG via the satellite feed. But it scrolls through them all one by one. (so you don't have to).
The next time you come to use your box, you will have full freesat epg. -
dsayers do you get this crash on any of my other skins, slykq, onyx or slyk 1080
Vskins seems to have totally different code than the rest for this applet. -
That screen is called "messagebox"
in all my skins, for messagebox I have an applet helper code.<applet type="onLayoutFinish">from enigma import getDesktop, eSize, ePoint
...
self.instance.move(ePoint((desktop_w-wsizex)/2, (desktop_h-wsizey)/2))</applet>
There is lots of calculations going on there to position and resize the messagebox panel.From your crash log the calculations are probably the issue and will need wrapping in int(). Buy the looks of above, most are, some could probably be further added.
Python 2 will makes these integer. Python 3 will make these floats (decimal place).
ePoint is looking for integer. -
I am confused, there is no yes/no on skinselector screen.
-
dsayers skinselector has not worked on vix for a long time.
openvix uses different element names for this screen.
openatv skin list is called name="SkinList"
opevix skin list is called source="skins" and a listboxopenatv description text is called source="introduction"
openvix description text is name="description"
even openvix 5.4 the screen doesn't skin as i think openvix deletes the screen if not compatible. So it just uses a fallback screen.
a3d94fb00bcd11636c6.pngBut as I have just noticed a few arguments on openvix github about whether to have fallback screens from iansav and looking through some of the code in openvix default skins nowadays. I wouldn't get your hopes up that my skins continue to be compatible with openvix.
Too many images nowadays all doing their own thing. This isn't much common code any more. And it isn't worth the hassle of trying to make skins universal anymore.
Also if my collection of plugins stop working on python 3.9.5 I won't be updating them either. I am worn out from all this hassle. Every time I think I have finished my plugins, they go and change everything again.
Its boring working on the same plugins over and over and over again -
-
v3.1 of the openatv mods now on the skin threads
-
oktus have you got adobe illustrator. I have cleaned up the openatv eye vector if you want a cleaner copy.
Font used for openatv text is haettenschweiler
openatv-logo.pdf -
as far as boot logos go.. i think we over done the free logo mockup templates.
So here is my simple artwork idea. Clean and simple
079376bd1e9.png
385b20f.png -
Considering how luke warm the take up was with openatv 6.5 due to python 3 being included which caused a nightmare for plugin developers that had to code everything to work for both python 2 and python 3 to be fully backward compatible.
What is new in openatv 7.
Doesn't matter found the answer on this thread
OpenATV 7.0 Enigma2 ImagesAnd reading how python 3.9.5 is even less compatible with python 2. I think its time I retired. Enjoy.
-
v6.16 JediMakerXtream
New file on post 1.
Fixed a crashed caused by adding non xtream playlists.
seagen :thumbup: -
whys everyone all of a sudden switching back to mgcamd :joythink: and if people don't get my sarcasm... I know :cool1:
-
here is an old post from 2016 of mine.
Old dreamboxes are probably around that time :)
60571f47b9.png -
wget: error getting response
well if you visit the original url it redirects to the raw. So maybe its not liking the redirect.and from previous experience, standard wget installed on engima2 boxes isn't the full version. Therefore it will also have issues with https certificates.
The user has to install the full version of wget for full functionality. -
Display More
I think now it is no necessary to add this option because the real channel name isn't necessary to have EPG.
I have new groups in provider list and i have no channel epg i, these groups.
For old groups i have EPG.
I have the same result in Xstreamity ; No epg in new channels groups but picons are good.
I don't understand.
picons are based on the channel name.
epg is based on an ID which is referenced from the channel list api, and then crossed referenced in the xmtlv file.
If you want to reassign channels to other epgs try my other additional plugin jediEPGxtream that loads jedimaker bouquets and allows you to reassign the EPG data -
Display More
Unfortunately, I am still having the problem trying to run the command line
wget -O /tmp/setup.sh "https://github.com/ravstar/Enigma2/raw/main/setup.sh" && cd / tmp / && chmod 755 setup.sh && ./setup.sh
the error message:
wget: error getting response
to get.
Does anyone else have an idea or tip for me. Or is it possible to import the script manually?
I am grateful for every tip and support.
should that url be the raw github content?
https://raw.githubusercontent.com/ravstar/Enigma2/main/setup.sh
