skin blue accents-fhd
Aglare FHD by MNASR
- odem2014
- Thread is marked as Resolved.
-
-
what about with the Bread do it all yourself just put this beautiful Skin on the DM 920 Py3.12.3 and OpenPli
-
Display MoreDisplay MoreDisplay More
NewUpdate
Aglare FHD v3.7
* Add new options in aglare setup .
* Trial to fix zapping when FCC is enabled .
* Trial to fix box image size .
* Add support for 8 tuners .
* Add minitv in plugin browser list .
Download:
https://www.mediafire.com/file/sfau100b86m6ap4
Online:
Update is available from within aglare setup plugin .
It is not a problem.
I will add it to the next update.
After the update the problem was not solved
Tell me a name of working skin without this problem .
Novaler-S-Green-FHD skin
-
Display MoreDisplay MoreDisplay MoreDisplay More
NewUpdate
Aglare FHD v3.7
* Add new options in aglare setup .
* Trial to fix zapping when FCC is enabled .
* Trial to fix box image size .
* Add support for 8 tuners .
* Add minitv in plugin browser list .
Download:
https://www.mediafire.com/file/sfau100b86m6ap4
Online:
Update is available from within aglare setup plugin .
It is not a problem.
I will add it to the next update.
After the update the problem was not solved
Tell me a name of working skin without this problem .
Novaler-S-Green-FHD skin
Nice , I will check it again , it supposed that I am using the same components in both skins .
-
Display More
what about with the Bread do it all yourself just put this beautiful Skin on the DM 920 Py3.12.3 and OpenPli
I don't have this box to test on it .
-
Display MoreDisplay More
what about with the Bread do it all yourself just put this beautiful Skin on the DM 920 Py3.12.3 and OpenPli
I don't have this box to test on it .
FHD...!!...

