[WINDOWS] HOW-TO integrate HuluDesktop (for Hulu) with XBMC using the Launcher Plugin
#1
Thumbs Up 
Using the new HuluDesktop and the Launcher plugin, you can create a pretty seamless connection between XBMC and Hulu.

Here's how I did it:
1) Download and install HuluDesktop

2) Download the launcher plugin here

3) I renamed the Launcher Plugin folder to Hulu Launcher and placed it here:
C:\Documents and Settings\USERNAME\Application Data\XBMC\plugins\video

4) I opened the default.py in the Hulu Launcher folder and edited the title to read "Hulu Launcher". The main reason I did this is to get the plugin to show up under video plugins and to seperate it from my Launcher for other applications.

5) You can then go to video plugins and find the Hulu Launcher in XBMC. I added a launcher that linked to HuluDesktop. The launchers.xml file in my
C:\Documents and Settings\USERNAME\Application Data\XBMC\userdata\plugin_data\programs\Hulu Launcher folder looks like this:

Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<launchers>
    <launcher>
        <name>Hulu</name>
        <application>C:\Documents and Settings\USERNAME\Local Settings\Application Data\HuluDesktop\HuluDesktop.exe</application>
        <args></args>
        <rompath></rompath>
        <romext></romext>
        <thumb>G:\Media\Backdrops\Thumbnails\hulu.jpg</thumb>
        <wait>false</wait>
        <roms>
        </roms>
    </launcher>
</launchers>

6) Finally, I setup my Remote with EventGhost. Using Eventghost you can then setup conditional remote buttons depending on if XBMC is activated or HuluDesktop is. You can also setup a button to close HuluDesktop and switch back to XBMC so the transition between the two is nice and smooth. My settings for eventghost are pasted here


The end result is pretty nice:
Image
Favorites Link to Hulu

Image
HuluDesktop Starting Up
Reply


Messages In This Thread
[WINDOWS] HOW-TO integrate HuluDesktop (for Hulu) with XBMC using the Launcher Plugin - by zachmorris - 2009-07-15, 04:32
[No subject] - by uncertainty - 2009-07-15, 20:22
[No subject] - by zachmorris - 2009-07-15, 21:24
Try changing the wait to true - by avnishb - 2009-07-15, 22:59
[No subject] - by xboxkid - 2009-07-16, 13:40
[No subject] - by uncertainty - 2009-07-16, 23:29
[No subject] - by zachmorris - 2009-07-17, 02:02
[No subject] - by kricker - 2009-07-17, 05:41
[No subject] - by xboxkid - 2009-07-17, 12:36
[No subject] - by CiXel - 2009-08-01, 15:30
[No subject] - by kricker - 2009-08-02, 18:33
[No subject] - by fablog - 2009-11-19, 05:09
[No subject] - by BigDaddyRal - 2009-12-15, 00:53
[No subject] - by CrashX - 2009-12-15, 01:15
[No subject] - by BigDaddyRal - 2009-12-15, 01:29
[No subject] - by Bubblehead - 2010-01-11, 01:27
[No subject] - by apex82 - 2010-04-28, 19:44
[No subject] - by jcl3042 - 2010-05-11, 23:15
[No subject] - by punkurself - 2011-01-02, 06:44
[No subject] - by Compo - 2011-06-08, 22:40
Logout Mark Read Team Forum Stats Members Help
[WINDOWS] HOW-TO integrate HuluDesktop (for Hulu) with XBMC using the Launcher Plugin1