spotube/lib
gituser-vibes 95d2c72a18 feat(android-auto): browse & play playlists, Liked Songs and Discover Weekly
Implement the audio_service media-browser hooks so Android Auto (and other
media browsers) can browse the library and start playback:

- getChildren exposes Liked Songs, a "Browse" folder (the home / "Made for
  you" hub — including Discover Weekly, fetched via browse.sectionItems since
  the section preview omits it), and the user's saved playlists.
- Collections are browsable into their track list with a "Play all" entry;
  tapping a track plays the collection from that point.
- playFromMediaId resolves the selection and plays through the existing
  AudioPlayerNotifier.load pipeline.
- Add an explicit shuffle MediaControl + custom action (Android Auto does not
  reliably render a toggle from the standard ACTION_SET_SHUFFLE_MODE alone).
- Retry auth-sensitive requests: the stored token is often stale on cold
  start and the first call 401s before the plugin refreshes it.
- Browse-item artwork uses http(s) URLs only — the media-browser process
  cannot read app-private file:// paths.

The MediaBrowserService and automotive_app_desc.xml were already declared in
the manifest, so no native changes are required.
2026-06-24 14:51:01 -07:00
..
collections fix: downloaded tracks are not tagged with metadata 2025-11-08 15:49:37 +06:00
components fix: download not working in different devices and slow 2025-11-11 10:39:13 +06:00
extensions fix: download not working in different devices and slow 2025-11-11 10:39:13 +06:00
hooks chore: re-enable endless playback 2025-07-19 11:56:51 +06:00
l10n chore: bump version and generate CHANGELOG 2025-11-14 13:36:20 +06:00
models Release 5.1.2+45 (#3049) 2026-06-05 10:49:09 +06:00
modules chore: fix alternative sources not persisting 2025-11-14 16:17:37 +06:00
pages Release 5.1.2+45 (#3049) 2026-06-05 10:49:09 +06:00
provider fix: lyrics not working 2026-02-24 18:36:29 +06:00
services feat(android-auto): browse & play playlists, Liked Songs and Discover Weekly 2026-06-24 14:51:01 -07:00
utils feat: move away from track source query and preferences audio quality and codec 2025-11-03 19:33:47 +06:00
generated_plugin_registrant.dart Playlist info editing (#708) 2023-09-10 16:39:21 +06:00
main.dart feat: add NewPipe support for desktop platforms 2025-11-07 18:48:18 +06:00