Add Liked Songs to CarPlay Library tab#128
Closed
docmeth02 wants to merge 1 commit intokepelet:release/2.3from
Closed
Add Liked Songs to CarPlay Library tab#128docmeth02 wants to merge 1 commit intokepelet:release/2.3from
docmeth02 wants to merge 1 commit intokepelet:release/2.3from
Conversation
Adds a Liked Songs entry to the Library tab with Play All, Shuffle, and individual track playback. Follow-up to kepelet#119. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Member
|
closing this PR since the commit has already been cherry-picked into #127 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #119 — adds the Liked Songs playlist to CarPlay.
Tapping "Liked Songs" in the Library tab fetches starred songs from the server and presents Play All, Shuffle, and individual track selection. Handles empty state and network failures with retry.
One thing I'm not sure about: would it make more sense to place this under the Playlists tab instead of Library? CarPlay screen real estate is limited and Library already has Albums, Artists, and Songs. Playlists might be a more natural home for it since liked songs behaves like a virtual playlist. Open to either approach.