mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #137] [MERGED] Implement notification support #640
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#640
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/137
Author: @aome510
Created: 2/17/2023
Status: ✅ Merged
Merged: 2/18/2023
Merged by: @aome510
Base:
master← Head:add-notify-feature📝 Commits (9)
beb8ddbaddnotify-rustas dep andnotifyfeature6278e3aimplement a simple notify engine on playback change2cd6badmove notify and fetch image codes intoupdate_current_playback_statefunctionaf8deadsave downloaded track cover images in cache folder3cb05bdaddiconto notification and avoid sending same noti multiple times02d1db8usedbusfornotify_rust469aa2acleanup6c29cf6Merge remote-tracking branch 'origin/master' into add-notify-featureed9fcfeupdate README📊 Changes
9 files changed (+257 additions, -66 deletions)
View changed files
📝
.dir-locals.el(+1 -1)📝
.github/workflows/ci.yml(+1 -1)📝
Cargo.lock(+118 -7)📝
README.md(+16 -4)📝
spotify_player/Cargo.toml(+2 -0)📝
spotify_player/src/client/mod.rs(+106 -41)📝
spotify_player/src/main.rs(+9 -2)📝
spotify_player/src/state/mod.rs(+4 -0)📝
spotify_player/src/state/player.rs(+0 -10)📄 Description
Resolves #123
Changes
notifyfeature (withnotify_rustas dependencies) for desktop notification support$APP_CACHE_FOLDER/image🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.