First question is right now I have XBMC screensaver to view Marquee jpg art in coinops directory which works but was woundering if you can use the movie file directory of games for the screensaver.
Second question is I saw a youtube where when this person starts XBMC he had certain music play does anyone know how to do this or direct me to the how to.
Thanks.
XBMC screensaver and boot up music settings
-
- Posts: 115
- Joined: Tue Nov 19, 2013 6:39 pm
- Been thanked: 1 time
-
- Posts: 532
- Joined: Thu Aug 02, 2012 7:46 am
- Has thanked: 82 times
- Been thanked: 61 times
Re: XBMC screensaver and boot up music settings
im not sure about the coinops part, but the second question about music playing, can you post the video here so we can see what you want please, and thanks
-
- Posts: 115
- Joined: Tue Nov 19, 2013 6:39 pm
- Been thanked: 1 time
Re: XBMC screensaver and boot up music settings
Here is the youtube with coinops movie as screensaver:
http://www.youtube.com/watch?v=2FIpQrq1hRc
Here is the youtube with custom music at startup:
http://www.youtube.com/watch?v=oEJ9PTGq ... Aq98b__b6w
With Halo music at startup:
http://www.youtube.com/watch?v=g30mIkKt ... Aq98b__b6w
http://www.youtube.com/watch?v=2FIpQrq1hRc
Here is the youtube with custom music at startup:
http://www.youtube.com/watch?v=oEJ9PTGq ... Aq98b__b6w
With Halo music at startup:
http://www.youtube.com/watch?v=g30mIkKt ... Aq98b__b6w
Re: XBMC screensaver and boot up music settings
the startup music part is pretty easy, just FTP to your skin folder, go into sounds folder and download the "sounds.xml" file, then rename the original incase you mess up.
open the file in your preferred editor (i use gedit) and it will look something like this:
so you edit it to say <activate>startup.wav</activate> at the end, save it, then FTP it back to the xbox with a wav file called, you guessed it, "startup.wav" and voila!
[edit] - admin wrapped code in[/code] section.
open the file in your preferred editor (i use gedit) and it will look something like this:
Code: Select all
<sounds>
<actions>
<action>
<name>left</name>
<file>click.wav</file>
</action>
<action>
<name>right</name>
<file>click.wav</file>
</action>
<action>
<name>up</name>
<file>click.wav</file>
</action>
<action>
<name>down</name>
<file>click.wav</file>
</action>
<action>
<name>select</name>
<file>next.wav</file>
</action>
<action>
<name>parentdir</name>
<file>back.wav</file>
</action>
<action>
<name>previousmenu</name>
<file>back.wav</file>
</action>
<action>
<name>screenshot</name>
<file>screenshot.wav</file>
</action>
<action>
<name>ContextMenu</name>
<file>pop.wav</file>
</action>
<action>
<name>Info</name>
<file>pop.wav</file>
</action>
<action>
<name>Close</name>
<file>pop.wav</file>
</action>
</actions>
<windows>
<window>
<name>startup</name>
<activate></activate>
</window>
</windows>
</sounds>
[edit] - admin wrapped code in
Code: Select all
[code]
-
- Posts: 115
- Joined: Tue Nov 19, 2013 6:39 pm
- Been thanked: 1 time
Re: XBMC screensaver and boot up music settings
wow thanks for this, I didn't know it was such a massive html code to do this!!!!!!!
I will try and get back to you.

I will try and get back to you.
Re: XBMC screensaver and boot up music settings
its not massive code mate, its one line, dead easy!Jerry98vert wrote:wow thanks for this, I didn't know it was such a massive html code to do this!!!!!!!![]()
I will try and get back to you.
- blighty
- Posts: 189
- Joined: Sun Jul 22, 2012 12:56 am
- Location: England
- Has thanked: 26 times
- Been thanked: 8 times
Re: XBMC screensaver and boot up music settings
you can make music play on start up by making and saving a playlist and then setting it in the skin settings, to get it to play game video previews you might need to copy them out of the root of each game into another folder, make a playlist from that folder an add them again in the skin settings.
-
- Posts: 115
- Joined: Tue Nov 19, 2013 6:39 pm
- Been thanked: 1 time
Re: XBMC screensaver and boot up music settings
So I am trying to get boot up music but nothing works. I went into E:/XBMC/skin/confluence/sounds and edited the sounds.xml with <activate>startup.wav<activate> and put a startup.wav file in the same directory did a soft boot on Xbox and no wav sound.
Any ideas thanks......
Any ideas thanks......