[PR #307] [MERGED] Support open spotify link #1648

Closed
opened 2026-03-14 15:25:26 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: suport-open-spotify-link


📝 Commits (5)

  • 13ecb5b add OpenSpotifyLinkFromClipboard command
  • 5582c8d add clipboard crate
  • 73f1e39 implement handling logic for OpenSpotifyLinkFromClipboard command
  • 9fe7e36 update README
  • c2b3295 update 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_player by calling OpenSpotifyLinkFromClipboard command. The application will

  • open a corresponding context page for playlist/album/artist link
  • play the song for track link

Changes

  • add clipboard crate as a dependency
  • add OpenSpotifyLinkFromClipboard command (default keymap: O)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/aome510/spotify-player/pull/307 **Author:** [@aome510](https://github.com/aome510) **Created:** 12/3/2023 **Status:** ✅ Merged **Merged:** 12/3/2023 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `suport-open-spotify-link` --- ### 📝 Commits (5) - [`13ecb5b`](https://github.com/aome510/spotify-player/commit/13ecb5b23c902352f34b96b343f34ad8786b8ddd) add `OpenSpotifyLinkFromClipboard` command - [`5582c8d`](https://github.com/aome510/spotify-player/commit/5582c8ddfb4b0203c067bd0180eeffc5dff38f0b) add `clipboard` crate - [`73f1e39`](https://github.com/aome510/spotify-player/commit/73f1e39ce4f7d23ca9165a2b348822bd228cfb17) implement handling logic for `OpenSpotifyLinkFromClipboard` command - [`9fe7e36`](https://github.com/aome510/spotify-player/commit/9fe7e3615c0e69547b449bec60250da0898dc257) update README - [`c2b3295`](https://github.com/aome510/spotify-player/commit/c2b329582000b5bbea497cdbde8212cb7c00b37d) update ci, cd ### 📊 Changes **8 files changed** (+120 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description Resolves #218 This PR adds support for opening track/playlist/album/artist Spotify link from `spotify_player` by calling `OpenSpotifyLinkFromClipboard` command. The application will - open a corresponding context page for playlist/album/artist link - play the song for track link ## Changes - add `clipboard` crate as a dependency - add `OpenSpotifyLinkFromClipboard` command (default keymap: `O`) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 15:25:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#1648
No description provided.