-
Notifications
You must be signed in to change notification settings - Fork 302
Description
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:
- get current song title that's playing
- get the current playlist that's playing
- play a specific song of the current playlist
- go to next/previous song of the current playlist
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.
spotify_player --cmd="get-playlist"
spotify_player --cmd="play-song id"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?