mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #244] [MERGED] Add player event hook command #680
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#680
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/244
Author: @aome510
Created: 9/3/2023
Status: ✅ Merged
Merged: 9/4/2023
Merged by: @aome510
Base:
master← Head:add-player-hook📝 Commits (4)
7dcf60caddPlayerEvente24255daddplayer_event_hook_command76d21fdaddplayer_event_hook_commandconfig documentd75c04acleanup config document📊 Changes
5 files changed (+155 additions, -13 deletions)
View changed files
📝
docs/config.md(+30 -3)📝
examples/app.toml(+1 -1)📝
spotify_player/src/client/mod.rs(+1 -0)📝
spotify_player/src/config/mod.rs(+3 -0)📝
spotify_player/src/streaming.rs(+120 -9)📄 Description
Resolves #190.
Resolves #103.
Added
player_event_hook_commandas a config option. Each time the application receives a player event,player_event_hook_commandis executed with the event json string as the standard input.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.