Kodi Community Forum

Full Version: XBMC Intro Movie
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13
Hi,

Here are selected seven AE templates where you could make much more than 7 intro movies with different content, customized with pictures or personal movies. You will need a certain plugins for few templates, you will see the related AE messages.

Code:
http://ul.to/hg3jsy5i
http://ul.to/smhb7r2y
http://ul.to/60p80h3d
http://ul.to/bmoyxxqq
http://ul.to/xv2ysqu8
http://ul.to/uleiexhz
http://ul.to/h8uyrzka

Mirror (links are interchangeable)

Code:
http://netload.in/datei88W2CYOg9d/Archive.zip.001.htm
http://netload.in/dateiv674VI0StJ/Archive.zip.002.htm
http://netload.in/datei1kCxq5h9Q5/Archive.zip.003.htm
http://netload.in/dateiyPqPlOGySS/Archive.zip.004.htm
http://netload.in/dateiBcFzd8m3z7/Archive.zip.005.htm
http://netload.in/datei3nKSg755B8/Archive.zip.006.htm
http://netload.in/dateiBR2aUyMxgb/Archive.zip.007.htm
(2012-07-10, 21:09)DigitALL Wrote: [ -> ]htpc guy,

Surely you could post them in the 1st post. I have tons of AE templates and in one afternoon I have selected about 7 templates. The movies depicted are just rendering fragments from the entire template but what is nice is that someone could upload their movies, pics, graph's to appear more personalized. However, my movies are very short with a decent res exactly to load quickly when xbmc starts. For instance if someone would make a complete template in full HD it will have more than one GB, so image the time is will take to load it.

Anyway, I will shortly provide the links with the selected uploaded templates. I believe that it is around 1.5Gb of data. Each one has a flv footage to see how it looks complete.

My question was to fmronan or anyone who would know where to find a template with 20th century fox or similar.


Not sure about an AE template for 20th century fox but I used blender with a template from BALLYWEG
Tuts are available on youtube or direct from ballyweg website. I hope this is of some help
The intro videos work fine, but when it loads up the OSD bar is present on screen also, which blocks the intro video.
Have tried modified versions of the startup.xml and home.xml for Aeon MQ3 skin without luck Confused

The Aeon MQ3 Startup.xml below

Quote:<!-- Aeon MQ 3 -->

<window id="2999">
<onload>PlayMedia(C:\Users\"username"\AppData\Roaming\XBMC\addons\skin.aeonmq.3/introMovie.mov)</onload>
<onload condition="Skin.HasSetting(startplay)">PlayMedia($INFO[Skin.String(startuplocation)])</onload>
<onload condition="Skin.HasSetting(multifunctionwatchlist)">RunScript(script.watchlist,movies=true&amp;episodes=true&amp;albums=true&amp;limit=8)</onload>
<onload condition="Skin.HasSetting(multifunctionrandom)">RunScript(script.randomitems,limit=8&amp;alarm=60)</onload>
<onload condition="system.hasaddon(script.tv.show.next.aired) + !SubString(Skin.String(DisableSubTVShowTVGuide),true)">RunScript(script.tv.show.next.aired,silent=True)</onload>
<onload>ReplaceWindow(Home)</onload>
<onload condition="!SubString(Skin.String(DisableWeather),true) + StringCompare(Weather.Plugin,weather.weatherplus)">SetProperty(WeatherOverride,7day)</onload>
</window>

Anyone able to shed light on additional expressions to fix/hide the OSD while the video plays?
(2012-07-14, 23:45)k4sh1n Wrote: [ -> ]The intro videos work fine, but when it loads up the OSD bar is present on screen also, which blocks the intro video.
Have tried modified versions of the startup.xml and home.xml for Aeon MQ3 skin without luck Confused

The Aeon MQ3 Startup.xml below

Quote:<!-- Aeon MQ 3 -->

<window id="2999">
<onload>PlayMedia(C:\Users\"username"\AppData\Roaming\XBMC\addons\skin.aeonmq.3/introMovie.mov)</onload>
<onload condition="Skin.HasSetting(startplay)">PlayMedia($INFO[Skin.String(startuplocation)])</onload>
<onload condition="Skin.HasSetting(multifunctionwatchlist)">RunScript(script.watchlist,movies=true&amp;episodes=true&amp;albums=true&amp;limit=8)</onload>
<onload condition="Skin.HasSetting(multifunctionrandom)">RunScript(script.randomitems,limit=8&amp;alarm=60)</onload>
<onload condition="system.hasaddon(script.tv.show.next.aired) + !SubString(Skin.String(DisableSubTVShowTVGuide),true)">RunScript(script.tv.show.next.aired,silent=True)</onload>
<onload>ReplaceWindow(Home)</onload>
<onload condition="!SubString(Skin.String(DisableWeather),true) + StringCompare(Weather.Plugin,weather.weatherplus)">SetProperty(WeatherOverride,7day)</onload>
</window>

Anyone able to shed light on additional expressions to fix/hide the OSD while the video plays?

I would suggest asking in the skin thread. Seems that some skins are easier to get working than others and there isn't a universal answer.
Does anyone know who was the original author of the Intro Startup Movie as seen in this youtube clip ?
Hybrid runs the video on stratup & I'd like to give credit where credit is due
(2013-01-13, 15:10)Mudislander Wrote: [ -> ]Does anyone know who was the original author of the Intro Startup Movie as seen in this youtube clip ?
Hybrid runs the video on stratup & I'd like to give credit where credit is due

I may be wrong but I think it may be a vipid movie. See http://ivipid.com/
Made a new intro movie (12 seconds, no sound), hope you like it Smile
Works fine for me while plugins, pvr channels/epg and weather are loaded in the background

https://www.dropbox.com/s/bcfdar6oq7d64s1/intro.mp4

FYI: 1080p@25fps
nice!
Very well done Cassiel.
blu5 360p ??

please 720p to 1080p please, nice movement.
Hmm, any ideas on how to get this to work with Xperience1080, specifically on a Mac? It looks like wherever I add that line of code, nothing happens. Does "special://" need to be changed to the full directory name? If so, how would I write out the full directory name on OS X? I know it wouldn't start with "C:/" like Windows does.
I suggest using the xbmc intro movie addon. Its in the passion xbmc repo under program addons.
(2013-02-02, 02:57)htpc guy Wrote: [ -> ]I suggest using the xbmc intro movie addon. Its in the passion xbmc repo under program addons.
Xperience doesn't support this plugin as far as I know.

(2013-02-01, 23:59)yanathin Wrote: [ -> ]Hmm, any ideas on how to get this to work with Xperience1080, specifically on a Mac? It looks like wherever I add that line of code, nothing happens. Does "special://" need to be changed to the full directory name? If so, how would I write out the full directory name on OS X? I know it wouldn't start with "C:/" like Windows does.

Add this to your startup.xml inside the skins 1080i directory and place the movie named "intro.mp4" inside the skins directory as well:
Code:
<onload>XBMC.PlayMedia(special://skin/intro.mp4)</onload>
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13