Open Ten Open Ten Nightly Build

Status
Not open for further replies.
Same problem, added Eksalence XD skin but only opening screen and spinner on restart.
Thanks for flagging this up it looks like i missed a submodule update so have rebuilt the Duo4k image this morning, online update may fix this but due to the large amount of changes reflashing is probably the best thing to do.

build.jpg

Builds for all other models will be updated this afternoon.
 
New in image feeds.

Code:
35868-enigma2-plugin-systemplugins-vix4format_0.1
Blue-Sky-MOD-By-RAED
BlueWindowHDPig-MOD-By-RAED
change-mac-address_e2
efallefall_1.0
egrey-blue-v2_1.0
enigma2-plugin-extensions-backupandflash_1.0-r0
enigma2-plugin-extensions-clearmem-lite_1.0
enigma2-plugin-extensions-easymedia_experimental-all
enigma2-plugin-extensions-image-downloader_2.0
enigma2-plugin-extensions-installipk_0.1
enigma2-plugin-extensions-ipkuninstaller_1.3
enigma2-plugin-extensions-ipv6disable_0.1
enigma2-plugin-extensions-john_1.7.2-3_mipsel
enigma2-plugin-extensions-kodilite_6.0_r0
enigma2-plugin-extensions-netspeedtest_1.0
enigma2-plugin-extensions-newvirtualkeyboard_1.0
enigma2-plugin-extensions-passwordchanger_3.999+git5116+40b795b-r0_mips32el
enigma2-plugin-extensions-purevpn_1.0.1
enigma2-plugin-extensions-rmlocale_1.03_mipsel
enigma2-plugin-extensions-searchporn_1.0_r0
enigma2-plugin-extensions-ts-sateditor_2.6
enigma2-plugin-extensions-tskd_1.4
enigma2-plugin-extensions-vpnmanager_1.1.3
enigma2-plugin-extensions-xtreameditor_2.12
enigma2-plugin-language-manager_2.0_mipsel
enigma2-plugin-quicksignalmod_1.0
enigma2-plugin-skins-dark-blue-hd_OpenATV
enigma2-plugin-skins-e.grey.blue.v2_by.digiteng.packed.Lucek.OpenPLi6
enigma2-plugin-skins-mx.i6p_by.Matrix10.mod.RAED.packed.Lucek.OpenPLi4
enigma2-plugin-systemplugins-signalfinder_2.1
enigma2-skin-greenhexagonfhd_sharp987_openpli7.2-r1.03
eparted_0.13-r1
expand-memory-hdd_3
expand-memory-usb_3
flashexpander_0.33-r0
flashexpander_1.0
MX-RedLine-MOD-By-RAED
PBMCHD-MOD-By-RAED
R.MADRID.SKIN-B-HD-BY-MUAATH
Skin-Army-ClassPlusHD_OpenPLi6-all
Skin-Beyonce-F1-By-Matrix10-MOD-By-RAED
Skin-Blue-Ocean-HD-MOD-By-RAED
Skin-BLUESKY-S-HD-MOD-BY-Muaath.MoD.zanoza_packed.Lucek.OpenPLi6
Skin-BLUESKY-S-HD-satvenus
Skin-CoolRedHD-MOD-By-RAED_packed.Lucek.OpenPLi6
Skin-DARK-BLUE-HD_OpenPLi6.2
Skin-DARK-SHADOW-HD-By-Muaath
Skin-DarkSky-HD-V1.0-MOD-By-RAED
Skin-Golden-Blue-HD_OpenPLi6.2
Skin-GREY-SHADOW-HD1-By-Muaath
Skin-ICONE-FHD-By-Muaath
Skin-Kerni-HD1R2Black-MOD-By-RAED
Skin-Kr-Grill-HD-By-krauss-MOD-By-RAED
Skin-MultiColorSkin-MOD-By-RAED
Skin-MX-i6p-MOD-By-RAED
Skin-MX-SilverLight-openPLI-FHD-MOD-By-RAED
Skin-MX-Titanium-By-Matrix10-MoD-By-RAED_packed.Lucek.OpenPLi6
Skin-NexGenSmoke-By-Army-MOD-By-RAED
Skin-OTTOMAN-DREAMS-MoD-BY-oktus-PLi6
Skin-Royal-Blue_openPLI-MOD-By-RAED
Skin-SHADOW-HD-BY-Muaath-MOD-OPD_OpenPLi6
Skin-Spider-Man-HD-By-muaath-MOD-By-RAED
Skin-T.BLUE-HD-By-Muaath

Thanks to @Aliraza63 for sourcing & testing compatibility.
 
