v0.4.2 - settings screen layout polish
Summary
Pure presentation-layer rebuild of the plugin's settings screen.
The previous version pinned an inline 600x400 skin block onto the
plugin browser entry; on FHD and 4K image skins (Metrix HD,
Gradient FHD, ...) that produced a tiny floating window with
truncated labels and skin-incompatible button graphics.
The new setup screen inherits whatever Setup skin the active image
provides: title bar, scrollable config list on the left, blue
description panel on the right, button row at the bottom. Layout-
correct from default skin up to 4K skin builds. Each toggle now
has an in-screen help text that surfaces in the right-hand panel.
No behaviour changes. config.py is unchanged, the 13
ConfigYesNo toggles persist identically to v0.4.1.
What you see
- Three-line plugin intro at the top of the settings list.
- Five visual group headers (Plugin / Resource release / Zap
acceleration / Pay-TV / Diagnostics) rendered via the official
Setup separator pattern (<item text="..."></item>with no
inner config binding). - Per-toggle description in the right-hand panel for every entry.
- DE labels of the three Pay-TV descrambler toggles renamed from
"Descrambler beim ... aktivieren" to "Entschluesselung
aktivieren beim ..." for better end-user vocabulary.
Install
wget https://github.com/empyfi/FBC-ChannelSpeedChange/releases/download/v0.4.2/enigma2-plugin-extensions-fbc-channelspeedchange_0.4.2_all.ipk -O /tmp/fbc-csc.ipk
opkg install --force-reinstall /tmp/fbc-csc.ipk
init 4 && init 3
Changelog
See CHANGELOG.md.