Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add show actions on item #13

Merged
merged 19 commits into from
Oct 11, 2021
Merged

Add show actions on item #13

merged 19 commits into from
Oct 11, 2021

Conversation

aome510
Copy link
Owner

@aome510 aome510 commented Oct 10, 2021

Brief description of changes

  • add ShowActionsOnSelectedItem to show a popup containing of possible actions to act on a Spotify item (Track, Album, Artist, Album, Playlist)
  • add command::Action to represent an action to act on a Spotify item.
  • implement Spotify client handler functions for
    • get current user
    • adding track to a user's playlist
    • save a Spotify item to user's library.
  • update the authorization token's scopes to add user's library modify permissions
  • replace the use of playlist::SimplifiedPlaylist with state::Playlist
  • simplify the init codes to get Spotify data to run the application on startup.
  • remove BrowseSelectedTrack(Album|Artist) commands.
  • decrease the refresh duration for the player event handling thread.
  • small refactors, remove code duplications, etc

@aome510 aome510 marked this pull request as ready for review October 11, 2021 16:35
@aome510 aome510 merged commit 20c22c7 into master Oct 11, 2021
@aome510 aome510 deleted the add-show-actions-on-item branch October 11, 2021 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant