8000 GitHub - Tim10F8/plugin.audio.somafm: SomaFM Plugin for Kodi
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tim10F8/plugin.audio.somafm

 
 

Repository files navigation

SomaFM XBMC Plugin

SomaFM icon

This description is a bit outdated. You can simply install this addon by browsing the official repositories from within Kodi.

Installation

Installation currently requires you to know where your addons folder is located. Please refer to the Kodi Wiki article on userdata to find it. To find the addons folder, simply replace every instance of userdata in the article with addons.

Git

  1. Change into your addons folder
  2. Clone the repository into a new folder plugin.audio.somafm
  3. Done

On Unix based operating systems:

cd ~/kodi/addons/
git clone https://github.com/Soma-FM-Kodi-Add-On/plugin.audio.somafm.git plugin.audio.somafm

ZIP

Unfortunately, installing from a zip archive is not a lot easier

  1. Download the zip archive from GitHub
  2. Extract the contents
  3. Rename the resulting folder xbmc-somafm-master to plugin.audio.somafm
  4. Move the folder to your addons folder

On Unix based operating systems:

wget --content-disposition https://github.com/Soma-FM-Kodi-Add-On/plugin.audio.somafm/archive/master.zip
unzip xbmc-somafm-master.zip
mv plugin.audio.somafm-master/ plugin.audio.somafm
mv plugin.audio.somafm/ ~/kodi/addons/

Development

Included is a Docker compose stack that mounts the addon in a headless Kodi instance.

docker compose up

Then navigate to http://localhost:8080 and enable to addon from the settings.

SomaFM fanart

Lone DJ photo ©2000 Merin McDonell. Used with permission.

About

SomaFM Plugin for Kodi

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%
0