Project

General

Profile

Feature #287

Updated by Daniel Curtis over 10 years ago

One of the projects I have recently started testing is the Raspberry Pi implementation of XBMC, aptly named RaspBMC. XBMC is a great open source media center project and with a version for the RPi that adds a lot of function in a small package. Unfortunately RaspBMC does not have Hulu support built-in, however through the use of a third-party repository Hulu support can be added with with ease. 

 h2. Install RaspBMC 

 Use the RaspBMC install script to download the latest RaspBMC image: 
 <pre> 
 wget http://svn.stmlabs.com/svn/raspbmc/release/installers/python/install.py 
 chmod +x install.py 
 sudo python install.py 
 </pre> 

 Make sure to have the installation computer as well as the RPi connected to the Internet. When the install script is done bootstrapping the necessary files to the MicroSD card, insert the MicroSD card into the RPi and boot it up. When the RPi boots RaspBMC up it will automatically download the most recent version of RaspBMC, give it a while, it will bring up the dashboard when finished. 

 h2. Install the BlueCop repository 

 Copy the repository.bluecop.xbmc-plugins.zip file to a USB drive, then plug the USB drive into the RPi. From the RaspBMC dashboard go to +System -> Settings -> Add-ons -> Install from zip file+ the locate the repository.bluecop.xbmc-plugins.zip file on the USB drive.  

 h2. Install Hulu module 

 When the repository is installed go to the dashboard then +Videos -> Add-ons+ and press "*c*" on the keyboard and select *Force cache update*, open up the BlueCop repository and select +Hulu -> Install+. Once the module is installed select +Hulu -> Configure+, from there account information, stream quality, and more canbe configured.  
  

 Now that Hulu is installed and configured, it can be accessed in @Video -> Add-ons -> Hulu@. 

 h2. XBMC Remote Control 

 As an added feature, I use the XBMC Remote Control app to control the RaspBMC through the web interface, enabled in +System -> Settings -> Services -> Webserver+. It only makes sense to have control over the network since it is aleady attached to a network. 

 h2. Resources 

 * http://www.groovypost.com/howto/watch-hulu-raspbmc-raspberry-pi-free/ 
 * http://www.raspbmc.com/wiki/user/os-x-linux-installation/ 
 * https://code.google.com/p/bluecop-xbmc-repo/downloads/list 
 * http://forum.stmlabs.com/showthread.php?tid=7765

Back