Installation currently requires you to know where your addons
folder is located. Please refer to
the XBMC Wiki article on userdata
to find it. To find the
addons
folder, simply replace every instance of userdata
in the article with addons
.
- Change into your
addons
folder - Clone the repository into a new folder
plugin.audio.somafm
- Done
On Linux and possibly Mac OSX
cd ~/xbmc/addons/
git clone https://github.com/nils-werner/xbmc-somafm.git plugin.audio.somafm
Unfortunately, installing from a ZIP-file is not a lot easier
- Download the ZIP Archive from GitHub
- Extract the contents
- Rename the resulting folder
xbmc-somafm-master
toplugin.audio.somafm
- Move the folder to your
addons
folder
Again on Linux and possibly Mac OSX
wget --content-disposition https://github.com/nils-werner/xbmc-somafm/archive/master.zip
unzip xbmc-somafm-master.zip
mv xbmc-somafm-master/ plugin.audio.somafm
mv plugin.audio.somafm/ ~/xbmc/addons/