mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[PR #17] [MERGED] Integrate Spotify Recommendations API #1514
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1514
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aome510/spotify-player/pull/17
Author: @aome510
Created: 10/22/2021
Status: ✅ Merged
Merged: 10/22/2021
Merged by: @aome510
Base:
master← Head:integrate-recommendations-API📝 Commits (10+)
5c1a25caddAction::BrowseRecommendation992e5a3move theui::PageStateon-change handler fromclientmodule touimodule25e76b2handle parsingaction::BrowseRecommendations53127fdhandleGetRecommendationsclient requestb69a893implement rendering function for recommendation window438145aadd aunimplementedTODO for handling key sequence for the recommendation windowd758c8ehandle user input key sequence for recommendation pageb9c4453change the number of tracks returned by the recommandation API to5037697eaupdateroadmap211a9e0update theis_activecondition for top track subwindow in the artist context window📊 Changes
14 files changed (+433 additions, -198 deletions)
View changed files
📝
README.md(+2 -2)📝
doc/config.md(+1 -1)📝
spotify_player/src/client/handlers.rs(+0 -70)📝
spotify_player/src/client/mod.rs(+50 -0)📝
spotify_player/src/command.rs(+3 -2)📝
spotify_player/src/config/keymap.rs(+1 -1)📝
spotify_player/src/event/mod.rs(+22 -0)📝
spotify_player/src/event/popup.rs(+16 -3)📝
spotify_player/src/event/window.rs(+52 -16)📝
spotify_player/src/main.rs(+2 -1)📝
spotify_player/src/state/player.rs(+24 -1)📝
spotify_player/src/state/ui.rs(+7 -1)📝
spotify_player/src/ui/context.rs(+26 -84)📝
spotify_player/src/ui/mod.rs(+227 -16)📄 Description
Brief description of changes
command::PlayContexttocommand::PlayRandomstate::WindowStatebased on currentstate::PageStatefrom theclientmodule to theuimoduleuimodule🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.