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

.. image:: https://pypip.in/v/Mopidy-TuneIn/badge.png
:target: https://pypi.python.org/pypi/Mopidy-TuneIn/
:alt: Latest PyPI version

.. image:: https://pypip.in/d/Mopidy-TuneIn/badge.png
:target: https://pypi.python.org/pypi/Mopidy-TuneIn/
:alt: Number of PyPI downloads

.. image:: https://travis-ci.org/kingosticks/mopidy-tunein.png?branch=master
:target: https://travis-ci.org/kingosticks/mopidy-tunein
:alt: Travis CI build status

.. image:: https://coveralls.io/repos/kingosticks/mopidy-tunein/badge.png?branch=master
: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.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.0

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.0
File Size Uploaded
Mopidy-TuneIn-0.4.0.tar.gz 16.6 kB Details

Built distribution (wheel)

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

Total release size:30.8 kB

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

Download URL Mopidy-TuneIn-0.4.0.tar.gz
Size 16.6 kB
Tags Source
SHA-256 checksum
How to use checksums
5e7bd479c1c7a1db835ed9d38eb7517e32feb4fb7866af50597ab6317a677c81
BLAKE2b-256 checksum
How to use checksums
cc5175f7be0dd16a0f6637d79b8cee00db467cbd3aa5eb229ae3b1ac0601a35a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

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

Download URL Mopidy_TuneIn-0.4.0-py2.py3-none-any.whl
Size 14.2 kB
Tags Python 2 Python 3
SHA-256 checksum
How to use checksums
405a94da71ec93294657a6c313e62b23d1b04bfbf2bf45beafc727e45a24e417
BLAKE2b-256 checksum
How to use checksums
f98901814861a4150ceeeee5a56cf36ea376773ab0ad2848de108d1588034926
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

0.4.1

2 release files

This release

0.4.0 This release

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