Zitat Zitat von pokemont Beitrag anzeigen
camdInfo3 = #HDMU
elif fileExists("/etc/.emustart") and fileExists("/etc/image-version"):
try:
for line in open("/etc/.emustart"):
return line.split()[0].split('/')[-1]
except:
camdlist = "Active Ton Autostart_on"

No. i Can´t find this, on my receiver.
replace it with

#HDMU
elif fileExists("/etc/.emustart") and fileExists("/etc/image-version"):
try:
for line in open("/etc/.emustart"):
return line.split()[0].split('/')[-1]
except:
return None