XBMC Community Forum
XBMC Intro Movie - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Announcements, Info, and General Discussion (/forumdisplay.php?fid=85)
+--- Forum: XBMC General Discussion (/forumdisplay.php?fid=6)
+--- Thread: XBMC Intro Movie (/showthread.php?tid=124124)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14


RE: - ronie - 2012-03-14 19:20

(2012-03-14 17:35)matt77303 Wrote:  
(2012-03-11 06:00)ronie Wrote:  add this line to xbmc/addon/skin.confluence/720p/Startup.xml:
Code:
<window>
    <onload>PlayMedia(special://skin/introMovie.mov)</onload>

does it matter where it goes in the startup.xml?

matt

yes, put it on the second line, right below <window>,
so it's started before anything else.


RE: XBMC Intro Movie - matt77303 - 2012-03-14 19:40

Thanks mate.

working ok now, could never get it to work before.

i can see the menu for about a second before it plays any way round that?

Matt


RE: XBMC Intro Movie - ronie - 2012-03-14 20:19

(2012-03-14 19:40)matt77303 Wrote:  Thanks mate.

working ok now, could never get it to work before.

i can see the menu for about a second before it plays any way round that?

Matt
here's a minimal Startup.xml for Confluence that will delay the loading of the home screen by 1 second.
you can adjust the value (it's in milliseconds) of the delay to your own liking.

Code:
<window>
    <onload>PlayMedia(special://skin/introMovie.mov)</onload>
    <defaultcontrol always="true">10</defaultcontrol>
    <allowoverlay>no</allowoverlay>
    <controls>
        <control type="button" id="10">
            <onfocus>ReplaceWindow(Home)</onfocus>
            <texturenofocus>-</texturenofocus>
            <texturefocus>-</texturefocus>
            <animation effect="fade" delay="1000" end="100">Focus</animation>
        </control>
    </controls>
</window>



RE: XBMC Intro Movie - DDDamian - 2012-03-14 21:05

Excellent ronie - beats changes to source to avoid this issue Wink


RE: - GeezerJT - 2012-03-15 05:36

(2012-03-04 15:31)deanmv Wrote:  
GeezerJT Wrote:Where can i get the file? that looks great

Clipconverter.cc

Sorry i dont understand what i am supposed to do with that?


RE: - Ned Scott - 2012-03-15 06:21

(2012-03-15 05:36)GeezerJT Wrote:  
(2012-03-04 15:31)deanmv Wrote:  
GeezerJT Wrote:Where can i get the file? that looks great

Clipconverter.cc

Sorry i dont understand what i am supposed to do with that?

Type it into your browser :)

http://Clipconverter.cc


RE: XBMC Intro Movie - GeezerJT - 2012-03-15 23:51

and then what am i supposed to do with it? i dont understand the instructions on the first post.


RE: XBMC Intro Movie - deanmv - 2012-03-16 00:27

That link is a youtube "ripper:, it will grab the video file off the link that was in http://forum.xbmc.org/showthread.php?tid=124124&pid=1036085#pid1036085 which you said you wanted to get.

Or if you have the video then what bit are you stuck at? The instructions seem pretty straight forward but where have you got to so far?

Just a quick side note is stuff like that allowed from a your stealing stuff of youtube/privacy point of view?


RE: XBMC Intro Movie - GeezerJT - 2012-03-16 00:51

(2012-03-16 00:27)deanmv Wrote:  That link is a youtube "ripper:, it will grab the video file off the link that was in http://forum.xbmc.org/showthread.php?tid=124124&pid=1036085#pid1036085 which you said you wanted to get.

Or if you have the video then what bit are you stuck at? The instructions seem pretty straight forward but where have you got to so far?

Just a quick side note is stuff like that allowed from a your stealing stuff of youtube/privacy point of view?

Thanks for the reply, i would be stuck at the veryfirst bit. Where do i find the Advancedsettings.xml ?


RE: XBMC Intro Movie - deanmv - 2012-03-16 01:23

(2012-03-16 00:51)GeezerJT Wrote:  
(2012-03-16 00:27)deanmv Wrote:  That link is a youtube "ripper:, it will grab the video file off the link that was in http://forum.xbmc.org/showthread.php?tid=124124&pid=1036085#pid1036085 which you said you wanted to get.

Or if you have the video then what bit are you stuck at? The instructions seem pretty straight forward but where have you got to so far?

Just a quick side note is stuff like that allowed from a your stealing stuff of youtube/privacy point of view?

Thanks for the reply, i would be stuck at the veryfirst bit. Where do i find the Advancedsettings.xml ?
Depends on the system you are using. Also it might it might not exist yet as it is a user created file:
http://wiki.xbmc.org/index.php?title=Userdata/advancedsettings.xml might be a good place to have a read for more info on it.