This plugin is for openvix
https://github.com/oe-alliance/oe-alliance-plugins/commit/6f12f3dae3cc3dc09c85bcf21476cb1edbab1c68
Not using OpenViX. Please explain this treachery.Ok thanks I'll flash vix and give feedback over the weekend if no body else reports back.
Not using OpenViX. Please explain this treachery.![]()
The commit fixes the crash, but not ATV's inability to handle translation of setup.xml files. So in ATV the setup screen will always be in English.
I can't see how that is going to work if the plugin is in the feeds.
#!/bin/sh
echo "Checking for CustomMix in the ABM..."
if [ -f /usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/custom/sat_282_sky_uk_CustomMix.xml ]
then
rm -rf /usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/custom/sat_282_sky_uk_CustomMix.xml > /dev/null 2>&1
echo "CustomMix was found and removed"
echo "Proceeding to uninstalling plugin..."
else
echo "CustomMix was not found in ABM"
echo "Proceeding to uninstall..."
fi
exit 0
def keyDelete(self):
try:
os.remove("/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/custom and delete the sat_282_sky_uk_CustomMix.xml ")
except:
print "This is an error message!"