Skip to main content
****************************
Mopidy-TuneIn
****************************

.. image:: https://img.shields.io/pypi/v/Mopidy-TuneIn.svg?style=flat
:target: https://pypi.python.org/pypi/Mopidy-TuneIn/
:alt: Latest PyPI version

.. image:: https://img.shields.io/pypi/dm/Mopidy-TuneIn.svg?style=flat
:target: https://pypi.python.org/pypi/Mopidy-TuneIn/
:alt: Number of PyPI downloads

.. image:: https://img.shields.io/travis/kingosticks/mopidy-tunein/develop.svg?style=flat
:target: https://travis-ci.org/kingosticks/mopidy-tunein
:alt: Travis CI build status

.. image:: https://img.shields.io/coveralls/kingosticks/mopidy-tunein/develop.svg?style=flat
:target: https://coveralls.io/r/kingosticks/mopidy-tunein?branch=master
:alt: Test coverage

`Mopidy <http://www.mopidy.com/>`_ extension for playing music from
`TuneIn <http://www.tunein.com>`_. Listen to the world’s radio with 70,000 stations of music,
sports and news streaming from every continent.

Acknowledgement and thanks to Marius Wyss for his original version of this extension and Brian Hornsby's
`XBMC plugin <https://github.com/brianhornsby/plugin.audio.tuneinradio>`_ that was based on.

This product uses TuneIn but is not endorsed, certified or otherwise approved in any way by TuneIn.
TuneIn is the registered trade mark of TuneIn Inc.


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

Install by running::

pip install Mopidy-TuneIn

.. Or, if available, install the Debian/Ubuntu package from `apt.mopidy.com
.. <http://apt.mopidy.com/>`_.

Some 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:
* `gstreamer0.10-plugins-ugly`
* `gstreamer0.10-plugins-bad`
* `gstreamer0.10-ffmpeg`
For Mopidy v2.0.0 and above, use the gstreamer1.0-plugins-* packages instead.


Known issues
============

The following functionality is not yet implemented:
* Playback of podcasts/shows.
* User login and access to saved stations.


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

Before starting Mopidy, you must add configuration for
Mopidy-TuneIn to your Mopidy configuration file::

[tunein]
timeout = 5000


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

- `Source code <https://github.com/kingosticks/mopidy-tunein>`_
- `Issue tracker <https://github.com/kingosticks/mopidy-tunein/issues>`_
- `Download development snapshot <https://github.com/kingosticks/mopidy-tunein/tarball/master#egg=Mopidy-TuneIn-dev>`_


Changelog
=========

v0.4.1 (2016-06-14)
-------------------

- Port timeout fix for Mopidy's internal stream unwrapping code from mopidy/mopidy#1522 (Fixes: #31)

v0.4.0 (2016-02-16)
-------------------

- Borrow Mopidy's internal stream unwrapping to avoid incompatibilities with Mopidy v2.0.0 (PR: #28)
- Improved handling of malformed pls playlists.

v0.3.0 (2016-02-06)
-------------------

- Requires Mopidy v1.1
- Respect user's Mopidy proxy configuration and set user-agent.
- Utilise Mopidy's nested playlist handling (Fixes: #23 PR: #22)

v0.2.2 (2015-04-24)
-------------------

- Fix infinite loop when adding some stations, again (my bad).

v0.2.1 (2015-04-24)
-------------------

- Fix infinite loop when adding some stations. (PR: #17)

v0.2 (2015-03-26)
-------------------

- Fix utf-8 encoding for searches. (PR: #15)
- Fixed inaccessible stream URIs identified as recursive playlist and not using the remaining stream URIs.
- Update to work with new playback API in Mopidy 1.0.
- Update to work with new backend search API in Mopidy 1.0.
- Requires Mopidy v1.0.

v0.1.3 (2014-01-22)
-------------------

- Don't submit a search (and receive an error) when the query is empty.
- Improved nested playlist support.
- Support for 'protocol rollover' style ASX playlists.
- ASF HTTP streams in ASX playlists are converted to MMS steams.
- Ignore nested subtypes in content-type header field to fix #5.
- Added support for a station's logo.
- Include currently playing info.
- Unplayable streams now correctly recognised by Mopidy and playback fails rather than continuing to play the previous track.

v0.1.2 (2014-04-13)
-------------------

- Improved stream selection for stations using PLS format playlists.
- Added suggested additional gstreamer plugin packages.

v0.1.1 (2014-02-24)
-------------------

- Fixed package description typo and capitalisation inconsistency in name!

v0.1.0 (2014-02-23)
-------------------

- Initial release.

Release files for mopidy-tunein 0.4.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for mopidy-tunein 0.4.1
File Size Uploaded
Mopidy-TuneIn-0.4.1.tar.gz 16.7 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for mopidy-tunein 0.4.1
File Interpreter ABI Platform
Mopidy_TuneIn-0.4.1-py2.py3-none-any.whl Python 3, Python 2 none any Details

Total release size:31.0 kB

Release files / Mopidy-TuneIn-0.4.1.tar.gz

Download URL Mopidy-TuneIn-0.4.1.tar.gz
Size 16.7 kB
Tags Source
SHA-256 checksum
How to use checksums
bc75540d79ffbc7fbbebcd52cc2ba4beeec561f576b1ae9882096e73dffe31dc
BLAKE2b-256 checksum
How to use checksums
beb5e3f56c7d57fdc0c4d3bde6153c11be2e36fd0b2dccbe9631ffd6fc5055dd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / Mopidy_TuneIn-0.4.1-py2.py3-none-any.whl

Download URL Mopidy_TuneIn-0.4.1-py2.py3-none-any.whl
Size 14.3 kB
Tags Python 2 Python 3
SHA-256 checksum
How to use checksums
63a2d52dfbeb74063483bda516d380a12ce0fa07aa9e9d72d99f46cb5612e59a
BLAKE2b-256 checksum
How to use checksums
5647b6184442d9093a0b66d174a462030f98f3243838a61f8178844669051552
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

2.0.0

2 release files

1.1.0

2 release files

1.0.2

2 release files

1.0.1

2 release files

1.0.0

2 release files

This release

0.4.1 This release

2 release files

0.4.0

2 release files

0.3.0

2 release files

0.2.2

2 release files

0.2.1

2 release files

0.2.0

1 release file

0.1.3

2 release files

0.1.2

2 release files

0.1.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page