feat: soundcloud likes, playback restore and saved yt playlists - #9
Merged
Merged
Conversation
- The Data API only returns playlists owned by the channel; saved ones come from the authenticated Music InnerTube browse and fall back to it on error - Show the owning channel next to the song count on desktop and android
- Likes are cached by permalink so search, library and now-playing can all show the heart without a numeric id; toggles are optimistic with rollback - Http gains a generic request() for the PUT/DELETE like endpoints
- Persist queue, index, position and modes to playback.json via atomic rename; checkpoint every 5 s while playing and on every state change - Restore paused and resolve the stream only when the user presses play, so launch costs no network and makes no sound
- Give the WebView match-parent params so the 100vh captcha overlay renders instead of collapsing to 0px - Keep the real mobile Chrome UA (minus the wv marker) since DataDome rejects a desktop Safari UA on a Chromium touch device - Clear WebView cookies per attempt so a stale verdict does not follow retries; enable WebView debugging in debug builds
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.
Summary
wv, cookie reset per attempt).Test plan
🤖 Generated with Claude Code