[WINDOWS] Launcher plugin for XBMC

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
leo2 Offline
Skilled Python Coder
Posts: 176
Joined: Jun 2008
Reputation: 0
Thumbs Up  [WINDOWS] Launcher plugin for XBMC Post: #1
Hello there,

I've created a small plugin that allow launch windows programs inside XBMC "Programs" section.

Unlike the "emuLauncher" script, mine is a plugin, not a script, so it integrates with the XBMC GUI seamlessly.

I'll be thankful if you would install and test my plugin, so I will fix bugs before I continue improving it.

Download Link:
http://code.google.com/p/xbmc-launcher/downloads/list

SVN Access:
svn checkout http://xbmc-launcher.googlecode.com/svn/trunk/ xbmc-launcher-read-only

Wiki:
http://code.google.com/p/xbmc-launcher/wiki/Main

Plugin Features:
- Run an application with arguments.
- Run a file from directory using given application.
- Search & Download images for applications and files using Yahoo search engine.
- Full work with the GUI with. (add application, remove, add files, etc..)

Installation:
1. unzip the file into Plugins/Program directory.
2. (linux users only): create a symlink for /usr/lib/libcurl.so.4 named /usr/lib/libcurl.so (run: "sudo ln -sf /usr/lib/libcurl.so.4 /usr/lib/libcurl.so" in terminal)
3. Run XBMC:
3.1. Switch to MC360 Skin (or some other skin that has "Programs" Section)
3.2. Go to Games -> Applications -> Add Source -> Browse -> Program Plugins
3.3. Select Launcher and Click "OK"
3.4. Click OK Again.
3.5. Right Click on "Launcher" Icon
3.6. Choose "Add to Favorites"
3.7. Switch back to PMIII Skin.
3.8. Click on the Arrow in the bottom right corner
3.9. Choose "Launcher"

leo
(This post was last modified: 2009-06-09 18:51 by Gamester17.)
find quote
budwize Offline
Member
Posts: 51
Joined: Mar 2008
Reputation: 0
Post: #2
wow awesome stuff Smile
find quote
Rand Al Thor Offline
Collect3 Project Manager
Posts: 917
Joined: Jul 2005
Post: #3
Sweet! I will check it out tonight. Thanks.
find quote
ninebr34ker Offline
Junior Member
Posts: 39
Joined: May 2008
Reputation: 0
Post: #4
there will be grand testing tonight!
find quote
Gamester17 Offline
Team-XBMC Forum Moderator
Posts: 10,595
Joined: Sep 2003
Reputation: 9
Location: Sweden
Post: #5
is it possible to make it work for Linux and Mac OS X as well (and Xbox as well for that matter?)?

Confused

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not 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.
find quote
marlboroman1 Offline
Fan
Posts: 306
Joined: Aug 2007
Reputation: 0
Post: #6
i'm realy not wining with this do i need to install any thing elss i left mame alown and edited the pc section like so tryed a few difernt combination but this semed logical but it was no go

<launcher>
<name>PC</name>
<application>C:\Program Files\Mozilla Firefox\firefox.exe</application>
<rompath>C:\Program Files</rompath>
<romext></romext>
<thumb>http://www.allgame.com/img/systems/ibmpc.gif</thumb>
<roms>
<rom>
<name>Firefox</name>
<filename>C:\Program Files\Mozilla Firefox\firefox.exe</filename>
<thumb>http://image.allmusic.com/00/agg/cov200/drg200/g232/g23272wu1hc.jpg</thumb>
</rom>
</roms>
</launcher>
</launchers>


if any one can see were I've gone wrong please let me know


log in case its needed
http://pastebin.com/m38591ff8
find quote
rausch101 Offline
Fan
Posts: 580
Joined: Sep 2006
Reputation: 1
Location: Washington D.C.
Post: #7
Wow, I've been waiting for this for so long. I'm sure a lot of people agree with me when I say thanks so much for all of your work leo.

Will test it out later tonight
find quote
rausch101 Offline
Fan
Posts: 580
Joined: Sep 2006
Reputation: 1
Location: Washington D.C.
Post: #8
No go for me. Followed the instructions, put the "launchers.xml" in both UserData directories (in documents in settings as well as in Program Files). Modified the launchers.xml to have no conflicts with my directories and still no go. Using vista x32. Still thanks very much for the first beta, it's nice to know it at least works on leo's machine
find quote
ninebr34ker Offline
Junior Member
Posts: 39
Joined: May 2008
Reputation: 0
Post: #9
all right I did some short testing on it. I think the way this is happening is definetly the right idea. Seperating the pc games and emulation, and allowing xbmc to act as a frontend is honestly exactly what I hoping the xbmc devs would get to.

Now I edited the launchers.xml file so it would point to a version of everyday shooter on my pc. No go. I can enter the plugin but from there nothing shows up. Heres my config am I doing something wrong? (I left the emulators in there and I'll be trying some other methods later.

<launcher>
<name>PC</name>
<application></application>
<rompath></rompath>
<romext></romext>
<thumb>http://www.allgame.com/img/systems/ibmpc.gif</thumb>
<roms>
<rom>
<name>Everyday Shooter</name>
<filename>C:\Program Files\Everyday Shooter\EverydayShooter.exe</filename>
<thumb>http://image.allmusic.com/00/agg/cov200/drg200/g232/g23272wu1hc.jpg</thumb>
</rom>
</roms>
</launcher>
</launchers>
find quote
kricker Offline
Team-XBMC QA Specialist
Posts: 3,307
Joined: Apr 2004
Reputation: 16
Location: Knoxville, TN
Post: #10
@marlboroman
Try this:
Code:
<launcher>
        <name>Browsers</name>
        <application></application>
        <rompath></rompath>
        <romext></romext>
        <thumb></thumb>
        <roms>
            <rom>
                <name>Firefox</name>
                <filename>"C:\Program Files\Mozilla Firefox\firefox.exe"</filename>
                <thumb></thumb>
            </rom>
        </roms>
    </launcher>
</launchers>

Read this before using these builds.
XBMC win32 SVN builds
Changelog
find quote
Post Reply