Help - Search - Members - Calendar
Full Version: Customize The Boot Setup?
Scenyx Entertainment Community > Xbox1 Forums > Software Forums > XBMC for Xbox Forums > XBMC for Xbox
blueinfinity
im putting an xbox in my car.. and am trying to find a godo menu to use.
now XBMP plays mp3's and video's im trying to fin dout if theres a way so that if i use xbmc as a dash.. is there a way to have it auto random play a mp3 file or maybe video file?

and so such. its for the car so i ned it to jsut start playign and to be ablet o pic a folder and it play that list


do i make sense?
THDVL
there are scripts to do the music thing.. but I'm not sure about video.
There's a random playlist script as well as a startup mp3 script.
cashkid
I did it with the vids before with the autoexec.py and the autoplay.py in an older build of xbmc but took it of because my vids were of poor quality. but to do vids you need to make a playlist of them and put the list in the autoplay.py so it looks like this

import xbmc

pls = xbmc.PlayList(0)
pls.load("q:\\albums\\playlists\\playlist.m3u")
pls.shuffle()
xbmc.Player().play(pls) and reboot and it should run.
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.