XBMC Intro Movie

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ronie Offline
Team-XBMC Member
Posts: 8,258
Joined: Jan 2009
Reputation: 108
Post: #61
rudawgr Wrote:this is so confusing im traying to make this work but i have no luck!!! can some one explain in plaint english how to set this up pleasee...ok this is what i did i copy this line
<onload condition="Window.Previous(startup)">XBMC.PlayMedia(special://skin/introMovie.mov)</onload> to xbmc/addon/skin.confluence/720
but have no luck getting it to work...also once i put that line do i have to go to program and change something under xbmc intro movie?...please someone write step by step on how to do this on the atv2 please
thanks

put your movie here:
xbmc/addons/skin.confluence/introMovie.mov

add this line to xbmc/addon/skin.confluence/720p/Startup.xml:
Code:
<window>
    <onload>PlayMedia(special://skin/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.
(This post was last modified: 2012-03-14 19:19 by ronie.)
find quote
rudawgr Offline
Senior Member
Posts: 103
Joined: Apr 2011
Reputation: 0
Post: #62
ronie Wrote:put your movie here:
xbmc/addons/skin.confluence/introMovie.mov

add this line to xbmc/addon/skin.confluence/720p/Startup.xml:
Code:
<window>
    [b]<onload>PlayMedia(special://skin/introMovie.mov)</onload>[/b]

ok so you are telling me that i need to add or create a folder call introMovie.mov to what ever skin im trying to set up...once i add the folder i need to drop my movies intro in there..Second i need to add this line <onload>PlayMedia(special://skin/introMovie.mov)</onload> to the startup.xml

cool question where do i get the intro movies?
find quote
rudawgr Offline
Senior Member
Posts: 103
Joined: Apr 2011
Reputation: 0
Post: #63
Thank you ronie but nothing is working maybe if someone could make a video on how to set this up it would be much better I'm not traying to be a paint in the @$) but I'm getting frustrated here and nothing is working for me I have a atv2 and also windows if some one could make a video I would be grate...thank you guys
find quote
PatK Offline
Posting Freak
Posts: 2,255
Joined: Mar 2010
Reputation: 67
Star    Post: #64
eeps...

put your movie here:
xbmc/addons/skin.confluence/introMovie.mov

Means to put your video into the folder 'skin.confluence' NOT a sub folder.....if you're unsure put it in more than one spot...

With the name 'introMovie.mov'

edit the Startup.xml using cut&paste techniques....
find quote
rudawgr Offline
Senior Member
Posts: 103
Joined: Apr 2011
Reputation: 0
Post: #65
Thank patk and ronie I finally got it to work. One question said I have multiple intro video and I want to romdenly play a video everytime I open xbmc how I do that? I now there is a script for glass skin but there I code to make it work for other skins?
find quote
DDDamian Offline
Team-XBMC Developer
Posts: 3,023
Joined: Sep 2011
Reputation: 252
Location: Canada
Post: #66
(2012-03-12 20:48)rudawgr Wrote:  Thank patk and ronie I finally got it to work. One question said I have multiple intro video and I want to romdenly play a video everytime I open xbmc how I do that? I now there is a script for glass skin but there I code to make it work for other skins?

That would take some coding in the XBMC source.

System: XBMC HTPC with HDMI WASAPI & AudioEngine - Denon AVR-3808CI - Denon DVD-5900 Universal Player - Denon DCM-27 CD-Changer
- Sony BDP-S580 Blu-Ray - X-Box 360 - Android tablet wireless remote - 7.1 Streem/Axiom/Velodyne Surround System
If I have been able to help feel free to add to my reputation +/- below - thanks!
find quote
htpc guy Offline
Posting Freak
Posts: 1,213
Joined: Oct 2010
Reputation: 7
Location: Near St. Louis Mo
Post: #67
Not source but xbmc skin. There is an addon in the passion report that will let you play a random intro but only glass supports it.

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
DDDamian Offline
Team-XBMC Developer
Posts: 3,023
Joined: Sep 2011
Reputation: 252
Location: Canada
Post: #68
(2012-03-12 22:04)htpc guy Wrote:  Not source but xbmc skin. There is an addon in the passion report that will let you play a random intro but only glass supports it.

Yeah, the skin can do it, but I think there's some timing issues as the main code is launching and may display other things first. That's where you'd need to modify the main program, Things happen simulataneously.

System: XBMC HTPC with HDMI WASAPI & AudioEngine - Denon AVR-3808CI - Denon DVD-5900 Universal Player - Denon DCM-27 CD-Changer
- Sony BDP-S580 Blu-Ray - X-Box 360 - Android tablet wireless remote - 7.1 Streem/Axiom/Velodyne Surround System
If I have been able to help feel free to add to my reputation +/- below - thanks!
(This post was last modified: 2012-03-13 15:33 by DDDamian.)
find quote
Ned Scott Offline
Team-XBMC Wiki Guy
Posts: 11,984
Joined: Jan 2011
Reputation: 132
Location: Arizona, USA
Post: #69
So who wants to make an XBMC Wiki page that lists all these kick ass intro movies and maybe a little how-to on making them work?
find quote
matt77303 Offline
Fan
Posts: 327
Joined: Dec 2011
Reputation: 6
Post: #70
(2012-03-11 06:00)ronie Wrote:  
rudawgr Wrote:this is so confusing im traying to make this work but i have no luck!!! can some one explain in plaint english how to set this up pleasee...ok this is what i did i copy this line
<onload condition="Window.Previous(startup)">XBMC.PlayMedia(special://skin/introMovie.mov)</onload> to xbmc/addon/skin.confluence/720
but have no luck getting it to work...also once i put that line do i have to go to program and change something under xbmc intro movie?...please someone write step by step on how to do this on the atv2 please
thanks

put your movie here:
xbmc/addons/skin.confluence/introMovie.mov

add this line to xbmc/addon/skin.confluence/720p/Startup.xml:
Code:
<window>
    [b]<onload>PlayMedia(special://skin/introMovie.mov)</onload>[/b]

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

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
Post Reply