[GH-ISSUE #86] what media control suppose to do? #965

Closed
opened 2026-03-14 12:43:38 +03:00 by kerem · 5 comments
Owner

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).

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).
kerem closed this issue 2026-03-14 12:43:44 +03:00
Author
Owner

@aome510 commented on GitHub (Nov 19, 2022):

By the way, excellent work, the best spotify tui I could find (I have tried a lot).

Thanks for the kind words 💪

It's not making anything... What is supposed to do?

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 track spotify-player is currently playing):
Screen Shot 2022-11-19 at 3 50 58 PM

<!-- gh-comment-id:1320967067 --> @aome510 commented on GitHub (Nov 19, 2022): > By the way, excellent work, the best spotify tui I could find (I have tried a lot). Thanks for the kind words 💪 > It's not making anything... What is supposed to do? 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 track `spotify-player` is currently playing): <img width="323" alt="Screen Shot 2022-11-19 at 3 50 58 PM" src="https://user-images.githubusercontent.com/40011582/202871176-3bac418c-73dd-43db-8616-732c2f878cf4.png">
Author
Owner

@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?

<!-- gh-comment-id:1320967289 --> @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?
Author
Owner

@aome510 commented on GitHub (Nov 19, 2022):

For some reason it's not working. Should I restart my iterm2?

Not sure if iterm2 is the problem here. Can you send me the latest application log (should be inside .cache/spotify-player)?

By the way, how I build the application passing multiple --features?

You can do it by passing --features multiple times. For example, to install/build app with image and lyric_finder features enabled.

cargo [install|build] --features image --features lyric_finder
<!-- gh-comment-id:1320977244 --> @aome510 commented on GitHub (Nov 19, 2022): > For some reason it's not working. Should I restart my iterm2? Not sure if `iterm2` is the problem here. Can you send me the latest application log (should be inside `.cache/spotify-player`)? > By the way, how I build the application passing multiple --features? You can do it by passing `--features` multiple times. For example, to install/build app with `image` and `lyric_finder` features enabled. ``` cargo [install|build] --features image --features lyric_finder ```
Author
Owner

@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.

<!-- gh-comment-id:1320988288 --> @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.
Author
Owner

@aome510 commented on GitHub (Nov 19, 2022):

Now it's working, my mistake. I put it inside the device section.

Great to hear that. I'll close this issue for now.

<!-- gh-comment-id:1320989373 --> @aome510 commented on GitHub (Nov 19, 2022): > Now it's working, my mistake. I put it inside the device section. Great to hear that. I'll close this issue for now.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#965
No description provided.