mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #110] [MERGED] Add sharing support #1564
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#1564
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/110
Author: @aome510
Created: 1/18/2023
Status: ✅ Merged
Merged: 1/26/2023
Merged by: @aome510
Base:
master← Head:implement-sharing-support📝 Commits (10+)
3754de6addcopy_commandtoAppConfigfc75235addCopyTrackLinktrack action and its handler99ea0b9renamecopy_commandtoshare_commandbad42deupdate variable naming in log44a91b4addexecute_share_commandhelper function6597d8caddCopyAlbumLink,CopyArtistLink,CopyPlaylistLinkand their handlers0edc252add defaultcopy_commandfor windows2e197d6update config document to include newcopy_commandoption514d276add note and example forcopy_command6996a37update Linux default copy command toxclip📊 Changes
7 files changed (+104 additions, -20 deletions)
View changed files
📝
doc/config.md(+17 -15)📝
examples/app.toml(+3 -0)📝
spotify_player/src/command.rs(+5 -0)📝
spotify_player/src/config/mod.rs(+25 -0)📝
spotify_player/src/event/mod.rs(+1 -1)📝
spotify_player/src/event/popup.rs(+47 -2)📝
spotify_player/src/event/window.rs(+6 -2)📄 Description
Resolves #100
Changes
copy_commandoption to general app configurationsCopy...Linkaction for track/album/artist/playlist item and corresponding handler🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.