Credit goes to the YouTube.js project. This plugin uses a modified version of that library for content fetching and ytmusic login.
2.3.1
- Update YT dependencies
2.3.0
- Update YT dependencies
- Fix continuation sometimes missing from parsed data due to YT changes (e.g. playlist)
2.2.3
- Fix search sometimes unresponsive
- Fix synced lyrics not fetched
2.2.2
- Fix broken playback due to YT changes, again (credit: #837)
2.2.1
- Fix broken playback due to YT changes (credit: #832)
2.2.0
- Add 'Active Profile' setting for accounts with multiple profiles
- Fix album info missing from playback info
2.1.0
- Replace OAuth login with cookie
2.0.1
- Fix display of podcast elements
2.0.0
- Release for Bookworm-based Volumio
- Fix 403 playback error by using PO tokens (experimental)
1.1.3
- Fix hanging "InnertubeLoader: creating Auth instance..."
- Fix broken playback due to YT changes (credit: [#713] (LuanRT/YouTube.js#713))
1.1.2
- Fix broken playback due to YT changes (credit: #698)
1.1.1
- Fix broken playback due to YT changes (credit: #682)
1.1.0
- Provide metadata to Now Playing plugin
1.0.3
- Fix issues following YT Music changes
- No items returned for albums / playlists
- 256k bitrate not displayed for some songs
1.0.2
- Fix issues with prefetch and autoplay
1.0.1
- Fix broken API requests due to YT changes
- Fix bogus error when playing list of songs with Next item (e.g. search results)
1.0.0
- Rewrite in Typescript; major code overhaul with more generic fetching / processing of content.
- Add prefetch support and 'Prefer gapless Opus' option.
- Autoplay: fallback to radio if no items fetched - notably, when playing private uploads.
- Lazy-load Innertube API instead of loading when plugin starts, in case API causes system freeze or crash.
0.2.2
- Fix broken auth following YT changes (which causes Volumio to become unresponsive)
0.2.1
- Fix unable to sign in on Volumio rPi
0.2.0
- Fix Library content missing / incomplete due to YT Music changes
- Remove Recap from root items because it is now part of Home
- Add History to root items because it is no longer shown in the Library
- Fix Autoplay not fetching more songs in some cases
0.1.8
- Fix 'More' not working for albums, singles... on artist page
0.1.7
- Fix playback of playlists through the Play button
- Add Recap
- Display 'Showing results for...' message in search results
0.1.6
- Fix plugin failing to start due to error in extracting sig decipher algorithm from player object
0.1.5
- Fix playback sometimes fails when signed in with YT Premium account
0.1.4
- Bug fixes with autoplay and browsing of artists in Library -> Uploads
- Add 'Add to history' setting
0.1.3
- Add 'Load full playlists' setting
0.1.2
- Add Autoplay
- Fix browsing and playback of uploads
0.1.1
- Various fixes and changes to display of items
- Show 'did you mean' in search results
- Faster and more robust manual installation process
0.1.0
- Initial release