Mopidy extension for playing music from TuneIn. 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 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.
Install by running:
pip install Mopidy-TuneIn
- Some radio streams may require additional audio plugins. These can be found in the following packages:
- gstreamer0.10-plugins-ugly
- gstreamer0.10-plugins-bad
- gstreamer0.10-ffmpeg
- The following functionality is not yet implemented:
- Playback of podcasts/shows.
- User login and access to saved stations.
Before starting Mopidy, you must add configuration for Mopidy-TuneIn to your Mopidy configuration file:
[tunein] timeout = 5000
- Requires Mopidy v1.1
- Respect user's Mopidy proxy configuration and set user-agent.
- Fix infinite loop when adding some stations, again (my bad).
- Fix infinite loop when adding some stations. (PR: #17)
- 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.
- 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.
- Improved stream selection for stations using PLS format playlists.
- Added suggested additional gstreamer plugin packages.
- Fixed package description typo and capitalisation inconsistency in name!
- Initial release.