mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #86] what media control suppose to do? #965
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#965
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?
Originally created by @diegoulloao on GitHub (Nov 19, 2022).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/86
It's not clear what media control suppose to do, I have activated it in macos building the application with the media-control feature flag and adding enable_media_control set to true in the app.toml file inside .config.
It's not making anything... What is supposed to do?
By the way, excellent work, the best spotify tui I could find (I have tried a lot).
@aome510 commented on GitHub (Nov 19, 2022):
Thanks for the kind words 💪
It allows you to control the playback (next, prev, play, pause) using the media keys or macos's media control panel without interacting directly with the
spotify-player. It should also work with bluetooth headphone/earphone's media controls.To confirm that the media control actually works with

spotify-player, you can check the macos's media control panel (it should show the trackspotify-playeris currently playing):@diegoulloao commented on GitHub (Nov 19, 2022):
For some reason it's not working. Should I restart my iterm2?
By the way, how I build the application passing multiple --features?
@aome510 commented on GitHub (Nov 19, 2022):
Not sure if
iterm2is the problem here. Can you send me the latest application log (should be inside.cache/spotify-player)?You can do it by passing
--featuresmultiple times. For example, to install/build app withimageandlyric_finderfeatures enabled.@diegoulloao commented on GitHub (Nov 19, 2022):
I understand...
Now it's working, my mistake. I put it inside the device section.
Thanks for the help.
@aome510 commented on GitHub (Nov 19, 2022):
Great to hear that. I'll close this issue for now.