Hi,
There is a minor display issue in the file ServiceInfoList.py, located in /usr/lib/enigma2/python/Components. The code contains the following line:
The formatting string (%dd) is incorrect. This results in an extra d appearing next to decimal values when displaying service information. For example, the display shows:
instead of the intended:
Impact:
-
The only effect is cosmetic: decimal values are displayed with an extra d.
-
It affects technical numeric fields (PIDs).
Resolution:
The formatting should be corrected as follows:
This simple change removes the extra d and displays values correctly in hexadecimal and decimal format.
There may be a future update to the Service Info screen to improve the display of long texts and support scrolling. ![]()
Best regards.