mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #307] [MERGED] Support open spotify link #1648
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#1648
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/307
Author: @aome510
Created: 12/3/2023
Status: ✅ Merged
Merged: 12/3/2023
Merged by: @aome510
Base:
master← Head:suport-open-spotify-link📝 Commits (5)
13ecb5baddOpenSpotifyLinkFromClipboardcommand5582c8daddclipboardcrate73f1e39implement handling logic forOpenSpotifyLinkFromClipboardcommand9fe7e36update READMEc2b3295update ci, cd📊 Changes
8 files changed (+120 additions, -13 deletions)
View changed files
📝
.github/workflows/cd.yml(+3 -3)📝
.github/workflows/ci.yml(+1 -1)📝
Cargo.lock(+42 -0)📝
README.md(+5 -8)📝
spotify_player/Cargo.toml(+1 -0)📝
spotify_player/src/command.rs(+2 -0)📝
spotify_player/src/config/keymap.rs(+4 -0)📝
spotify_player/src/event/mod.rs(+62 -1)📄 Description
Resolves #218
This PR adds support for opening track/playlist/album/artist Spotify link from
spotify_playerby callingOpenSpotifyLinkFromClipboardcommand. The application willChanges
clipboardcrate as a dependencyOpenSpotifyLinkFromClipboardcommand (default keymap:O)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.