Mopidy Mixcloud

Hi all

I wrote a Mixcloud plugin, details here.

Would much appreciate any comments, bug reports etc

Thanks

Just in case somebody is looking for a Mixcloud plugin which works in Mopidy 3: https://github.com/magcode/mopidy-mixcloudsimple

Way less features compared to the original one, but enough for my purpose at least.

1 Like

Hello again,

I finally found a bit of time to look into the broken original plugin and it turns out it took quite a bit of work to catch up with all the changes by mixcloud, and I added a few more bits and pieces.

It should now be working in versions before mopidy 3. I will start working on getting the mopidy 3 compliant version out asap, but if you are still using older ones, you should be able to use it now.

The documentation on GitHub is updated too.

The best way to go about it is to uninstall (sudo pip uninstall Mopidy-Mixcloud) and install again (sudo pip install Mopidy-Mixclou).

I would very much appreciate reports of any problems

Mopidy-Mixcloud should now work for Mopidy 3 as well. use:

sudo python3 -m pip install Mopidy-Mixcloud

to install for Mopidy 3

and:

sudo pip install Mopidy-Mixcloud

for Mopidy 2

1 Like

Cool! Feel free to submit a PR to add this to https://mopidy.com/ext/ (please only include information regarding the Python 3 version, we no longer support Python 2 software).

1 Like

Thanks!
Created here https://github.com/mopidy/website/pull/34
Please let me know if there is anything wrong with the pr, it’s my first :blush:

That was merged very quickly indeed, thanks!