Turn off the error message - a short tutorial

lolazoca

Well Known Member
Messages
704
Turn off the error message (sid in path, Tune failed, etc. ..)

So we go on the next line and open the file InfoBarGenerics.py

/usr/lib/enigma2/python/Screens/InfoBarGenerics.py

Now in front of the message you want to put off #

Here's an example where all the off-line error

#eDVBServicePMTHandler.eventNoResources: _("No free tuner!"),
#eDVBServicePMTHandler.eventTuneFailed: _("Tune failed!"),
#eDVBServicePMTHandler.eventNoPAT: _("No data on transponder!\n(Timeout reading PAT)"),
#eDVBServicePMTHandler.eventNoPATEntry: _("Service not found!\n(SID not found in PAT)"),
#eDVBServicePMTHandler.eventNoPMT: _("Service invalid!\n(Timeout reading PMT)"),

save file and restart the same message and no more ...:thum:
 
Top