- fix up various things that have gone to seed
- remove tornado.gen.Task
- solve problem with caching while playing
- preload support for mopidy-tubeify
- changes
- youtube channel support
- tidy up autoplay
- fix some thumbnail stuff
- deprecate scrAPI and bs4API in favour of jAPI
- try to reduce trips to end points
- add caching (and related web client)
- revised backend and other fixes
- release to fix breaking changes and other minor bugs
- first python3 revision
- Initial python3 release.
- Last version that supports Mopidy 2.
- Last version in Python 2.7
- Major overhaul.
- Improved performance.
- Works with or without YouTube API key.
- Fixes many issues.
- Fix resolving of
youtube:video
URIs when looking up tracks. (Fixes: #21, PR: #50) - Ensure
None
doesn't get includes in track image lists. (PR: #48)
- Update links to GitHub repository.
- Don't return
None
values to Mopidy when lookup or search returns invalid data. In Mopidy 1.0, this caused a crash. In Mopidy 1.1, this caused warnings about the YouTube backend returning invalid data. (Fixes: #28, PR: #35)
- Require Mopidy >= 1.0.
- Update to work with the new playback API in Mopidy 1.0.
- Update to work with the new search API in Mopidy 1.0.
- Changelog missing.
- Changelog missing.
- Initial release.