Metadata-Version: 2.0
Name: Mopidy-Mixcloud
Version: 0.2.0
Summary: Mopidy Mixcloud extension
Home-page: https://github.com/unusualcomputers/unusualcomputers/tree/master/code/mopidy/mopidymixcloud
Author: Unusual Computers
Author-email: unusual.computers@gmail.com
License: Apache License, Version 2.0
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
Requires-Dist: Mopidy (>=1.0)
Requires-Dist: Pykka (>=1.1)
Requires-Dist: setuptools

****************************
Mopidy-Mixcloud
****************************


Installation
============

If you already have `mopidy installed <https://docs.mopidy.com/en/latest/installation/>`_ and running, you can install just by running on a command line:
::
    sudo pip install Mopidy-Mixcloud


Use
===

Once installed the addin behaves much like the rest of mopidy addins, with a couple of special tweaks. 
In the browsing section there are directories for Categories, Popular, New and Hot cloudcasts as well as a User directory.
_User_ directory is used for browsing users's cloudcasts, playlists, favorites etc. By default it is populated from the config file (see below). 

Searching for users can be done by adding 'user:' in from of a search string (without quotes), for example:  user:factionmix. Once the search is completed the users's cloudcasts will be listed as abums.
Additional user information for all dicovered users wil lbe automatically added to _User_ section in the browsing screen.
To clear this search for string 'refresh:'. This will also clear internal caches so you will be able to get updated data from mixcloud. Caches are cleared automatically about every 10 minutes. 


Configuration
=============

Once installed it will work, you can disable it by setting enabled=false in [mixcloud] section of `mopidy.conf <https://docs.mopidy.com/en/latest/config/>`_.
You can also list your favorite users (including yourself) in a comma separated list under _users_ setting  in [mixcloud] section of `mopidy.conf <https://docs.mopidy.com/en/latest/config/>`_.

Project resources
=================

- `Source code <https://github.com/unusualcomputers/unusualcomputers/tree/master/code/mopidy/mopidymixcloud>`_


Credits
=======

- Original author: `unusual computers <unusualcomputerscollective.org>`__

I have learned a lot from `jackyNIX's <https://github.com/jackyNIX/xbmc-mixcloud-plugin>\__ code for kodi mopidy plugin. 



