mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #111] API for consume/dispatch actions from third-party applications #983
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#983
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 (Jan 25, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/111
Is your feature request related to a problem? Please describe.
Not a problem. is possible to dispose of a simple API to consume in order to dispatch actions from third-party applications, actions like:
Describe the solution you'd like
This would work sending commands to any existent instance of spotify-player running.
I would like to write a neovim plugin to control spotify-player while coding, as a widget of spotify-player for neovim, but it needs an API exposed.
E.g.
I'm not sure if I can do this by using the service that spotify_player is using in background.
I don't know if that will get sync with spotify_player either (without hit an API for auth, etc)
I would like to get this idea working hand to hand with spotify-player, because I think is an app with a great future ahead.
Sounds crazy?
@aome510 commented on GitHub (Jan 25, 2023):
Hi @diegoulloao, thanks for creating this issue. Actually, I have a plan to create a similar one as I've got some related requests regarding external APIs to communicate with the app.
Related issues:
I thought about implementing the same thing before. I don't think it's impossible. I'll try and see xD.
@diegoulloao commented on GitHub (Jan 25, 2023):
Yes, excellent. LMK if you try something, you can start with simple actions to test. In parallel I can start building the bases for the neovim plugin/widget if something comes out.