mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #214] Add command to copy to clipboard a link to the song in Spotify #110
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#110
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?
Originally created by @aromeronavia on GitHub (Jul 3, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/214
Is your feature request related to a problem? Please describe.
I want to share a song with my friends but I'm unable to.
Describe the solution you'd like
A key shortcut when a song is "active" and I press a key, it binds the song URL into my clipboard
Describe alternatives you've considered
Nothing comes to mind but opening the actual spotify UI
Additional context
Nothing to share at the moment. Happy to help implementing this @aome510 🚀
@aome510 commented on GitHub (Jul 4, 2023):
spotify_playeralready supports this feature. You can callShowActionsOnCurrentTrack(binded toa) and then selectCopyTrackLinkaction (binded to5)@aromeronavia commented on GitHub (Jul 4, 2023):
Ohhhh my bad then! I looked up for it in the codebase but didn't find it an assumed it didn't exist. We can safely close this one then!
Thank you @aome510!