Launch App from Home

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ridler Offline
Junior Member
Posts: 26
Joined: May 2010
Reputation: 0
Location: Munich, D
Post: #1
First of all, I love this skin!

One question though, is it possible to launch an App from home? You can add favourites and playlists, but how to manage with an external application? I my case, I want to launch DVBViewer for Live-TV.

Thanks for the support!
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #2
Yes you can but not through Night, you would have to open up Home.xml and change some lines. This thread explained launching a external application, I've seen more threads but that was just a quick search...


This is the code for custom favorite One, starts line 198:
Quote:<item id="15">
<description>Custom Movie One</description>
<label>$INFO[Skin.String(Menu_Custom1_Label)]</label>
<icon>special://skin/media/backgrounds/custom.jpg</icon>
<thumb>$INFO[Skin.String(Menu_Custom1_Folder)]</thumb>
<onclick>$INFO[Skin.String(Menu_Custom1_Path)]</onclick>
<visible>Skin.HasSetting(Menu_Custom1)</visible>
</item>
You could fill out the info and backdrops thru Night's gui but you'll have to manually change <onclick>$INFO[Skin.String(Menu_Custom1_Path)]</onclick> to the correct path to open up an application. I've never created a path to an external app so you'll have to research the correct way to launch it...

[Image: widget]

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
find quote