Alrighty so i'm kinda done with that whole music on startup jive. now i want whole video. With simple editing i was able to do it using the script "StartupMP3" here is the example:
import xbmc
# By alx5962
# version 1.0
file = 'q:\\scripts\\StartUpMP3\\startupvid.avi'
xbmc.Player().play(file)
Now that plays the specified video in that folder, but the problem is that once XBMC starts it really does play, but it plays in full screen. Now for the life of me i can't figure out how to get it to play in the little box on the main menu as if i had already pressed "X" when it was playing.
Using this same script to Startup an MP3 reacts the opposite. Once XBMC starts it plays in the active main menu window.
So what i'm asking is, what is that extra line of code i need? What can i add to make it play in the Project Mayhem 3 main menu window on startup?
This post has been edited by JoKu: May 7 2005, 06:05 AM