{ "info": { "author": "Nick Steel", "author_email": "kingosticks@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: No Input/Output (Daemon)", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Topic :: Multimedia :: Sound/Audio :: Players" ], "description": "****************************\nMopidy-TuneIn\n****************************\n\n.. image:: https://img.shields.io/pypi/v/Mopidy-TuneIn.svg?style=flat\n :target: https://pypi.python.org/pypi/Mopidy-TuneIn/\n :alt: Latest PyPI version\n\n.. image:: https://img.shields.io/pypi/dm/Mopidy-TuneIn.svg?style=flat\n :target: https://pypi.python.org/pypi/Mopidy-TuneIn/\n :alt: Number of PyPI downloads\n\n.. image:: https://img.shields.io/travis/kingosticks/mopidy-tunein/develop.svg?style=flat\n :target: https://travis-ci.org/kingosticks/mopidy-tunein\n :alt: Travis CI build status\n\n.. image:: https://img.shields.io/coveralls/kingosticks/mopidy-tunein/develop.svg?style=flat\n :target: https://coveralls.io/r/kingosticks/mopidy-tunein?branch=master\n :alt: Test coverage\n\n`Mopidy `_ extension for playing music from\n`TuneIn `_. Listen to the world\u2019s radio with 70,000 stations of music, \nsports and news streaming from every continent.\n\nAcknowledgement and thanks to Marius Wyss for his original version of this extension and Brian Hornsby's \n`XBMC plugin `_ that was based on. \n\nThis product uses TuneIn but is not endorsed, certified or otherwise approved in any way by TuneIn. \nTuneIn is the registered trade mark of TuneIn Inc.\n\n\nInstallation\n============\n\nInstall by running::\n\n pip install Mopidy-TuneIn\n\n.. Or, if available, install the Debian/Ubuntu package from `apt.mopidy.com\n.. `_.\n\nSome radio streams may require additional audio plugins. These can be found in the gstreamer plugin packages for your system. For versions of Mopidy prior to v2.0.0, these might include:\n * `gstreamer0.10-plugins-ugly`\n * `gstreamer0.10-plugins-bad`\n * `gstreamer0.10-ffmpeg`\nFor Mopidy v2.0.0 and above, use the gstreamer1.0-plugins-* packages instead.\n\n\nKnown issues\n============\n\nThe following functionality is not yet implemented:\n * Playback of podcasts/shows.\n * User login and access to saved stations.\n\n\nConfiguration\n=============\n\nBefore starting Mopidy, you must add configuration for\nMopidy-TuneIn to your Mopidy configuration file::\n\n [tunein]\n timeout = 5000\n\n\nProject resources\n=================\n\n- `Source code `_\n- `Issue tracker `_\n- `Download development snapshot `_\n\n\nChangelog\n=========\n\nv0.4.1 (2016-06-14)\n-------------------\n\n- Port timeout fix for Mopidy's internal stream unwrapping code from mopidy/mopidy#1522 (Fixes: #31)\n\nv0.4.0 (2016-02-16)\n-------------------\n\n- Borrow Mopidy's internal stream unwrapping to avoid incompatibilities with Mopidy v2.0.0 (PR: #28)\n- Improved handling of malformed pls playlists.\n\nv0.3.0 (2016-02-06)\n-------------------\n\n- Requires Mopidy v1.1\n- Respect user's Mopidy proxy configuration and set user-agent.\n- Utilise Mopidy's nested playlist handling (Fixes: #23 PR: #22)\n\nv0.2.2 (2015-04-24)\n-------------------\n\n- Fix infinite loop when adding some stations, again (my bad).\n\nv0.2.1 (2015-04-24)\n-------------------\n\n- Fix infinite loop when adding some stations. (PR: #17)\n\nv0.2 (2015-03-26)\n-------------------\n\n- Fix utf-8 encoding for searches. (PR: #15)\n- Fixed inaccessible stream URIs identified as recursive playlist and not using the remaining stream URIs.\n- Update to work with new playback API in Mopidy 1.0.\n- Update to work with new backend search API in Mopidy 1.0.\n- Requires Mopidy v1.0.\n\nv0.1.3 (2014-01-22)\n-------------------\n\n- Don't submit a search (and receive an error) when the query is empty.\n- Improved nested playlist support.\n- Support for 'protocol rollover' style ASX playlists.\n- ASF HTTP streams in ASX playlists are converted to MMS steams.\n- Ignore nested subtypes in content-type header field to fix #5.\n- Added support for a station's logo.\n- Include currently playing info.\n- Unplayable streams now correctly recognised by Mopidy and playback fails rather than continuing to play the previous track.\n\nv0.1.2 (2014-04-13)\n-------------------\n\n- Improved stream selection for stations using PLS format playlists.\n- Added suggested additional gstreamer plugin packages. \n\nv0.1.1 (2014-02-24)\n-------------------\n\n- Fixed package description typo and capitalisation inconsistency in name!\n\nv0.1.0 (2014-02-23)\n-------------------\n\n- Initial release.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kingosticks/mopidy-tunein", "keywords": "", "license": "Apache License, Version 2.0", "maintainer": "", "maintainer_email": "", "name": "Mopidy-TuneIn", "package_url": "https://pypi.org/project/Mopidy-TuneIn/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Mopidy-TuneIn/", "project_urls": { "Homepage": "https://github.com/kingosticks/mopidy-tunein" }, "release_url": "https://pypi.org/project/Mopidy-TuneIn/0.4.1/", "requires_dist": [ "Mopidy (>=1.1)", "Pykka (>=1.1)", "requests (>=2.0.0)", "setuptools" ], "requires_python": "", "summary": "Mopidy extension for playing music from TuneIn.", "version": "0.4.1" }, "last_serial": 2167604, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "b8c9cdaafbb30bb4b179c8b64d0e8511", "sha256": "288f3634cb8b17895796d98117b44f80a320cb7838c6d42c935fa2759211ad48" }, "downloads": -1, "filename": "Mopidy_TuneIn-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b8c9cdaafbb30bb4b179c8b64d0e8511", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 10597, "upload_time": "2014-02-25T00:02:18", "url": "https://files.pythonhosted.org/packages/18/a3/bc6f9f5e7a5a44a8353a92871422cc33e31eca621b4f347413bedb480d6a/Mopidy_TuneIn-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "50b3bd37b5a4b687b8367179bc5ba83f", "sha256": "81b2cc08174ca78648d99e23cfe583931fd5c4f02cb825b301ace2c7e20f7c26" }, "downloads": -1, "filename": "Mopidy-TuneIn-0.1.1.tar.gz", "has_sig": false, "md5_digest": "50b3bd37b5a4b687b8367179bc5ba83f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12261, "upload_time": "2014-02-25T00:02:26", "url": "https://files.pythonhosted.org/packages/d1/1c/b9f2a97fdb9099119afae470b6ef502546f11457947cf66d8991e657d80e/Mopidy-TuneIn-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "071a9480a0cd1f8ee50c8057b02a6ea1", "sha256": "28e4dc85903d6011014e029e7540bb0af81c4e50dcc44bcea3a62babcf6c387e" }, "downloads": -1, "filename": "Mopidy_TuneIn-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "071a9480a0cd1f8ee50c8057b02a6ea1", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 11368, "upload_time": "2014-12-15T11:19:47", "url": "https://files.pythonhosted.org/packages/7c/2b/78124b918c9368d8d9c3d093ef93c4ba6aef092fba6caefef2ca6fd2d867/Mopidy_TuneIn-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6e2b3849a42ac94a1b988800ce727a3a", "sha256": "6bf6cff0fb428890f02cc9ea2a9933156e9313ef0adba8f6c0569d8f1d94d347" }, "downloads": -1, "filename": "Mopidy-TuneIn-0.1.2.tar.gz", "has_sig": false, "md5_digest": "6e2b3849a42ac94a1b988800ce727a3a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12766, "upload_time": "2014-12-15T11:19:57", "url": "https://files.pythonhosted.org/packages/b0/f3/926bee77977106babadbb724e1db20d0e2734f146589f7b66acad3aa3559/Mopidy-TuneIn-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "c84c8bec042cb0ed32564da025f6a1e3", "sha256": "a817f3f1a4e3e938a4f4690520c3414f7b0a0f16421142425264242e79aaa0f4" }, "downloads": -1, "filename": "Mopidy_TuneIn-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c84c8bec042cb0ed32564da025f6a1e3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12585, "upload_time": "2015-01-22T22:27:12", "url": "https://files.pythonhosted.org/packages/d4/b0/e9a8db3f3970950cbb61375e92574ed76f14f315d4bf88fca90f95c5deb8/Mopidy_TuneIn-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ee5c20065c02d0e881d1069185ff9a36", "sha256": "7109a37094088511cdd6006591c051d6f7a74d08f4607b5c3264bd493e4eba5f" }, "downloads": -1, "filename": "Mopidy-TuneIn-0.1.3.tar.gz", "has_sig": false, "md5_digest": "ee5c20065c02d0e881d1069185ff9a36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14391, "upload_time": "2015-01-22T22:27:15", "url": "https://files.pythonhosted.org/packages/65/b5/0d10a6d7c4725bbd1bf75d1bb06813137f20b11eb0bda8e511206e371120/Mopidy-TuneIn-0.1.3.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "3119977c7196f50519f13600ae775e96", "sha256": "9a51c9c96143d35ae7156a68e8a71e2f24814e72247991495180309e086f3d7d" }, "downloads": -1, "filename": "Mopidy-TuneIn-0.2.0.tar.gz", "has_sig": false, "md5_digest": "3119977c7196f50519f13600ae775e96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14407, "upload_time": "2015-03-26T00:29:37", "url": "https://files.pythonhosted.org/packages/fd/4f/0bb1f95bda2aa8eb7ef913951fe8c1c0a5841314254bfddac78fcd9feb75/Mopidy-TuneIn-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "a93d084c750aeb4abf740ef988e55130", "sha256": "92ea13df2c8d8b75188ac9f29291b63bae2ef75dfa5710ab530e74573632f2a9" }, "downloads": -1, "filename": "Mopidy_TuneIn-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a93d084c750aeb4abf740ef988e55130", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13001, "upload_time": "2015-04-23T23:23:20", "url": "https://files.pythonhosted.org/packages/95/f5/6754c8e7f57b65ac5da63aed4b7ba606f1431167f984b9cab4b5e8502ac0/Mopidy_TuneIn-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6f9bd04dfe1e1cdc50bcc12ae5fca6cf", "sha256": "3d93d4ab0e7ba16272f64588e89b0cccc183cff453fe618af55be2e1e508df7f" }, "downloads": -1, "filename": "Mopidy-TuneIn-0.2.1.tar.gz", "has_sig": false, "md5_digest": "6f9bd04dfe1e1cdc50bcc12ae5fca6cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16095, "upload_time": "2015-04-23T23:23:23", "url": "https://files.pythonhosted.org/packages/89/eb/635e5f85e7b286c071632700962e6b28941212682ea6f26f873310b6d0ec/Mopidy-TuneIn-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "b8f1840736365b90f4faa76c3092e749", "sha256": "8ac1aca31eb2cb33e767bc43da493ceb1342fe61642711a664aee5e6d8264abd" }, "downloads": -1, "filename": "Mopidy_TuneIn-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b8f1840736365b90f4faa76c3092e749", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13028, "upload_time": "2015-04-23T23:47:19", "url": "https://files.pythonhosted.org/packages/58/60/12fa9e9bb2a1a4f7823f504e9ddf33c5693c5e8e391c822f25413da38e98/Mopidy_TuneIn-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "65961a3f65498ea483c334e20379f287", "sha256": "43f3c702fd97d61199f48e214ce989d8baed6e6fc949b1194b44f3a5ec439d1c" }, "downloads": -1, "filename": "Mopidy-TuneIn-0.2.2.tar.gz", "has_sig": false, "md5_digest": "65961a3f65498ea483c334e20379f287", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16151, "upload_time": "2015-04-23T23:47:23", "url": "https://files.pythonhosted.org/packages/50/f9/404c03690a35010a002f2a8182274ce6af544a2d1b9696951e00e050903e/Mopidy-TuneIn-0.2.2.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "43dabbc224df8df0336f72f5b4145f92", "sha256": "cc53f400282a070a58e8e95f490cf059fe9b9b382c68256172c64888d40f4f26" }, "downloads": -1, "filename": "Mopidy_TuneIn-0.3.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "43dabbc224df8df0336f72f5b4145f92", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13131, "upload_time": "2016-02-06T18:32:15", "url": "https://files.pythonhosted.org/packages/3c/e2/f07d9f5fe27a5a1535af8ae63402b87700ca1b2cd5983230ff266da397a9/Mopidy_TuneIn-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "42a69c25c3d59afff4d75a8a75ec9f44", "sha256": "16a3e700e7f4e1df15a5f52a6a3ef3c157ef713ff631a93f1b16c4a511856723" }, "downloads": -1, "filename": "Mopidy-TuneIn-0.3.0.tar.gz", "has_sig": true, "md5_digest": "42a69c25c3d59afff4d75a8a75ec9f44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15729, "upload_time": "2016-02-06T18:32:22", "url": "https://files.pythonhosted.org/packages/6e/97/25cb5042bf511c69eea7af0e9e1daaf513cef1cbca772e56a84c523d50fd/Mopidy-TuneIn-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "38012507560fa5250df3900aee4d94b4", "sha256": "405a94da71ec93294657a6c313e62b23d1b04bfbf2bf45beafc727e45a24e417" }, "downloads": -1, "filename": "Mopidy_TuneIn-0.4.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "38012507560fa5250df3900aee4d94b4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14180, "upload_time": "2016-02-16T22:58:52", "url": "https://files.pythonhosted.org/packages/f9/89/01814861a4150ceeeee5a56cf36ea376773ab0ad2848de108d1588034926/Mopidy_TuneIn-0.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "47ac2a3692382c1bc788caca6b27ce7a", "sha256": "5e7bd479c1c7a1db835ed9d38eb7517e32feb4fb7866af50597ab6317a677c81" }, "downloads": -1, "filename": "Mopidy-TuneIn-0.4.0.tar.gz", "has_sig": true, "md5_digest": "47ac2a3692382c1bc788caca6b27ce7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16603, "upload_time": "2016-02-16T22:58:59", "url": "https://files.pythonhosted.org/packages/cc/51/75f7be0dd16a0f6637d79b8cee00db467cbd3aa5eb229ae3b1ac0601a35a/Mopidy-TuneIn-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "871398f36fad8a9ff6ff749c802c40aa", "sha256": "63a2d52dfbeb74063483bda516d380a12ce0fa07aa9e9d72d99f46cb5612e59a" }, "downloads": -1, "filename": "Mopidy_TuneIn-0.4.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "871398f36fad8a9ff6ff749c802c40aa", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14301, "upload_time": "2016-06-14T22:26:36", "url": "https://files.pythonhosted.org/packages/56/47/b6184442d9093a0b66d174a462030f98f3243838a61f8178844669051552/Mopidy_TuneIn-0.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5517496017bb3429069885ea3da10959", "sha256": "bc75540d79ffbc7fbbebcd52cc2ba4beeec561f576b1ae9882096e73dffe31dc" }, "downloads": -1, "filename": "Mopidy-TuneIn-0.4.1.tar.gz", "has_sig": true, "md5_digest": "5517496017bb3429069885ea3da10959", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16745, "upload_time": "2016-06-14T22:26:50", "url": "https://files.pythonhosted.org/packages/be/b5/e3f56c7d57fdc0c4d3bde6153c11be2e36fd0b2dccbe9631ffd6fc5055dd/Mopidy-TuneIn-0.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "871398f36fad8a9ff6ff749c802c40aa", "sha256": "63a2d52dfbeb74063483bda516d380a12ce0fa07aa9e9d72d99f46cb5612e59a" }, "downloads": -1, "filename": "Mopidy_TuneIn-0.4.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "871398f36fad8a9ff6ff749c802c40aa", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14301, "upload_time": "2016-06-14T22:26:36", "url": "https://files.pythonhosted.org/packages/56/47/b6184442d9093a0b66d174a462030f98f3243838a61f8178844669051552/Mopidy_TuneIn-0.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5517496017bb3429069885ea3da10959", "sha256": "bc75540d79ffbc7fbbebcd52cc2ba4beeec561f576b1ae9882096e73dffe31dc" }, "downloads": -1, "filename": "Mopidy-TuneIn-0.4.1.tar.gz", "has_sig": true, "md5_digest": "5517496017bb3429069885ea3da10959", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16745, "upload_time": "2016-06-14T22:26:50", "url": "https://files.pythonhosted.org/packages/be/b5/e3f56c7d57fdc0c4d3bde6153c11be2e36fd0b2dccbe9631ffd6fc5055dd/Mopidy-TuneIn-0.4.1.tar.gz" } ] }