{ "info": { "author": "dz0ny", "author_email": "dz0ny@ubuntu.si", "bugtrack_url": null, "classifiers": [ "Environment :: No Input/Output (Daemon)", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Topic :: Multimedia :: Sound/Audio :: Players" ], "description": "*****************\nMopidy-SoundCloud\n*****************\n\n.. image:: https://img.shields.io/pypi/v/Mopidy-SoundCloud.svg?style=flat\n :target: https://pypi.python.org/pypi/Mopidy-SoundCloud/\n :alt: Latest PyPI version\n\n.. image:: https://img.shields.io/travis/mopidy/mopidy-soundcloud/master.svg?style=flat\n :target: https://travis-ci.org/mopidy/mopidy-soundcloud\n :alt: Travis CI build status\n\n.. image:: https://img.shields.io/coveralls/mopidy/mopidy-soundcloud/master.svg?style=flat\n :target: https://coveralls.io/r/mopidy/mopidy-soundcloud?branch=master\n :alt: Test coverage\n\n`Mopidy `_ extension for playing music from\n`SoundCloud `_.\n\n\nMaintainer wanted\n=================\n\nMopidy-SoundCloud is currently kept on life support by the Mopidy core\ndevelopers. It is in need of a more dedicated maintainer.\n\nIf you want to be the maintainer of Mopidy-SoundCloud, please:\n\n1. Make 2-3 good pull requests improving any part of the project.\n\n2. Read and get familiar with all of the project's open issues.\n\n3. Send a pull request removing this section and adding yourself as the\n \"Current maintainer\" in the \"Credits\" section below. In the pull request\n description, please refer to the previous pull requests and state that\n you've familiarized yourself with the open issues.\n\nAs a maintainer, you'll be given push access to the repo and the authority to\nmake releases to PyPI when you see fit.\n\n\nInstallation\n============\n\nDebian/Ubuntu/Raspbian: Install the ``mopidy-soundcloud`` package from\n`apt.mopidy.com `_::\n\n sudo apt-get install mopidy-soundcloud\n\nArch Linux: Install the ``mopidy-soundcloud`` package from\n`AUR `_::\n\n sudo yaourt -S mopidy-soundcloud\n\nOS X: Install the ``mopidy-soundcloud`` package from the\n`mopidy/mopidy `_ Homebrew tap::\n\n brew install mopidy-soundcloud\n\nElse: Install the dependencies listed above yourself, and then install the\npackage from PyPI::\n\n pip install Mopidy-SoundCloud\n\nIf you're having trouble with audio playback from SoundCloud, make sure you\nhave the \"ugly\" plugin set from GStreamer installed for MP3 support. The\npackage is typically named ``gstreamer0.10-plugins-ugly`` or similar, depending\non OS and distribution. The package isn't a strict requirement for Mopidy's\ncore, so you may be missing it.\n\n\nConfiguration\n=============\n\n#. You must register for a user account at http://www.soundcloud.com/\n\n#. You need a SoundCloud authentication token for Mopidy from\n http://www.mopidy.com/authenticate\n\n#. Add the authentication token to the ``mopidy.conf`` config file::\n\n [soundcloud]\n auth_token = 1-1111-1111111\n explore_songs = 25\n\n#. Use ``explore_songs`` to restrict the number of items returned.\n\n\nProject resources\n=================\n\n- `Source code `_\n- `Issue tracker `_\n\n\nCredits\n=======\n\n- Original author: `Janez Troha `_\n- Current maintainer: None. Maintainer wanted, see section above.\n- `Contributors `_\n\n\nChangelog\n=========\n\nv2.1.0 (2018-05-30)\n-------------------\n\n- Fix ``AttributeError: 'list' object has no attribute 'name'`` when browsing\n tracks. (Fixes #43, #45, #59, PR #69)\n- Improved error handling. (Fixes #53, #71, #90, #95, PR #100)\n- Merged oustanding pull requests implementing various API updates. (Fixes #79,\n #82, PR #100)\n- Cached main API endpoint responses for 10 seconds.\n- Cached stream links to reduce impact of API rate limit. (PR #100)\n- Add ``explore_songs`` config to limit the number of results returned.\n (PR #100)\n\nv2.0.2 (2016-01-03)\n-------------------\n\n- Handle HTTP connection errors without a response. (PR #61)\n\n- Ignore tracks without an URI. (Related to mopidy#1340, PR #62)\n\nv2.0.1 (2015-10-06)\n-------------------\n\n- Fix Unicode escape sequences in SoundCloud search queries by encoding as\n UTF-8. (Fixes #42, PR #55)\n\nv2.0.0 (2015-03-25)\n-------------------\n\n- Require Mopidy >= 1.0.\n\n- Update to work with new playback API in Mopidy 1.0.\n\n- Update to work with new backend search API in Mopidy 1.0.\n\nv1.2.5 (2014-06-24)\n-------------------\n\n- Add support for new explore api\n\nv1.2.4 (2014-05-15)\n-------------------\n\n- Add support for adding track by url\n- Fix search parsing\n- Support for adding playlists from liked section\n- Fix for track parsing and empty artists field\n\nv1.2.3 (2014-04-02)\n-------------------\n\n- Add support for playing music from groups\n\nv1.2.2 (2014-03-26)\n-------------------\n\n- Update Soundcloud API endpoint\n\nv1.2.1 (2014-02-21)\n-------------------\n\n- Properly escape unsafe chars in URIs.\n\nv1.2.0 (2014-02-16)\n-------------------\n\n- Deprecated ``explore`` and ``explore_pages`` config values.\n\n- Extension is now using Mopidy's virtual filesystem to expose music from your\n SoundCloud account instead of fake playlists. See the \"Browse\" or \"Files\"\n option in your MPD client.\n\n In the virtual file system you can browse:\n\n - The \"Stream\" with tracks from the users you follow.\n\n - All \"Explore\" sections.\n\n - Your followers and their shared tracks.\n\n - Your liked tracks.\n\n - Your sets.\n\n- Add search support.\n\n- Add support for looking up music by SoundCloud URLs through searching for the\n URL as a file name.\n\nv1.1.0 (2014-01-20)\n-------------------\n\n- Updated extension and backend APIs to match Mopidy 0.18.\n\nv1.0.18 (2014-01-11)\n--------------------\n\n- Use proper logger namespaced to ``mopidy_soundcloud`` instead of ``mopidy``.\n\n- Fix wrong use of ``raise`` when the SoundCloud API doesn't respond as\n expected.\n\nv1.0.17 (2013-12-21)\n--------------------\n\n- Don't cache the user request.\n\n- Require Requests >= 2.0. (Fixes #3)\n\nv1.0.16 (2013-10-22)\n--------------------\n\n- Require Mopidy >= 0.14.\n\n- Fix crash when SoundCloud returns 404 on track lookup. (Fixes #7)\n\n- Add some tests.\n\nv1.0.15 (2013-07-31)\n--------------------\n\n- Import code from old repo.\n\n- Handle authentication errors without crashing. (Fixes #3 and #4)\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mopidy/mopidy-soundcloud", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "Mopidy-SoundCloud", "package_url": "https://pypi.org/project/Mopidy-SoundCloud/", "platform": "", "project_url": "https://pypi.org/project/Mopidy-SoundCloud/", "project_urls": { "Homepage": "https://github.com/mopidy/mopidy-soundcloud" }, "release_url": "https://pypi.org/project/Mopidy-SoundCloud/2.1.0/", "requires_dist": [ "setuptools", "Mopidy (>=1.0)", "Pykka (>=1.1)", "requests (>=2.0.0)" ], "requires_python": "", "summary": "SoundCloud extension for Mopidy", "version": "2.1.0" }, "last_serial": 3910889, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "cb4f08247fd618926d1cd2e4bf8093cc", "sha256": "18718c486f183ed5884e12e8dd08d635bb018cc62cdc214748dfed9936b0f44f" }, "downloads": -1, "filename": "Mopidy-SoundCloud-1.0.0.tar.gz", "has_sig": false, "md5_digest": "cb4f08247fd618926d1cd2e4bf8093cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6963, "upload_time": "2013-04-01T20:07:32", "url": "https://files.pythonhosted.org/packages/6e/4f/e6669f9cfe673978e3957e51bb6144cac03f601cd71336d4965a25b19369/Mopidy-SoundCloud-1.0.0.tar.gz" } ], "1.0.10": [ { "comment_text": "", "digests": { "md5": "60dba74f8027e6d987e7d769ea5616c8", "sha256": "1057ba2babe0f89c4e0a5a1028d6c4e537a0d78e042dfdea4b88252a8f8529d7" }, "downloads": -1, "filename": "Mopidy-SoundCloud-1.0.10.tar.gz", "has_sig": false, "md5_digest": "60dba74f8027e6d987e7d769ea5616c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7191, "upload_time": "2013-04-06T20:09:21", "url": "https://files.pythonhosted.org/packages/72/4f/0161029d0ac232ff7795735317af179267bdd1debe0cf95887b07747ee88/Mopidy-SoundCloud-1.0.10.tar.gz" } ], "1.0.12": [ { "comment_text": "", "digests": { "md5": "cdc8347c3d5e871d966be8701988d62b", "sha256": "f5a1d190e5afbb61f02ab0f1fd01981fe3919e5bdbf7e3a0ba2fde63b0510bd2" }, "downloads": -1, "filename": "Mopidy-SoundCloud-1.0.12.tar.gz", "has_sig": false, "md5_digest": "cdc8347c3d5e871d966be8701988d62b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7083, "upload_time": "2013-04-18T09:44:23", "url": "https://files.pythonhosted.org/packages/98/29/3dbcaa4a91219a1d5f673411e10f1bed5ece1689df022aebbb82ed230b98/Mopidy-SoundCloud-1.0.12.tar.gz" } ], "1.0.13": [ { "comment_text": "", "digests": { "md5": "22912032a1d5033d961bdf5f1143985e", "sha256": "75d46211d8298b3fdc8cb2aa6c698385424c933b39eff2a060870311e4b04b6e" }, "downloads": -1, "filename": "Mopidy-SoundCloud-1.0.13.tar.gz", "has_sig": false, "md5_digest": "22912032a1d5033d961bdf5f1143985e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7328, "upload_time": "2013-04-18T10:57:57", "url": "https://files.pythonhosted.org/packages/f6/3c/12590eb321cbb1334754dd2b89ebfb5740e9aefb0a7c7dbf687117748330/Mopidy-SoundCloud-1.0.13.tar.gz" } ], "1.0.14": [ { "comment_text": "", "digests": { "md5": "6762789bda412bc87ca611734f5b6308", "sha256": "9e3102feacc633ee84db3a32fac5d7109f1a34c808285929dbddbe54d668e3ef" }, "downloads": -1, "filename": "Mopidy-SoundCloud-1.0.14.tar.gz", "has_sig": false, "md5_digest": "6762789bda412bc87ca611734f5b6308", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7365, "upload_time": "2013-04-28T10:23:39", "url": "https://files.pythonhosted.org/packages/16/2c/6d911c79b9103fb4df7ab6a6a9d1c278195adb0bd91eaf5e933bf32c86f8/Mopidy-SoundCloud-1.0.14.tar.gz" } ], "1.0.15": [ { "comment_text": "", "digests": { "md5": "c993ae083a028c0f527cf8ce58545589", "sha256": "c25f3bdf85c3f63709266a289556cae59152d7c3af56911bc64918d923691b45" }, "downloads": -1, "filename": "Mopidy_SoundCloud-1.0.15-py27-none-any.whl", "has_sig": false, "md5_digest": "c993ae083a028c0f527cf8ce58545589", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 10084, "upload_time": "2013-10-28T21:47:31", "url": "https://files.pythonhosted.org/packages/ea/22/efc0eba186fdbf2d5aa4b6b943100f09caf44fecb4ea7a822afff0255225/Mopidy_SoundCloud-1.0.15-py27-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6943b249976bdd839d07ef5e047e17fd", "sha256": "57aed417b06a29414d72634a00af26d3548d1a0f0f668e91ce8a61952c101823" }, "downloads": -1, "filename": "Mopidy-SoundCloud-1.0.15.tar.gz", "has_sig": false, "md5_digest": "6943b249976bdd839d07ef5e047e17fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7269, "upload_time": "2013-10-28T21:47:24", "url": "https://files.pythonhosted.org/packages/c5/59/498199cc1e733b66a728be73819246e04f52855fc5bc3f93f4d94843bc3e/Mopidy-SoundCloud-1.0.15.tar.gz" }, { "comment_text": "", "digests": { "md5": "e89df74a8a9302e183518d47da033770", "sha256": "c480b87e6bca066bd0ee0f23f2589291a1326ed38c1f8b9ed8cfc4353f7a553f" }, "downloads": -1, "filename": "Mopidy-SoundCloud-1.0.15.zip", "has_sig": false, "md5_digest": "e89df74a8a9302e183518d47da033770", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12750, "upload_time": "2013-07-31T12:52:01", "url": "https://files.pythonhosted.org/packages/29/92/11d617a838e3aa0b0a098b1571fb3040eaaca849beebc034fc85312b6391/Mopidy-SoundCloud-1.0.15.zip" } ], "1.0.16": [ { "comment_text": "", "digests": { "md5": "0beae841c133cdb1ec81081e704a3f71", "sha256": "97d9e9cf48457156a20b6452c105a61866f79dd86110cd1492ae37f0f42b62c4" }, "downloads": -1, "filename": "Mopidy_SoundCloud-1.0.16-py27-none-any.whl", "has_sig": false, "md5_digest": "0beae841c133cdb1ec81081e704a3f71", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 10587, "upload_time": "2013-10-28T21:47:49", "url": "https://files.pythonhosted.org/packages/ee/f9/8469cbc064c404e2756e1c6b80b9e303d791c88ddb366cf2dc3f1354225c/Mopidy_SoundCloud-1.0.16-py27-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9463f9cdb0fd5f6bd2acc7da5f905894", "sha256": "f8bb50b791fe4a662b4115ac48aaffd37fc59c041cc457d32eccdcde4318b38e" }, "downloads": -1, "filename": "Mopidy-SoundCloud-1.0.16.tar.gz", "has_sig": false, "md5_digest": "9463f9cdb0fd5f6bd2acc7da5f905894", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7652, "upload_time": "2013-10-28T21:47:43", "url": "https://files.pythonhosted.org/packages/57/65/291eba19c6836b2d41b2788dc357a21b59cf60851c1abd01559d9a31d9b7/Mopidy-SoundCloud-1.0.16.tar.gz" }, { "comment_text": "", "digests": { "md5": "56d7c8e101a02d9b5e2a3dc1807d7ff6", "sha256": "cfdccf8e3ee1d56b049001304d6bc44161eef2b9d37981f610857fffe6e822fd" }, "downloads": -1, "filename": "Mopidy-SoundCloud-1.0.16.zip", "has_sig": false, "md5_digest": "56d7c8e101a02d9b5e2a3dc1807d7ff6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16296, "upload_time": "2013-10-22T08:29:39", "url": "https://files.pythonhosted.org/packages/45/c5/c14aaa2eda05d6c62e51df401536f9740afa23ef8a8260d31b31b2d9bed9/Mopidy-SoundCloud-1.0.16.zip" } ], "1.0.18": [ { "comment_text": "", "digests": { "md5": "3fb39145cd9cc874a1487dc843651031", "sha256": "23eeff777c5eedc5100b57aff772de4bb7dfd0be8413aed0cbd90ea51b51bb52" }, "downloads": -1, "filename": "Mopidy_SoundCloud-1.0.18-py27-none-any.whl", "has_sig": false, "md5_digest": "3fb39145cd9cc874a1487dc843651031", "packagetype": "bdist_wheel", "python_version": "py27", "requires_python": null, "size": 10903, "upload_time": "2014-01-11T22:03:28", "url": "https://files.pythonhosted.org/packages/df/20/44ac9b846cc6f84d28eb55cf2d5b00be46d3b120319c9e9ff499b4f239b0/Mopidy_SoundCloud-1.0.18-py27-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fa17e5dd895f3b770e18bb7363f041a9", "sha256": "1794ee0198f3a744f2840fc4ab04d84c03c6e5ca26fec92212646862a0c24962" }, "downloads": -1, "filename": "Mopidy-SoundCloud-1.0.18.tar.gz", "has_sig": false, "md5_digest": "fa17e5dd895f3b770e18bb7363f041a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7763, "upload_time": "2014-01-11T22:03:30", "url": "https://files.pythonhosted.org/packages/1d/c2/7ad9bea742ecedc9b0c8df44b1be1fee5181331f5c514eff33e5f5ea8e01/Mopidy-SoundCloud-1.0.18.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "7b2951d645615568d990da36d1e2ed84", "sha256": "3464618c94758f5373fa1eb8e3086118c5fdd2930be6c44601ec226f0b889258" }, "downloads": -1, "filename": "Mopidy-SoundCloud-1.0.5.tar.gz", "has_sig": false, "md5_digest": "7b2951d645615568d990da36d1e2ed84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7014, "upload_time": "2013-04-01T20:23:07", "url": "https://files.pythonhosted.org/packages/40/99/3a551808b41809d70dcb6220c8bcff33a63264b7c442245f08ce3d87f6a1/Mopidy-SoundCloud-1.0.5.tar.gz" } ], "1.0.9": [ { "comment_text": "", "digests": { "md5": "a0991b69b189798fd53a9fd2e0b760d0", "sha256": "31ce5eb7fe2b4fd34033ffb03397f8de37e46aa03e72ccc5652c4c7f87e3590f" }, "downloads": -1, "filename": "Mopidy-SoundCloud-1.0.9.tar.gz", "has_sig": false, "md5_digest": "a0991b69b189798fd53a9fd2e0b760d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7179, "upload_time": "2013-04-02T23:44:52", "url": "https://files.pythonhosted.org/packages/1f/86/a39a0d4bcf65bc87ea1251c26eabcb75e57b34ed0847b72b08da64fdfcf6/Mopidy-SoundCloud-1.0.9.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "f7f4222c3fe2b666cdbebbf61f5550ea", "sha256": "887291e86efb327c86f84f6db05914bdb1132bc14fe93374b47320a486a4cd0b" }, "downloads": -1, "filename": "Mopidy_SoundCloud-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f7f4222c3fe2b666cdbebbf61f5550ea", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10883, "upload_time": "2014-01-20T00:57:00", "url": "https://files.pythonhosted.org/packages/9d/c8/0ee834ac32155d8aaaa7be10784e93a276c20bf627f8bdafcd85eb96216a/Mopidy_SoundCloud-1.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3d37d3c6968a5bd7fed6bf5f3b86e8b3", "sha256": "daa12955b9bbe43da75f337152d419d62213889e694349244d2a9c2d6f623b1e" }, "downloads": -1, "filename": "Mopidy-SoundCloud-1.1.0.tar.gz", "has_sig": false, "md5_digest": "3d37d3c6968a5bd7fed6bf5f3b86e8b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9396, "upload_time": "2014-01-20T00:57:03", "url": "https://files.pythonhosted.org/packages/ba/8a/bc134cf4f54e0c6dafaf167c45a823053b1b6ecd39f43af1c41ad16b5c44/Mopidy-SoundCloud-1.1.0.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "64c98afd4128015bfa5dc5b39d674139", "sha256": "d76e8110e958bf20c64c4ec34db192ee01debd5e7af279c7aeb2cb9720d4ca5f" }, "downloads": -1, "filename": "Mopidy_SoundCloud-1.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "64c98afd4128015bfa5dc5b39d674139", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10763, "upload_time": "2014-02-16T21:50:19", "url": "https://files.pythonhosted.org/packages/61/c0/d4ce822c661284c99eda5f4d2138e7c8e2e36d66275dd60ba8ab20b83dfb/Mopidy_SoundCloud-1.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5c37e67bf0be1b9f24ed47b888e57c80", "sha256": "9b328a1a4bf5730ede388a48f763b6676944a0e5600aba2b469f3d5c8077ec42" }, "downloads": -1, "filename": "Mopidy-SoundCloud-1.2.0.tar.gz", "has_sig": false, "md5_digest": "5c37e67bf0be1b9f24ed47b888e57c80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10044, "upload_time": "2014-02-16T21:50:22", "url": "https://files.pythonhosted.org/packages/33/44/dcf7e6f7a4f287940cf5e4cf135e7df554d506c80033496ca48b316e3360/Mopidy-SoundCloud-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "a9ba70eaa40cb4fbb1eae448c95bf6e4", "sha256": "ecfa30d92f61ac7bbc898a0fcffd5a81ac3891408c9865c2bb8fb75204e4f603" }, "downloads": -1, "filename": "Mopidy_SoundCloud-1.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a9ba70eaa40cb4fbb1eae448c95bf6e4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11004, "upload_time": "2014-02-21T09:24:43", "url": "https://files.pythonhosted.org/packages/8e/77/b1e39d753fb34965cd7587263db5dd31d742d93b5c6ba8ba74a9858d7ed8/Mopidy_SoundCloud-1.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "20f2423db1957c0717d1c05481cfd886", "sha256": "76086fcca197b114ccef5ab567a4e117b7b37c32805e1339f4e2501de4392217" }, "downloads": -1, "filename": "Mopidy-SoundCloud-1.2.1.tar.gz", "has_sig": false, "md5_digest": "20f2423db1957c0717d1c05481cfd886", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10343, "upload_time": "2014-02-21T09:24:45", "url": "https://files.pythonhosted.org/packages/b1/38/2a81b04b05a94f8258cca9545fabfdf6601098ebcc34f937d42dd60f2495/Mopidy-SoundCloud-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "5f95801acdb6b588989e0b82d3df2521", "sha256": "119449c284cf5c774730ad7ee52f0c317818a43a3740ee6cd19df1ca3f41a6b0" }, "downloads": -1, "filename": "Mopidy_SoundCloud-1.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5f95801acdb6b588989e0b82d3df2521", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11395, "upload_time": "2014-03-26T08:43:49", "url": "https://files.pythonhosted.org/packages/39/83/54dbc645ceb459a9c9f9f2c3c3d36078d03e41a7f99c0c9d160aac4b0450/Mopidy_SoundCloud-1.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2b18d182bb86d527ddfa73a50f8b9f52", "sha256": "8ce0217e368e8b56302159597774cb4e004d59f28ffe59244297459afc1504da" }, "downloads": -1, "filename": "Mopidy-SoundCloud-1.2.2.tar.gz", "has_sig": false, "md5_digest": "2b18d182bb86d527ddfa73a50f8b9f52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11717, "upload_time": "2014-03-26T08:43:51", "url": "https://files.pythonhosted.org/packages/36/59/a181889751b6c2f77c0f702e6a13f238c6be032693601e405e70d0646459/Mopidy-SoundCloud-1.2.2.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "d4642e4bebf9b4d008d0ee43313c0150", "sha256": "8664040e567f72e6f53fc9a09b08915b02f013aaf445e02599b0bb59a8aba734" }, "downloads": -1, "filename": "Mopidy_SoundCloud-1.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d4642e4bebf9b4d008d0ee43313c0150", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11704, "upload_time": "2014-05-02T08:55:24", "url": "https://files.pythonhosted.org/packages/29/7b/395b265ac6eff292974a30bcc593a3df33052bbf4c87596385278e330640/Mopidy_SoundCloud-1.2.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d2edccfb9a229694d4a911531e89f8bd", "sha256": "efcfc6c6d806ee3bc540fa350a6ae76ab3376ed096a00cb3080bff903b811f1d" }, "downloads": -1, "filename": "Mopidy-SoundCloud-1.2.3.tar.gz", "has_sig": false, "md5_digest": "d2edccfb9a229694d4a911531e89f8bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10776, "upload_time": "2014-05-02T08:55:26", "url": "https://files.pythonhosted.org/packages/ad/32/32c80de965048a899e785ac060dad479310e7ef74e6ba87a248fcfd63ace/Mopidy-SoundCloud-1.2.3.tar.gz" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "f13169c5b0b62be6d31cf9be6268cb84", "sha256": "f5096f8acd84ec098058227c50cfe482a479ea26397cb8f98c15236758d70b74" }, "downloads": -1, "filename": "Mopidy_SoundCloud-1.2.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f13169c5b0b62be6d31cf9be6268cb84", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11884, "upload_time": "2014-05-14T23:03:44", "url": "https://files.pythonhosted.org/packages/45/a7/8d6f4e1a92b0c8afa1de6d42ce74afabf791dbf8520359dfd9a333ad028a/Mopidy_SoundCloud-1.2.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c1fc523dbfd7967032d1afe0a3d2c428", "sha256": "2fb16984cc66481239d12c4288a56605ef5d1ceaacd0566adbca18e18232add4" }, "downloads": -1, "filename": "Mopidy-SoundCloud-1.2.4.tar.gz", "has_sig": false, "md5_digest": "c1fc523dbfd7967032d1afe0a3d2c428", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11252, "upload_time": "2014-05-14T23:03:47", "url": "https://files.pythonhosted.org/packages/f2/09/b1872a455e809bab70300985d1208b9e76eebf1aedeb712a18b6b3ec55b3/Mopidy-SoundCloud-1.2.4.tar.gz" } ], "1.2.5": [ { "comment_text": "", "digests": { "md5": "6541ee13853bded38d3179b4229f18cc", "sha256": "efa183b431d3a1bec203f5f0d5473853828f192bf4e5fa04b23ecd956a8e7cc5" }, "downloads": -1, "filename": "Mopidy_SoundCloud-1.2.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6541ee13853bded38d3179b4229f18cc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11915, "upload_time": "2014-06-24T10:57:18", "url": "https://files.pythonhosted.org/packages/5a/aa/75c6ebaa572a16f78fed7d9bca659c439bca715d24f424ad9c8587457335/Mopidy_SoundCloud-1.2.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a33ce6191596f15bc5227787827723a4", "sha256": "d2028eac66a0919c9d10d666ab158d97599d042b1669d7f506cdbbed2c437ace" }, "downloads": -1, "filename": "Mopidy-SoundCloud-1.2.5.tar.gz", "has_sig": false, "md5_digest": "a33ce6191596f15bc5227787827723a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12745, "upload_time": "2014-06-24T10:57:20", "url": "https://files.pythonhosted.org/packages/86/1f/f22314f764429c944434c3ba94eaf6f6f671288bad6bedbce4d78f9df8bd/Mopidy-SoundCloud-1.2.5.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "606f27635822c89dd3c23d083dde474f", "sha256": "b5b10a3681dc910c3ae73a2387d0bc49a5277f09f3e1b3d878ba344c7add59e0" }, "downloads": -1, "filename": "Mopidy_SoundCloud-2.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "606f27635822c89dd3c23d083dde474f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12694, "upload_time": "2015-03-25T21:46:07", "url": "https://files.pythonhosted.org/packages/57/74/5e35663c7fa4d2997b846e0203c4947d1608ed16c10dd817cfce1731332c/Mopidy_SoundCloud-2.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "edb1dbc6d7c494cf093235a500c7d20e", "sha256": "cb98ec6bb8c4639b51771de552bf4a22fffb651c869dbaa46936cb8585b7b68c" }, "downloads": -1, "filename": "Mopidy-SoundCloud-2.0.0.tar.gz", "has_sig": false, "md5_digest": "edb1dbc6d7c494cf093235a500c7d20e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58436, "upload_time": "2015-03-25T21:46:11", "url": "https://files.pythonhosted.org/packages/07/8f/49699c34700b25a57a36dc62a9362f09bcf798baa74437a568824a51c5ce/Mopidy-SoundCloud-2.0.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "0b533824fce614aa1a0c1aa909bba6f0", "sha256": "6a825ef6b83c8c284298a2af3314d8045eb15d91e7298c45f326e2b6bfb7a850" }, "downloads": -1, "filename": "Mopidy_SoundCloud-2.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0b533824fce614aa1a0c1aa909bba6f0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12722, "upload_time": "2015-10-06T09:14:37", "url": "https://files.pythonhosted.org/packages/0c/19/4642aaf0287c0f6a18dbe4fe8974c76928bff3adf3e650406b7f30c56ec8/Mopidy_SoundCloud-2.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2fe017f6bc932a5cee078ea0fb95b3e8", "sha256": "f7260b3b1b8ab9083e7aeb3008df33dcf8db7667a0ce3e5f511b8ca50c4648f4" }, "downloads": -1, "filename": "Mopidy-SoundCloud-2.0.1.tar.gz", "has_sig": false, "md5_digest": "2fe017f6bc932a5cee078ea0fb95b3e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58434, "upload_time": "2015-10-06T09:14:41", "url": "https://files.pythonhosted.org/packages/db/b0/fdf3d83d6002e5ccc24896a60a30fcd1e15474d09b5d415f6aaf15e01308/Mopidy-SoundCloud-2.0.1.tar.gz" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "c2fd022b58aedaf251977fbd4c3d49f1", "sha256": "b6391ba717e2ba7e137be8fda733f506716931eabcacff54a2136f8027e5dd25" }, "downloads": -1, "filename": "Mopidy_SoundCloud-2.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c2fd022b58aedaf251977fbd4c3d49f1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12881, "upload_time": "2016-01-03T22:53:56", "url": "https://files.pythonhosted.org/packages/cd/e9/83dddecd737444f90db96fa39c1a2c561f7a7ff1c66f4706a83838328f95/Mopidy_SoundCloud-2.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "953409ce20cb3ae444dc474c0aa3e3a0", "sha256": "374bf7ab496623f787ad2905575fce52df437e953c876486e059d8cb9aecc509" }, "downloads": -1, "filename": "Mopidy-SoundCloud-2.0.2.tar.gz", "has_sig": false, "md5_digest": "953409ce20cb3ae444dc474c0aa3e3a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58568, "upload_time": "2016-01-03T22:54:01", "url": "https://files.pythonhosted.org/packages/5e/5b/6d05aa8b3027e31baf4553c290fe3dc5d4b31ee21c947f722b40e66a0e0d/Mopidy-SoundCloud-2.0.2.tar.gz" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "e362f77daac21386d97ccd7a79701d6a", "sha256": "79e1512609a4a972801e198ac6793e72d4c9f717a9d03b7899bec8b458fb6199" }, "downloads": -1, "filename": "Mopidy_SoundCloud-2.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e362f77daac21386d97ccd7a79701d6a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10513, "upload_time": "2018-05-29T23:18:30", "url": "https://files.pythonhosted.org/packages/bb/f6/7e2cc9ae4dd4088f379f3cfced5af417718f55188ac3e6bbe6984b364a17/Mopidy_SoundCloud-2.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "87f745c75f62ed25db731c48466b3f3a", "sha256": "8859cae010429531ce780d39a60d74e345ac24ef409d3fcaeaf83079842a3ca2" }, "downloads": -1, "filename": "Mopidy-SoundCloud-2.1.0.tar.gz", "has_sig": false, "md5_digest": "87f745c75f62ed25db731c48466b3f3a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62400, "upload_time": "2018-05-29T23:18:32", "url": "https://files.pythonhosted.org/packages/17/95/3e5ed70a97096ff03f398214a680bdddba3c60329799534de36834600602/Mopidy-SoundCloud-2.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e362f77daac21386d97ccd7a79701d6a", "sha256": "79e1512609a4a972801e198ac6793e72d4c9f717a9d03b7899bec8b458fb6199" }, "downloads": -1, "filename": "Mopidy_SoundCloud-2.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e362f77daac21386d97ccd7a79701d6a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10513, "upload_time": "2018-05-29T23:18:30", "url": "https://files.pythonhosted.org/packages/bb/f6/7e2cc9ae4dd4088f379f3cfced5af417718f55188ac3e6bbe6984b364a17/Mopidy_SoundCloud-2.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "87f745c75f62ed25db731c48466b3f3a", "sha256": "8859cae010429531ce780d39a60d74e345ac24ef409d3fcaeaf83079842a3ca2" }, "downloads": -1, "filename": "Mopidy-SoundCloud-2.1.0.tar.gz", "has_sig": false, "md5_digest": "87f745c75f62ed25db731c48466b3f3a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62400, "upload_time": "2018-05-29T23:18:32", "url": "https://files.pythonhosted.org/packages/17/95/3e5ed70a97096ff03f398214a680bdddba3c60329799534de36834600602/Mopidy-SoundCloud-2.1.0.tar.gz" } ] }