XBMC Community Forum
[WINDOWS] Launcher plugin for XBMC - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111)
+---- Forum: Windows support (/forumdisplay.php?fid=59)
+---- Thread: [WINDOWS] Launcher plugin for XBMC (/showthread.php?tid=34834)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28


- ijourneaux - 2009-12-04 00:37

I tried those as well. It doesn't appear that the computer is frozen. It is just that you can't see anything beyond the remanents of the XBMC screen.


- ethanmcdonald - 2010-01-06 17:10

Is there a "hideconsole" type of flag for the launcher XML, so I don't see my CLI window?


- leo2 - 2010-01-06 19:28

ethanmcdonald Wrote:Is there a "hideconsole" type of flag for the launcher XML, so I don't see my CLI window?
no


- ethanmcdonald - 2010-01-10 20:09

That's too bad... :-(
Possible feature request if it's even possible thru python. Smile


- caballero - 2010-01-12 10:34

Hello, I need to launch some applications or games from the interface of XBMC.

How could I? The puging Launcher no longer works with the latest versions.

error paht

Is not there an easy way to insert links in such programs?.
thanks


- ijourneaux - 2010-01-12 20:03

It works for me. What error are you getting?


- sahlen79 - 2010-01-21 22:31

Didn't work for me either.

Where do you have your games installed?

Mine was under c:\Program Files (x86)\..... folder which I guess the launcher didn't like. Suppose it has to have qoutes around the path to make it work.

What I did was to create a launchXXgame.bat file where I pointed to the .exe file of the game like so:

cd "C:\Program Files (x86)\GameXX\"
"C:\Program Files (x86)\GameXX\XX.exe"

And put my launchXXgame.bat in c:\game_startup\

Then I added the .bat file to the launcher which made it work.


- KeLLoGsX - 2010-03-30 16:11

Please anyone help out, I'm going nuts over this......
This is how it goes: I've unzipped the Launcher files into ../plugins/Programs
start xbmc, locate the plugin, save as favourite
go into favourites, check Launcher settings.... can only change thumbs path there
click Launcher plugin and it starts loading directory and then xbmc crashes!

I know I need a launchers.xml (I think) but what should it look like and where do I put it?
I tried something like this:
Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<launchers>
<launcher>
<name>Crysis</name>
<application>d:\Games\Crysis\Bin32\Crysis.exe</application>
<thumb>d:\Games\thumbs\crysis.jpg</thumb>
</launcher>
</launchers>

Do I need to change anything in the original files, like settings.xml or any other?

I'll either use this plugin to launch games directly or via a .bat-file.

Thanx!!
//KeLLoGsX


- kirota - 2010-04-01 10:04

K I'm not a programmer like all you guys...I just want this to work

I followed the tutorial, added it to the directory, then added it to favorites...
But when I click on "Launcher" it just takes me to a file list and shows the 'folder' folder...
So have I done something wrong so far? Or what? I just want to have some nice thumbnails, and a way to launch my games


- Cangio87 - 2010-04-05 00:35

For KeLLoGsX:

Hi, i have found this way myself and i don't know if this is the true way:
my launchers.xml file is like this :
Code:
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
- <launchers>
- <launcher>
  <name>Internet</name>
  <application>C:\Programs\FirefoxPortable\FirefoxPortable.exe</application>
  <args />
  <rompath />
  <romext />
  <thumb />
  <wait>true</wait>
  <roms />
  </launcher>
  </launchers>

and i put it into the plugin data folder:

C:\Documents and Settings\SalonHD\ApplicationData\XBMC\userdata\plugin_data\programs\Launcher

I think that is not important if the application in xml file exist or not.

Sorry for my english.
Bye