XBMC Intro Movie

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
matt77303 Offline
Fan
Posts: 327
Joined: Dec 2011
Reputation: 6
Post: #81
(2012-03-14 20:19)ronie Wrote:  
(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>

so i just replace my startup.xml with thisw one?

Thanks again

Matt

CPU - AMD Athlon™ II X2 Dual-Core 3.4Ghz
MB - ASUS M5A78L-M/USB3, Nvidia 610 2GB
RAM - 4GB DDR3 Dual-Channel
OS - XBMC Frodo
TV - Panasonic TX-P50S21B
Home Cinema - Pioneer VSX-S300 5.1
Remote - Harmony one
find quote
ronie Offline
Team-XBMC Member
Posts: 8,259
Joined: Jan 2009
Reputation: 108
Post: #82
(2012-03-17 01:16)matt77303 Wrote:  so i just replace my startup.xml with thisw one?

if you're using confluence, yes.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
rflores2323 Offline
Posting Freak
Posts: 1,950
Joined: Jan 2009
Reputation: 2
Post: #83
I am hoping that stoli will integrate this addon into neon and metropolis skin. Great work on this.

ATV1 with crystalbuntu V1 (11.eden). Theater remote URC MX-810, droidx wtih xbmc remote, or transformer tf101 with YATSE. 2 x ATV2 (V12.0 Eden).

find quote
thechinmaster Offline
Member
Posts: 64
Joined: Aug 2011
Reputation: 0
Post: #84
(2012-03-17 01:48)ronie Wrote:  
(2012-03-17 01:16)matt77303 Wrote:  so i just replace my startup.xml with thisw one?

if you're using confluence, yes.

can a similar thing be done in home.xml? (using neon btw)
thanks
find quote
stoli Offline
Skilled Skinner
Posts: 2,405
Joined: Nov 2008
Reputation: 30
Location: Florida
Post: #85
(2012-03-19 14:53)rflores2323 Wrote:  I am hoping that stoli will integrate this addon into neon and metropolis skin. Great work on this.

Already added to Neon. Will get it in Metropolis next.
find quote
rflores2323 Offline
Posting Freak
Posts: 1,950
Joined: Jan 2009
Reputation: 2
Post: #86
Does anyone else have any cool intros??

ATV1 with crystalbuntu V1 (11.eden). Theater remote URC MX-810, droidx wtih xbmc remote, or transformer tf101 with YATSE. 2 x ATV2 (V12.0 Eden).

find quote
Mudislander Offline
Skilled Skinner
Posts: 1,155
Joined: Jun 2009
Reputation: 20
Post: #87
(2012-03-25 06:55)rflores2323 Wrote:  Does anyone else have any cool intros??

I take you've looked at Frost's addon posted earlier in this thread ?

Edit OK so I'm offcially still asleep. just seen your other post. Must be sleepbrowsing Smile

Noli illegitimi carborundum
(This post was last modified: 2012-03-25 08:43 by Mudislander.)
find quote
logan_x50 Offline
Senior Member
Posts: 116
Joined: Oct 2008
Reputation: 0
Post: #88
Hi All,

I'm embarrassed I can't get this to work. The standard startup is disabled but I can't get the movie to play at all. Can anyone tell me what I'm doing wrong?

1) I added an intro movie here
/private/var/mobile/Library/Preferences/XBMC/userdata/Intro
2) Amended (confluence) startup.xml as below
<window>
<onload>PlayMedia(special://var/mobile/Library/Preferences/XBMC/userdata/Intro/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>
3) Disabled the startup splash using the script from here
http://forum.xbmc.org/showthread.php?tid=124124&page=6
find quote
ronie Offline
Team-XBMC Member
Posts: 8,259
Joined: Jan 2009
Reputation: 108
Post: #89
(2012-03-26 17:48)logan_x50 Wrote:  Hi All,

I'm embarrassed I can't get this to work. The standard startup is disabled but I can't get the movie to play at all. Can anyone tell me what I'm doing wrong?

1) I added an intro movie here
/private/var/mobile/Library/Preferences/XBMC/userdata/Intro
2) Amended (confluence) startup.xml as below
<window>
<onload>PlayMedia(special://var/mobile/Library/Preferences/XBMC/userdata/Intro/IntroMovie.mov)</onload>
^ there's you problem.
you can't just make up special:// paths :-)

try with <onload>PlayMedia(/var/mobile/Library/Preferences/XBMC/userdata/Intro/IntroMovie.mov)</onload>
or <onload>PlayMedia(/private/var/mobile/Library/Preferences/XBMC/userdata/Intro/IntroMovie.mov)</onload>

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
htpc guy Offline
Posting Freak
Posts: 1,213
Joined: Oct 2010
Reputation: 7
Location: Near St. Louis Mo
Post: #90
Ronnie, you beat me to it.

Btw, I finished working on an iPhone game titled Dummy Defense (shameless plug. Everyone check it out. I created the art and someone else handled the programming). Anyway I've got some free time and will be creating some more intro vids.

How to use Git
| AMD Athlon II X3 Triple Core Processor 2.9 GHz |GIGABYTE GA-MA785GM-US2H Mobo 2GB DDR2 Ram | MSI N430GT |
| Logitec Harmony One Remote| 52" Sharp Aquos LED TV | Onkyo TX-NR509 |
find quote
Post Reply