dm920 - Python3 - openPLi (homebuild)

mouadhada

Registered
Messages
175
dm920 - Python 3.11 - openPLi-develop (homebuild)
openpli-py3.11-dm920-20221123

- Python 3.11.0
- GCC 12.2.0
- Glibc 2.36
- OpenSSL 3.0.7
- Busybox 1.35.0
- GStreamer 1.20.4
- FFmpeg 5.1.2
- ServiceApp
- Streamlink 5.1.1
- YouTube git1031
- OpenWebif 1.5.2
- WLAN, CI+, Display skins, LED setup
- blindscan, cablescan, terrestrialscan, fastscan
- feed dm920/drivers/settings/plugins
- CCcam 2.3.2a, Ncam-icam-v8, OScam-icam-v8, OScam-emu 11715, OScam 11715
- E2 settings 75°E-45°W, Streams

update 23-11-2022
- [RecordTimer] fix record iptv if use ServiceApp
- [MovieSelection] fix delete record.stream
- [ServiceList] split search channel for tv and radio
- E2 settings Motor 75°E-45°W
- Abertis PID 802 (TVE 4K, UHD Spain)
- Streamlink 5.1.1

download
TVE UHD not working !
 

satpong

Registered
Messages
169
Thanks, NetworkBrowser plugin not OK needs fix for Python3
for now to prevent crash open file UserDialog.py
/usr/lib/enigma2/python/Plugins/SystemPlugins/NetworkBrowser
and edit line 25 ↓ change to
with open(cache_file, 'wb') as fd:

0012e35c0ef842beed1.jpg
 

satpong

Registered
Messages
169
feed update 26-11-2022:
enigma2-plugin-systemplugins-networkbrowser
enigma2-plugin-extensions-youtube (git1032)
enigma2-plugin-extensions-moviecut
enigma2-plugin-extensions-audiosync
...
----------------------------------------------------------
Fix crash - NetworkBrowser - username & password is stored in bytes, not str
with open(cache_file, 'rb') as fd:
with open(cache_file, 'wb') as fd:

@ Lexzie
it's fixed, please do an online update
 
Last edited:

satpong

Registered
Messages
169
dm920 - Python 3.11 - openPLi-develop (homebuild)
openpli-py3.11-dm920-20221127

- Python 3.11.0
- GCC 12.2.0
- Glibc 2.36
- OpenSSL 3.0.7
- Busybox 1.35.0
- GStreamer 1.20.4
- FFmpeg 5.1.2
- ServiceApp
- Streamlink 5.1.1
- YouTube git1032
- OpenWebif 1.5.2
- WLAN, CI+, Display skins, LED setup
- cablescan, terrestrialscan, fastscan
- feed dm920/drivers/settings/plugins
- CCcam 2.3.2a, OScam-icam-v8, OScam-emu 11715, OScam 11715
- E2 settings 75°E-45°W, Streams

update 27-11-2022
- [EventView] add stream service in add/remove timer
- [estring] convertDVBUTF8 add UTF8 fix
- NetworkBrowser
- YouTube git1032
- Less pre-installed plugins → downloadable from feed
- corrected Abertis PID 802 for TVE UHD & UHD Spain (wrong in previous image)

download:
 

satpong

Registered
Messages
169
how can I display temperature cpu please ?
There are several options to see CPU Temp

- Menu - Information - About
or
- Install skin that has converter (https://github.com/MCelliotG/GlamourAuraFHD-skin)
or
- Add a CPU Temp Converter to image and customize your skin
or
- other options

* example customized infobar CPU temp * /usr/lib/enigma2/python/Components/Converter/ xxxxxxxxxx.py
0101517a863d44554dc6.jpg
 
Last edited:

mouadhada

Registered
Messages
175
Which skin did you put in the snapshot ?
There is any menu to customize the by defalut skin ?
Regards,
 

satpong

Registered
Messages
169
thanks@MCelliotG for converter

# GlamourExtra converter
# Modded and recoded by MCelliotG for use in Glamour skins or standalone, added Python3 support
# HDDtemp new detection added by betacentauri, many thanks!!!
# If you use this Converter for other skins and rename it, please keep the lines above adding your credits below
------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------
Can you please share steps to got it ?

- Download attachment PLiExtra.py and add it to
/usr/lib/enigma2/python/Components/Converter/

- For standard PLi-FullNightHD skin, open file skin_templates.xml (or customize skin.xml for other skins)
/usr/share/enigma2/PLi-FullNightHD

add this lines to skin_templates.xml <!-- Infobar Template --> and save it.
Code:
    <widget source="session.CurrentService" render="Label" position="1705,845" size="300,45" font="Regular; 26" zPosition="1" backgroundColor="transpBlack" transparent="1" foregroundColor="foreground" text="Temperature" noWrap="1">
      <convert type="PLiExtra">Temperature</convert>
    </widget>
/usr/share/enigma2/PLi-FullNightHD/skin_templates.xml
PID801.jpg


PLiExtra.py download - File Expiration 30 days
 
Last edited:

satpong

Registered
Messages
169
CPU Temp - text with borderWidth (will be added to plifhdskin2 - for next release plihomebuild image)
Code:
    <widget source="session.CurrentService" render="Label" position="1705,845" size="220,45" font="Regular;26" zPosition="1" backgroundColor="secondBG" borderWidth="2" transparent="1" foregroundColor="grey" text="Temperature" noWrap="1">
      <convert type="PLiExtra">Temperature</convert>
    </widget>
 
Last edited:

mouadhada

Registered
Messages
175
In this case I will wait for next release.
can you please explain when it is possible to do an online update or we should do a total reinstalation ?
 
Top