PDA

View Full Version : Open my music on start


praetor
2005-03-07, 12:37
what do i need to do to make xbmc go directly into my music and then into a folder upon startup?

for example, you run xbmc, and it goes into my music, and then displays a list of files in the f:\mp3\albums directory.

thanks guys!

thor918
2005-03-07, 13:54
xbmc spesific commands:
http://members.cox.net/alexpoet/downloads/docs/xbmc.html
http://members.cox.net/alexpoet/downloads/docs/xbmcgui.html

look at the documetation and you will see what you are limited to do in scripting. it does not seem that it is possible to do this in phyton scripting.

what you can do is make a similar page in phyton, that will fetch a list of files in that path and will play when you press on them.

solexalex
2005-03-07, 19:40
there is a solutoin for this, but not python related !!!

simply edit you xboxmediacenter.xml, look inside the code and you will find how to make what you ask for ;)

krukaze
2005-03-09, 06:48
i tried a script for that effect.
it worked fine but it messed up my player can't see videos .
so i took it off.