Installing plugins in XBMC
Recently on friend of mine asked me to help him install plugins to his Linux XBMC HTPC. I don’t have a big experience with that software (I use LinuxMCE on my HTPC). But I thought it shouldn’t be difficult. I was right. The plugin installation procedure is simple. But it needs some preparation steps which aren’t explained clearly and they are not in one place. So, have a look my brief how-to. To help unexperienced users perform that task easier I add a few scree-shots there.
By default (at least in Linux version) the menu ‘Program’ which is used to install plugins, scripts and themes, is hide from the main page. To make it visible go to Settings –> Skin Settings and tick option ‘Show programs in main menu’:
The XBMC plugins can be installed by two ways – by specifying a path to the plugin’s source or using SVN Repo Installer. Just download it and unzip into plugin’s directory ~/.xbmc/plugins/program:
CD ~/.xbmc/plugins/program
wget http://xbmc-addons.googlecode.com/svn/packages/plugins/programs/SVN_Repo_Installer.zip
unzip SVN_Repo_Installer.zip
rm SVN_Repo_Installer.zip
Note! If you don’t have wget or unzip in your system you can install them using apt-get as well as any other program or utility such rar:
sudo apt-get update
sudo apt-get install wget
After that go to the Program menu. You should see two items there – ‘Program plugins’ and ‘Add source’. ‘Add source’ is used if you have source code of the plugin.
We’re interested to see ‘Program plugins’. There is an only one item – ‘SVN Repo Installer’ which contains a few options:
To install some plugin press xbmc-addons. It’ll show you the plugin’s categories
Let’s install some video plugin:
Here you may see all official video plugins. Choose desire one (Revision3, for example) and the installation procedure will start:
Finally you should see the message about result of installation:
After that the Revision3 should be available in the Video –> Video plugins. The same way desire audio, picture, program plugins can be installed on your XBMC system.
Related Posts:
8 comments:
You’re very welcome 🙂
Thanks.
The directory to unzip the SVN installer is ~/.xbmc/plugins/programs (with ‘s’ at the end)
Thank you very much
"To make it visible go to Settings –> Skin Settings and tick option ‘Show programs in main menu’:"
thanks, i was missing this from "how to" page on xbmc homepage.
This is a good tip as many beginners are quite unfamiliar how to add plugins to XBMC. To my mind XBMC has left behind other competing media centers such as XBMC and Plex in terms of easiness of installing plugins. For more HTPC related tips check:http://mymediaexperience.com/top-10-tips-for-your…
The plugin support makes xbmc what it is. The movie trailer and video games plugins work perfectly. I'm looking for perviews of tv shows if anyone knows of any.
A friend of Yours said Thank You 🙂