Mopidy-SomaFM

SomaFM extension for Mopidy


License
Apache-2.0
Install
pip install Mopidy-SomaFM==0.7.1

Documentation

Mopidy-SomaFM

Latest PyPI version CircleCI build status Test coverage

SomaFM extension for Mopidy

Installation

Debian/Ubuntu

Install by running:

python3 -m pip install Mopidy-SomaFM

Or, if available, install the Debian/Ubuntu package from apt.mopidy.com.

Configuration

Before starting Mopidy, you must add configuration for Mopidy-SomaFM to your Mopidy configuration file:

[somafm]
encoding = aac
quality = highest
  • encoding must be either aac, mp3 or aacp
  • quality must be one of highest, fast, slow, firewall

If the preferred quality is not available for a channel, the extension will fallback to fast. And afterwards if the preferred encoding is not available for that quality, it will fallback to using mp3. It seems that all channels support the combination fast + mp3

You can also choose to use the channel DJ as the reported track artist (default behavior):

[somafm]
dj_as_artist = true

Project resources

Credits