mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[PR #43] [MERGED] Add cross-platform media control support #595
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#595
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/43
Author: @aome510
Created: 5/28/2022
Status: ✅ Merged
Merged: 5/28/2022
Merged by: @aome510
Base:
master← Head:add-media-control-support📝 Commits (10+)
7994514add souvlakib62a25drename spric module to streaming and update logging messagese091fd6addmedia-controlfeature89ba0bbaddwinit62ea84cimplement a base media event watcher codee7e7662handle play,pause,next,prev media control events717eaecaddupdate_control_metadata971bc40add a hack to show track metadata on startup64b370dadd track album's image URL ascover_urlmetadata29eabaacleanup📊 Changes
18 files changed (+753 additions, -98 deletions)
View changed files
📝
.github/workflows/ci.yml(+1 -1)📝
Cargo.lock(+500 -17)📝
spotify_player/Cargo.toml(+5 -2)📝
spotify_player/src/auth.rs(+4 -4)📝
spotify_player/src/client/handlers.rs(+9 -9)📝
spotify_player/src/client/mod.rs(+22 -22)📝
spotify_player/src/client/spotify.rs(+4 -4)📝
spotify_player/src/config/keymap.rs(+1 -1)📝
spotify_player/src/config/mod.rs(+1 -1)📝
spotify_player/src/config/theme.rs(+1 -1)📝
spotify_player/src/event/mod.rs(+6 -6)📝
spotify_player/src/main.rs(+54 -13)➕
spotify_player/src/media_control.rs(+116 -0)📝
spotify_player/src/state/mod.rs(+3 -3)📝
spotify_player/src/state/player.rs(+3 -2)📝
spotify_player/src/streaming.rs(+10 -5)📝
spotify_player/src/token.rs(+10 -4)📝
spotify_player/src/ui/mod.rs(+3 -3)📄 Description
Changes
media_controlmodulesouvlakiandwinitcrates (undermedia-controlfeature)sprictostreaming🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
v0.20.1#809v0.20.1#1742