spotube/lib/services
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
..
audio_player chore: remove buffer size limit 2025-11-14 13:38:47 +06:00
audio_services feat(android-auto): browse & play playlists, Liked Songs and Discover Weekly 2026-06-24 14:51:01 -07:00
cli chore: remove old logger 2024-07-06 22:02:31 +06:00
device_info feat: LAN connect a.k.a control remote Spotube playback and local output device selection (#1355) 2024-04-04 22:22:00 +06:00
dio refactor: use replace http with dio and use it as the default 2024-06-01 12:31:20 +06:00
kv_store feat: implement yt-dlp for desktop and NewPipeExtractor for Android (#2316) 2025-02-11 21:36:07 +06:00
logger fix: youtube tracks keeps skipping despite being matched correctly 2025-02-05 00:36:23 +06:00
metadata chore: fix alternative sources not persisting 2025-11-14 16:17:37 +06:00
sourced_track chore: fix alternative sources not persisting 2025-11-14 16:17:37 +06:00
wikipedia feat(artist): modularize page and add wikipedia section 2023-11-22 20:23:12 +06:00
wm_tools chore: use shadcn in all places that's using material 2025-01-30 21:44:07 +06:00
youtube_engine Release 5.1.2+45 (#3049) 2026-06-05 10:49:09 +06:00
connectivity_adapter.dart fix: youtube video unplayable issue and use more ytClients 2025-01-21 10:15:06 +06:00