[PR #149] [CLOSED] Send notifications when new song starts playing #633

Closed
opened 2026-02-28 14:50:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/149
Author: @SethGower
Created: 11/13/2019
Status: Closed

Base: masterHead: notifications


📝 Commits (7)

  • 233715a Implements the send_notification function
  • a077c93 Implements the calling of send_notification()
  • 0e769e8 Merge branch 'master' into notifications
  • 37c8592 bumps down libnotify version to see if that fixes ci errors
  • 8033686 fixes merge conflict
  • 56d3573 Merge branch 'master' of github.com:Rigellute/spotify-tui into notifications
  • c62c05d fixes rustfmt error with imports

📊 Changes

3 files changed (+199 additions, -1 deletions)

View changed files

📝 Cargo.lock (+131 -0)
📝 Cargo.toml (+4 -0)
📝 src/app.rs (+64 -1)

📄 Description

The official spotify client sends notifications when a new song has started playing, and I wanted to implement this feature into spt. This sends a notification identical to the one that Spotify sends. An example notification can be seen here.
image

Closes #146.


🔄 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/Rigellute/spotify-tui/pull/149 **Author:** [@SethGower](https://github.com/SethGower) **Created:** 11/13/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `notifications` --- ### 📝 Commits (7) - [`233715a`](https://github.com/Rigellute/spotify-tui/commit/233715aeebd60ad3f98311a94e6929d19f54d8e9) Implements the send_notification function - [`a077c93`](https://github.com/Rigellute/spotify-tui/commit/a077c93e99a66a0d3cecaed1f2563bfb1212df7a) Implements the calling of send_notification() - [`0e769e8`](https://github.com/Rigellute/spotify-tui/commit/0e769e8315b42bac2331e540920fc87f669f687d) Merge branch 'master' into notifications - [`37c8592`](https://github.com/Rigellute/spotify-tui/commit/37c85924bca97fda5de4d5c7fa2d1bc73a58b7ba) bumps down libnotify version to see if that fixes ci errors - [`8033686`](https://github.com/Rigellute/spotify-tui/commit/8033686abf772b3bd73588ce766ae9dfb591986f) fixes merge conflict - [`56d3573`](https://github.com/Rigellute/spotify-tui/commit/56d3573cb6c177eb4c33e7dc342fa0072bba04bf) Merge branch 'master' of github.com:Rigellute/spotify-tui into notifications - [`c62c05d`](https://github.com/Rigellute/spotify-tui/commit/c62c05d4fd1716f7c2199878cbc17c53ae5bf5aa) fixes rustfmt error with imports ### 📊 Changes **3 files changed** (+199 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+131 -0) 📝 `Cargo.toml` (+4 -0) 📝 `src/app.rs` (+64 -1) </details> ### 📄 Description The official spotify client sends notifications when a new song has started playing, and I wanted to implement this feature into `spt`. This sends a notification identical to the one that Spotify sends. An example notification can be seen here. ![image](https://user-images.githubusercontent.com/19225089/68802052-31f93f00-062b-11ea-8814-9df2fe5c5d36.png) Closes #146. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:50:17 +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-tui#633
No description provided.