SomaFM Plugin for Kodi

Overview

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 Linux and possibly Mac OSX

cd ~/kodi/addons/
git clone https://github.com/Oderik/xbmc-somafm.git plugin.audio.somafm

ZIP

Unfortunately, installing from a ZIP-file 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

Again on Linux and possibly Mac OSX

wget --content-disposition https://github.com/Oderik/xbmc-somafm/archive/master.zip
unzip xbmc-somafm-master.zip 
mv xbmc-somafm-master/ plugin.audio.somafm
mv plugin.audio.somafm/ ~/kodi/addons/

SomaFM fanart

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

Comments
  • channel stream freezes

    channel stream freezes

    Hey all,

    Hope this is the right place to note this, but since installing the app has started to act up. The first 2,3 times I loaded a radio stream it worked fine. But now, a stream will freeze basically the second it starts to play. This happens about 80 percent of the time. So 1 out of 5 times music will play, as expected. But the other 4/5 as soon as a channel is selected and the play window opens sounds starts for... maybe 1/3 of a second and then then screen freezes. You can't back out of it, you have to exit to home, kill Kodi and restart.

    Seems to happen on any channel Restarted the device doesn't seem to help

    Device: Nvidia Shield (2015) OS: AndroidTV (Shield Experience) Android Version: 9 Shield Android TV SW Version: 8.2.3 (32.6.518.0)

    Kodi v.: 19.3 SomaFM addon Version: 2.0.1

    I'm not a coder but if you need anything else I'll help if I can. I've been lauded as a good tester, lol...

    opened by RacerXnyc 13
  • Dependency beautifulsoup4 not needed

    Dependency beautifulsoup4 not needed

    Hi!

    I did this a while ago: https://github.com/void-spark/xbmc-somafm During that I found out that that the beautifulsoup4 dependency is actually unused, so could be left out of addon.xml :)

    opened by void-spark 4
  • Create pull_request_template.md

    Create pull_request_template.md

    Should help with getting the right answers quicker, feel free to modify :)

    https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates

    opened by inverse 0
  • Kodi 19 fix passing

    Kodi 19 fix passing

    Moving this https://github.com/Oderik/xbmc-somafm/pull/15 here as it is the original maintainers goal to have this addon be managed by an organization.

    opened by evinr 0
  • Holiday Stations Missing

    Holiday Stations Missing

    The pluging does not list the SomaFM holiday stations:

    • Department Store Christmas
    • Jolly Ol' Soul
    • Xmas in Frisko
    • Christmas Rocks!
    • Christmas Lounge

    Issue on the old repo: https://github.com/Oderik/xbmc-somafm/issues/11

    opened by lebeno 13
Releases(v2.0.1)
Owner
null
kodi addon 115网盘

plugin.video.115 kodi addon 115网盘 插件,需要kodi 18以上版本,原码播放需配合 https://github.com/feelfar/115proxy-for-kodi 使用 安装 <<<<<<< HEAD 由于release包尚未释出,可直接下载源代码zip包

null 109 Dec 29, 2022
Kodi script for proper Australian weather data

Kodi Oz Weather weather.ozweather Script for Kodi for high quality Australian weather data sourced directly from the BOM. Available from the Kodi offi

Jeremy Daalder 5 Nov 24, 2022
A Kodi add-on for watching content hosted on PeerTube.

A Kodi add-on for watching content hosted on PeerTube. This add-on is under development so only basic features work, and you're welcome to improve it.

null 1 Dec 18, 2021
Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.

Xadmin Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap. Liv

差沙 4.7k Dec 31, 2022
A simple but flexible plugin system for Python.

PluginBase PluginBase is a module for Python that enables the development of flexible plugin systems in Python. Step 1: from pluginbase import PluginB

Armin Ronacher 1k Dec 16, 2022
A Linux webcam plugin for BGMv2 as used in our demos.

The goal of this repository is to supplement the main Real-Time High Resolution Background Matting repo with a working demo of a videoconferencing plu

Andrey Ryabtsev 144 Dec 27, 2022
A JSON Web Token authentication plugin for the Django REST Framework.

Simple JWT Abstract Simple JWT is a JSON Web Token authentication plugin for the Django REST Framework. For full documentation, visit django-rest-fram

Simple JWT 3.3k Jan 1, 2023
A Django plugin for pytest.

Welcome to pytest-django! pytest-django allows you to test your Django project/applications with the pytest testing tool. Quick start / tutorial Chang

pytest-dev 1.1k Dec 31, 2022
A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, with a simple, concise and flexible YAML-based syntax

1.0 Release See here for details about breaking changes with the upcoming 1.0 release: https://github.com/taverntesting/tavern/issues/495 Easier API t

null 909 Dec 15, 2022
Comprehensive Markdown plugin built for Django

Django MarkdownX Django MarkdownX is a comprehensive Markdown plugin built for Django, the renowned high-level Python web framework, with flexibility,

neutronX 740 Jan 8, 2023
A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.

flake8-bugbear A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycode

Python Code Quality Authority 869 Dec 30, 2022
Pylint plugin for improving code analysis for when using Django

pylint-django About pylint-django is a Pylint plugin for improving code analysis when analysing code using Django. It is also used by the Prospector t

Python Code Quality Authority 544 Jan 6, 2023
❄️ A flake8 plugin to help you write better list/set/dict comprehensions.

flake8-comprehensions A flake8 plugin that helps you write better list/set/dict comprehensions. Requirements Python 3.6 to 3.9 supported. Installation

Adam Johnson 398 Dec 23, 2022
Flake8 plugin that checks import order against various Python Style Guides

flake8-import-order A flake8 and Pylama plugin that checks the ordering of your imports. It does not check anything else about the imports. Merely tha

Python Code Quality Authority 270 Nov 24, 2022
flake8 plugin that integrates isort

Flake8 meet isort Use isort to check if the imports on your python files are sorted the way you expect. Add an .isort.cfg to define how you want your

Gil Forcada Codinachs 139 Nov 8, 2022
Flake8 plugin to find commented out or dead code

flake8-eradicate flake8 plugin to find commented out (or so called "dead") code. This is quite important for the project in a long run. Based on eradi

wemake.services 277 Dec 27, 2022
A Pylint plugin to analyze Flask applications.

pylint-flask About pylint-flask is Pylint plugin for improving code analysis when editing code using Flask. Inspired by pylint-django. Problems pylint

Joe Schafer 62 Sep 18, 2022
flake8 plugin to run black for checking Python coding style

flake8-black Introduction This is an MIT licensed flake8 plugin for validating Python code style with the command line code formatting tool black. It

Peter Cock 146 Dec 15, 2022
A plugin for flake8 integrating Mypy.

flake8-mypy NOTE: THIS PROJECT IS DEAD It was created in early 2017 when Mypy performance was often insufficient for in-editor linting. The Flake8 plu

Łukasz Langa 103 Jun 23, 2022