Custom plugin panel link to Launcher?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
starcitysecrets Offline
Member
Posts: 84
Joined: Jun 2010
Reputation: 0
Location: Brighton, UK
Post: #1
bit of a noob question here but I'm trying to use the Xperience custom plugin panels to link to the launcher plugin so I can play games without having to go through the Programs panel.

this is where I got to but it isn't working, can somebody tell me where I'm going wrong Confused

[Image: 2z4dzfb.png]

Much obliged Big Grin
find quote
XBMCG33K Offline
Skilled Skinner
Posts: 1,252
Joined: Dec 2008
Reputation: 4
Location: 4 8 15 16 23 42
Post: #2
I'm not familiar with how launcher works, is it an addon or a script?
find quote
starcitysecrets Offline
Member
Posts: 84
Joined: Jun 2010
Reputation: 0
Location: Brighton, UK
Post: #3
It's a plugin
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #4
Did you guys ever look into the favorite script? I believe it would do the same thing but greatly simplify things...

Instead of:
PHP Code:
<onclick>ActivateWindow($INFO[Skin.String(Custom_Plugin1_Window)],plugin://$INFO[Skin.String(Custom_Plugin1_Type)]/$INFO[Skin.String(Custom_Plugin1_Folder)])</onclick> 

It'll be:

PHP Code:
<onclick>$INFO[Skin.String(Menu_Custom1_Path)]</onclick


The script would handle all the confusing path stuff....

[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
Rocky5 Offline
Alaska Group
Posts: 564
Joined: Jun 2008
Location: Scotland
Post: #5
I'm not sure about launcher ether but you only need the plug in folder name ie. Launcher no need for / or programs.

Also it may be program for plugin type not programs I'm not sure been a while since I used it.
(This post was last modified: 2010-08-21 20:54 by Rocky5.)
find quote
xbs08 Offline
Posting Freak
Posts: 1,298
Joined: May 2008
Reputation: 0
Location: Portugal
Post: #6
Try

Launcher
Programs
1
find quote