[AppleTV/Mac] Autoexec and os.system question
#1
Question 
Here is the situation, I want to run a python script (airplayer) when XBMC starts, reason for that is XBMC's python module doesnt have all the needed extensions.

PHP Code:
import time
import os
print "starting autoexec.py"
time.sleep(15)
print 
"starting airplayer"
os.system('python [path]/Airplayer/airplayer.py >> [path]/startup.txt &')
print 
"ending" 

in the logs i can see the print statements, but no airplayer executed and nothong in the startup.txt. Please help. Blush

Cheers,
Ilia
Current setup:
Amlogic M3/MX + Linux + BOXiK Skin + Pioneer vsx520 + Dali Lektor 6

Previous setup:
Revo 3700 + flirc + OpenElec nightlies + Quartz + Pioneer vsx520 + Dali Lektor 6
atv1 + Crystalbuntu + XBMC nightly + xperience1080
Reply
#2
Anyone?
Current setup:
Amlogic M3/MX + Linux + BOXiK Skin + Pioneer vsx520 + Dali Lektor 6

Previous setup:
Revo 3700 + flirc + OpenElec nightlies + Quartz + Pioneer vsx520 + Dali Lektor 6
atv1 + Crystalbuntu + XBMC nightly + xperience1080
Reply

Logout Mark Read Team Forum Stats Members Help
[AppleTV/Mac] Autoexec and os.system question0