Last edited:
Hi everyone. Does anyone know of a way to set a power timer in this build?
Only, I like my boxes to reboot overnight to refresh the resources.
Thanks in advance...
 
I think that you have to use cron.
In etc/cron/crontabs there is a file named root.
Enter command/s similar to this:-

#To Reboot the Receiver:-
0 0 * * * wget -O /dev/null -q http://root:password@localhost/web/powerstate?newstate=2
# To put Receiver in Standby
5 0 * * * wget -O /dev/null -q http://root:password@localhost/web/powerstate?newstate=0

Instead of password shown above, enter your Receiver's password.
The above two examples will reboot your Box every day at midnight
and will put your Receiver in Standby 5 minutes later.
Times may be changed according to your needs.
After entering above commands, reboot your Receiver.
 
Last edited:
I think that you have to use cron.
In etc/cron/crontabs there is a file named root.
Enter command/s similar to this:-

#To Reboot the Receiver:-
0 0 * * * wget -O /dev/null -q http://root:password@localhost/web/powerstate?newstate=2
# To put Receiver in Standby
5 0 * * * wget -O /dev/null -q http://root:password@localhost/web/powerstate?newstate=0

Instead of password shown above, enter your Receiver's password.
The above two examples will reboot your Box every day at midnight
and will put your Receiver in Standby 5 minutes later.
Times may be changed according to your needs.
After entering above commands, reboot your Receiver.
Thanks for the reply, however "etc/cron" does not seem to exist in this build. I have 1x Zero, 2x Solo2, 1x Zero4k & 1x Ultimo4k. They all had "cron" until this image was installed.
I'd like to use the same image on all boxes, make life easier, but I find this build occasionally locks-up the Solo2 boxes, so I was hoping to reboot them every night.

Does anyone know of a plugin for creating timers?
 
So first you need to do this:-

Telnet:-

opkg install busybox-cron

reboot


To start the cron daemon do as follows:-

Telnet:-

/etc/init.d/busybox-cron start

Finally put the cron daemon in autostart as follows:-

Telnet:-

update-rc.d busybox-cron defaults


Then proceed as explained earlier on.
 
Open Ten Nightly Build
View attachment 27603

View attachment 27978

View attachment 27979

View attachment 27980

View attachment 27982

View attachment 27981



Open Ten is based & built on the OpenPLi develop branch.
The build process has been automated meaning this image & its feeds will now always be up to date.
Below you can download the latest test builds, as always any feedback is appreciated.

Current Features
Default settings level changed to expert.
GStreamer Version 1.14.4
PD1loi-HD-Night (full hd default skin)*
MyMetrix HD Skin.
AutoBouqetsMaker.
EPG Importer.
HBBTV & YouTube TV
Multiboot Image Downloader
Open Multiboot
Opera Browser

Button Changes
Green = Plugin Browser
EPG = Graphical MultiEPG (List Mode)

Download

View attachment 27591
>>>> vuduo4k <<<<

View attachment 27602
>>>> vuzero4k <<<<


View attachment 27597
>>>> vuultimo4k <<<<

View attachment 27600
>>>> vuuno4kse <<<<


View attachment 27599
>>>> vuuno4k <<<<

View attachment 27594
>>>> vusolo4k <<<<

View attachment 27595
>>>> vusolose <<<<

View attachment 27601
>>>> vuzero <<<<

View attachment 27590
>>>> vuduo2 <<<<

View attachment 27593
>>>> vusolo2 <<<<

View attachment 27596
>>>> vuultimo <<<<

View attachment 27598
>>>> vuuno <<<<

View attachment 27589
>>>> vuduo <<<<

View attachment 27592
>>>> vusolo <<<<

download link not working
 
  • Wow
  • Like
Reactions: DirtyDonki and ayse
Feeds have been on & off since yesterday as im preparing to move this build to a new branch in order to have the latest features like kodi18 ect.

tenzeus.gif


The last develop branch builds are attached below but but feeds should be stable again now.
 

Attachments

Last edited:
something is wrong here there is no OpenTen zeus

1_0_1_3DD2_640_13E_820000_0_0_0_20200510081901.jpg

and skin selection

1_0_1_3DD2_640_13E_820000_0_0_0_20200510082530.jpg
 
  • Like
Reactions: DirtyDonki
today i install this image opkg update curl not updating why
Read the posts above, the last update on this build was 3 days ago but i am in the process of migrating to the new zeus branch so it can benefit from the latest features. First builds are done for all models but it needs to be tested then adjusted if necessary before it will be posted.

screenshot_19700101011925.jpg
 
ok great mate ill repack them very soon
 
  • Like
Reactions: Ten Below
Status
Not open for further replies.