Help - Search - Members - Calendar
Full Version: Autoexec.py
Scenyx Entertainment Community > Xbox1 Forums > Software Forums > XBMC for Xbox Forums > XBMC Python Scripting Forum
Dark Seeker
htf do i get my autoexec.py to start my .m3u file in "q:\\albums\\playlists\\startup.m3u"?
Martomo
First of all.. no need to be rude.
Seconds.. please check out the XBMC wiki before posting next time.

And last.. here is the code:
CODE
import xbmc

# variable to contain the file location
file = "q:\\albums\\playlists\\startup.m3u"
# tell xbmc to play our file we specified in the above variable
xbmc.Player().play(file)
Dark Seeker
1st of all i was not trying to be rude but i had been searching and trying a 100 diff codes from xbox wiki and forums and none of them work,so excuse me if i sounded upset...
second of all ty for trying to help but another failure...i guess ill just give up on it
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.