magcode / mopidy-mixcloudsimple

Simple mixcloud backend for mopidy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mopidy-mixcloudsimple

This is simple Mixcloud backend for Mopidy V3. It uses youtube-dl in the background to access Mixcloud.

It gives you quick access to the casts of the accounts you follow. It also provides the "New Shows" stream as known from the Mixcloud website.

install

cd ~
git clone https://github.com/magcode/mopidy-mixcloudsimple.git
sudo python3 pip install -e mopidy-mixcloudsimple
# you can also try 'sudo pip3 install -e mopidy-mixcloudsimple' in case the last command does not work

uninstall

cd ~/mopidy-mixcloudsimple
sudo python3 setup.py develop -u

configuration in mopidy.conf

[mixcloudsimple]
enabled = true
account = <your mixcloud account id>

About

Simple mixcloud backend for mopidy

License:Apache License 2.0


Languages

Language:Python 100.0%