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)
A2DP agent for promiscuous/permissive audio sinc.

Promiscuous Bluetooth audio sinc A2DP agent for promiscuous/permissive audio sinc for Linux. Once installed, a Bluetooth client, such as a smart phone

Jasper Aorangi 4 May 27, 2022
Carnatic Notes Predictor for audio files

Carnatic Notes Predictor for audio files Link for live application: https://share.streamlit.io/pradeepak1/carnatic-notes-predictor-for-audio-files/mai

1 Nov 06, 2021
A small project where I identify notes and key harmonies in a piece of music and use them further to recreate and generate the same piece of music through Python

A small project where I identify notes and key harmonies in a piece of music and use them further to recreate and generate the same piece of music through Python

5 Oct 07, 2022
Manipulate audio with a simple and easy high level interface

Pydub Pydub lets you do stuff to audio in a way that isn't stupid. Stuff you might be looking for: Installing Pydub API Documentation Dependencies Pla

James Robert 6.6k Jan 01, 2023
cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python

audioread Decode audio files using whichever backend is available. The library currently supports: Gstreamer via PyGObject. Core Audio on Mac OS X via

beetbox 419 Dec 26, 2022
TONet: Tone-Octave Network for Singing Melody Extraction from Polyphonic Music

TONet Introduction The official implementation of "TONet: Tone-Octave Network for Singing Melody Extraction from Polyphonic Music", in ICASSP 2022 We

Knut(Ke) Chen 29 Dec 01, 2022
An AI for Music Generation

An AI for Music Generation

Hao-Wen Dong 1.3k Dec 31, 2022
A Python 3 script for capturing and recording a SDR stream to a WAV file (or serving it to a HTTP audio stream).

rfsoapyfile A Python 3 script for capturing and recording a SDR stream to a WAV file (or serving it to a HTTP audio stream). The script is threaded fo

4 Dec 19, 2022
A music player designed for a University Project.

A music player designed for a University Project. Very flexibe and easy to use, a real life working application with user friendly controls. Hope u enjoy!!

Aditya Johorey 1 Nov 19, 2021
DCL - An easy to use diacritic library used for diacritic and accent manipulation.

Diacritics Library This library is used for adding, and removing diacritics from strings. Getting started Start by importing the module: import dcl DC

Kreus Amredes 6 Jun 03, 2022
Audio Retrieval with Natural Language Queries: A Benchmark Study

Audio Retrieval with Natural Language Queries: A Benchmark Study Paper | Project page | Text-to-audio search demo This repository is the implementatio

21 Oct 31, 2022
:notes: Cross-platform music player

Exaile Exaile is a music player with a simple interface and powerful music management capabilities. Features include automatic fetching of album art,

Exaile 327 Dec 19, 2022
Inner ear models for Python

cochlea cochlea is a collection of inner ear models. All models are easily accessible as Python functions. They take sound signal as input and return

98 Jan 05, 2023
:sound: Play and Record Sound with Python :snake:

Play and Record Sound with Python This Python module provides bindings for the PortAudio library and a few convenience functions to play and record Nu

spatialaudio.net 750 Dec 31, 2022
A simple music player, powered by Python, utilising various libraries such as Tkinter and Pygame

A simple music player, powered by Python, utilising various libraries such as Tkinter and Pygame

PotentialCoding 2 May 12, 2022
Mentos Music Bot With Python

Mentos Music Bot For Any Query Join Our Support Group 👥 Special Thanks - @OfficialYukki Hey Welcome To Here 💫 💫 You Can Make Your Own Music Bot Fo

Cyber Toxic 13 Oct 21, 2022
controls volume using hand gestures

controls volume using hand gestures

1 Oct 11, 2021
Guide & Examples to create deeplearning gstreamer plugins and use them in your pipeline

upai-gst-dl-plugins Guide & Examples to create deeplearning gstreamer plugins and use them in your pipeline Introduction Thanks to the work done by @j

UPAI.IO 11 Dec 11, 2022
Expressive Digital Signal Processing (DSP) package for Python

AudioLazy Development Last release PyPI status Real-Time Expressive Digital Signal Processing (DSP) Package for Python! Laziness and object representa

Danilo de Jesus da Silva Bellini 642 Dec 26, 2022
live coding in python + supercollider

live coding in python + supercollider

Zack 6 Feb 06, 2022