XBMC Automatically Play Music

winterracer

Full Member
Nov 11, 2004
41
0
UK
I apologise straight away for this having nothing to do with the x3 chip but its really annoying me.

Does anyone know if there is a way to automatically start music playing in xboxmediacentre as soon as it loads?

Cheers
 

IvanK

VIP Member
Jun 17, 2004
170
0
Rochester, MN
Have you tried the forums over at www.xboxmediacenter.com?

I'm not trying to be dismissive, but you really have a better audience for your questions when you select the proper forum.
 

PhatheadWRX

VIP Member
May 18, 2004
199
0
Make a text file, insert this:

import xbmc

pls = xbmc.PlayList(0)
pls.load("q:\\albums\\playlists\\*Playlist*.m3u")
pls.shuffle()
xbmc.Player().play(pls)

Where *Playlist* is what you want XBMC to load.
Then make the TXT file a PY file (show extensions and change) and name it autoexec.py.
Upload to scripst directory.