mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[PR #149] [CLOSED] Send notifications when new song starts playing #633
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#633
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/Rigellute/spotify-tui/pull/149
Author: @SethGower
Created: 11/13/2019
Status: ❌ Closed
Base:
master← Head:notifications📝 Commits (7)
233715aImplements the send_notification functiona077c93Implements the calling of send_notification()0e769e8Merge branch 'master' into notifications37c8592bumps down libnotify version to see if that fixes ci errors8033686fixes merge conflict56d3573Merge branch 'master' of github.com:Rigellute/spotify-tui into notificationsc62c05dfixes 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.Closes #146.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.