tikyle
2006-02-02, 16:52
ok i got my autoexec.py to load a playlist at the startup but i want it to play the start.wav first then load the playlist. i know nothing about python scription so any help would be useful. i think my autoexec looks like this
import xbmc
xbmc.executescript('q://scripts//mp3.py')
all i want is for it to play start.wav then play this. is there a python command to just play a file? also is there a pause command?
import xbmc
xbmc.executescript('q://scripts//mp3.py')
all i want is for it to play start.wav then play this. is there a python command to just play a file? also is there a pause command?