Mopidy extension for playing music from Intergalactic FM.
This package is available from apt.mopidy.com.
This can be installed by running:
sudo apt-get install mopidy-intergalacticfm
Install by running:
pip install Mopidy-IntergalacticFM
The extension requires that the Mopidy-Stream extension is enabled. It is bundled with Mopidy and enabled by default, so it will be available unless you've explicitly disabled it.
You may change prefered quality and encoding in your Mopidy configuration file:
[intergalacticfm] encoding = aac quality = highest
encoding
must be eitheraac
,mp3
oraacp
quality
must be one ofhighest
,fast
,slow
,firewall
Intergalactic FM does not provide every possible combination of encoding
and quality
.
For example, as of 2016/05/19, mp3 + highest
gives 4 playlists while aac + highest
gives only 3. All other combinations, for now, do not give any playlists.
Some combinations are incompatible and will give zero playlist: aacp + highest
and aac + fast
.
Thanks go to the authors of the original add-on that was developed for SomaFM for allowing to fork their work from https://github.com/AlexandrePTJ/mopidy-somafm
For that and other projects using channels.xml and channels.json, I also developed a schema for XML and JSON to describe online radio station channels, see https://github.com/intergalacticfm/online-radio-channels For this, thanks go to SomaFM for allowing to describe their dataformat and reviewing my work.
Last but not least, thank you I-f and others for creating Intergalactic FM and embracing new initiatives and technologies to keep us all in musical orbit.