-
The skin shows a different name than my device ?
1_0_1_97_2D85_12F_0_0_0_0_20240712124655.jpg 1_0_1_97_2D85_12F_0_0_0_0_20240712124715.jpg
1_0_1_97_2D85_12F_0_0_0_0_20240712124805.jpg
-
Display More
The skin shows a different name than my device ?
1_0_1_97_2D85_12F_0_0_0_0_20240712124655.jpg 1_0_1_97_2D85_12F_0_0_0_0_20240712124715.jpg
1_0_1_97_2D85_12F_0_0_0_0_20240712124805.jpg
this issue depend fro image not skin (skin not have png "decoder_image")You can see that the developer of your image will have put the box photo at random
-
Display MoreDisplay More
The skin shows a different name than my device ?
1_0_1_97_2D85_12F_0_0_0_0_20240712124655.jpg 1_0_1_97_2D85_12F_0_0_0_0_20240712124715.jpg
1_0_1_97_2D85_12F_0_0_0_0_20240712124805.jpg
this issue depend fro image not skin (skin not have png "decoder_image")You can see that the developer of your image will have put the box photo at random
plz
In which path can I find the png "decoder_image" to edit it?
-
path folder_skin
-
Display MoreDisplay MoreDisplay More
The skin shows a different name than my device ?
1_0_1_97_2D85_12F_0_0_0_0_20240712124655.jpg 1_0_1_97_2D85_12F_0_0_0_0_20240712124715.jpg
1_0_1_97_2D85_12F_0_0_0_0_20240712124805.jpg
this issue depend fro image not skin (skin not have png "decoder_image")You can see that the developer of your image will have put the box photo at random
plz
In which path can I find the png "decoder_image" to edit it?
As I understand from your comment you issue was name of the box not the image displayed in your skin.
However, if the problem in the image you can select the right image from the path usr/share/enigma2 and copy it to skin folder in the path
usr/share /enigma2 /algare
Rename it to boximage you will get it
-
Display MoreDisplay MoreDisplay MoreDisplay More
The skin shows a different name than my device ?
1_0_1_97_2D85_12F_0_0_0_0_20240712124655.jpg 1_0_1_97_2D85_12F_0_0_0_0_20240712124715.jpg
1_0_1_97_2D85_12F_0_0_0_0_20240712124805.jpg
this issue depend fro image not skin (skin not have png "decoder_image")You can see that the developer of your image will have put the box photo at random
plz
In which path can I find the png "decoder_image" to edit it?
As I understand from your comment you issue was name of the box not the image displayed in your skin.
However, if the problem in the image you can select the right image from the path usr/share/enigma2 and copy it to skin folder in the path
usr/share /enigma2 /algare
Rename it to boximage you will get it
yes, name of the box incorrect vu ultimo
i have dm920
-
or digit
uname -n
verify name of box.. the name of box in /etc/issue
-
When problem,then more Receiver specific Problem,because here with same Skin and four other Receiver,the Receiver name is ok,not only with ATV 7.4,but ATV 7.5 too
1_0_19_283D_3FB_1_C00000_0_0_0_20240713093028.jpg1_0_19_283D_3FB_1_C00000_0_0_0_20240713092841.jpg
-
The box name is depending on image files
Python
Display Moredef getText(self): if self.type == self.Boxtype: box = software = '' if os.path.isfile('/proc/version'): enigma = open('/proc/version').read().split()[2] if os.path.isfile('/proc/stb/info/boxtype'): box = open('/proc/stb/info/boxtype').read().strip().upper() if box.startswith('HD51'): box = 'AX 4K-BOX HD51' elif box.startswith('SF8008'): box = 'Octagon SF8008' elif box.startswith('MULTIBOXPRO'): box = 'Novaler 4k PRO' elif box.startswith('MULTIBOXSE'): box = 'Novaler 4k SE' elif box.startswith('MULTIBOX'): box = 'Novaler 4k' elif box.startswith('h9combo'): box = 'Zgemma h9combo' elif os.path.isfile('/proc/stb/info/vumodel'): box = 'Vu+ ' + open('/proc/stb/info/vumodel').read().strip().capitalize() elif os.path.isfile('/proc/stb/info/model'): box = open('/proc/stb/info/model').read().strip().upper() if os.path.isfile('/etc/issue'): for line in open('/etc/issue'): software += line.capitalize().replace('Open vision enigma2 image for', '').replace('More information : https://openvision.tech', '').replace('%d, %t - (%s %r %m)', '').replace('release', 'r').replace('Welcome to openatv', '').replace('Welcome to teamblue', '').replace('Welcome to openbh', '').replace('Welcome to openvix', '').replace('Welcome to opendroid', '').replace('Welcome to openspa', '').replace('\n', '').replace('\l', '').replace('\\', '').strip()[:-1].capitalize() if software.startswith("Egami"): try: from Components.SystemInfo import BoxInfo software = BoxInfo.getItem("displaydistro").upper() + " " + BoxInfo.getItem("imgversion") + " - R " + BoxInfo.getItem("imagedevbuild") except ImportError: pass elif software.startswith("Openbh"): try: from Components.SystemInfo import BoxInfo software = BoxInfo.getItem("displaydistro").upper() + " " + BoxInfo.getItem("imgversion") + " " + BoxInfo.getItem("imagebuild") except ImportError: pass elif software.startswith("Openvix"): try: from Components.SystemInfo import BoxInfo software = BoxInfo.getItem("displaydistro").upper() + " " + BoxInfo.getItem("imgversion") + " " + BoxInfo.getItem("imagebuild") except ImportError: pass elif software.startswith("Pure2"): try: from Components.SystemInfo import BoxInfo software = BoxInfo.getItem("displaydistro").upper() + " " + BoxInfo.getItem("imgversion") + " - R " + BoxInfo.getItem("imagedevbuild") except ImportError: pass elif software.startswith("Openatv"): try: from Components.SystemInfo import BoxInfo software = BoxInfo.getItem("displaydistro").upper() + " " + BoxInfo.getItem("imgversion") except ImportError: pass software = ' : %s ' % software.strip() if os.path.isfile('/etc/vtiversion.info'): software = '' for line in open('/etc/vtiversion.info'): software += line.split()[0].split('-')[0] + ' ' + line.split()[-1].replace('\n', '') software = ' : %s ' % software.strip() return '%s%s' % (box, software)Thanks to original developer , thanks to madhouse and a little modifications by me ,
You may try another image and report if the box name is correct or not .
-
or digit
uname -n
verify name of box.. the name of box in /etc/issue
There are only these lines
-
Display More
or digit
uname -n
verify name of box.. the name of box in /etc/issue
There are only these lines
/etc/hostname or /etc/image-version
odem2014 in oea you have several ways to search for the box model
-
Display More
or digit
uname -n
verify name of box.. the name of box in /etc/issue
There are only these lines
yes you're right, it's there where indicated not in /etc/issue
-
-
odem2014 Send me that component, as soon as I have some time I'll fix it
done
Enigma2 skins for oe-alliance based images.
Enigma2 skins for OpenATV, OpenDroid, OpenEight, OpenHDF, OpenNRF, OpenSPA, OpenViX and Pur-E2 images.
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!
