SomaFM extension for Mopidy
Install by running:
python3 -m pip install Mopidy-SomaFM
Or, if available, install the Debian/Ubuntu package from apt.mopidy.com.
Before starting Mopidy, you must add configuration for Mopidy-SomaFM to your Mopidy configuration file:
[somafm] encoding = aac quality = highest
encoding
must be eitheraac
,mp3
oraacp
quality
must be one ofhighest
,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
- Original author: Alexandre Petitjean
- Current maintainer: Alexandre Petitjean
- Contributors