el bandido
TNAP-Images
One thing I noticed is the numerous AI mentions in the channelselection code. Here is an example:
def addNoAITranslationFlag(self):
eDVBDB.getInstance().addFlag(eServiceReference(self.csel.getCurrentSelection().toString()), FLAG_NO_AI_TRANSLATION)
eDVBDB.getInstance().reloadBouquets()
self.close()
def removeNoAITranslationFlag(self):
eDVBDB.getInstance().removeFlag(eServiceReference(self.csel.getCurrentSelection().toString()), FLAG_NO_AI_TRANSLATION)
eDVBDB.getInstance().reloadBouquets()
self.close()
At least someone sees the light. There is no stopping AI and it should become a routine part of the enigma2 image build. Everyone I have seen approach PLi or another image group with AI features for enigma2 are treated like they have the plague or something. I realize there are standards but some of this is ridiculous. This image we can do damn well what we want to it. Approval is not needed. We are here to have fun and not tell someone what they do or don't need.
I got python3 Anthropic built and loaded into the feeds which gives options for some AI toys. Here is a small possible list:
def addNoAITranslationFlag(self):
eDVBDB.getInstance().addFlag(eServiceReference(self.csel.getCurrentSelection().toString()), FLAG_NO_AI_TRANSLATION)
eDVBDB.getInstance().reloadBouquets()
self.close()
def removeNoAITranslationFlag(self):
eDVBDB.getInstance().removeFlag(eServiceReference(self.csel.getCurrentSelection().toString()), FLAG_NO_AI_TRANSLATION)
eDVBDB.getInstance().reloadBouquets()
self.close()
At least someone sees the light. There is no stopping AI and it should become a routine part of the enigma2 image build. Everyone I have seen approach PLi or another image group with AI features for enigma2 are treated like they have the plague or something. I realize there are standards but some of this is ridiculous. This image we can do damn well what we want to it. Approval is not needed. We are here to have fun and not tell someone what they do or don't need.
I got python3 Anthropic built and loaded into the feeds which gives options for some AI toys. Here is a small possible list:
Ideas that WILL work on the receiver:
- Smart Log Analyzer - Send oscam.log to Claude API, get diagnostics back
- EPG Enhancer - Improve program descriptions using AI
- Channel List Organizer - AI-powered favorites management
- Configuration Validator - Check oscam configs and suggest fixes
- Network Troubleshooter - Analyze connection issues