You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2023. It is now read-only.
This program only works if it's running in the same device as the Spotify player. Personally I love the idea of being able to run it between different devices.
A server would be run where Spotify is playing, which would send information about the player when requested. An API implementation inside vidify.api.bridge could act as the client. The way the APIs are currently implemented would make this bridge quite easy to implement, possibly with minor changes. This should work for both online and local (as in both being in the same network), although the latter would be better for less lag.
This would work by having two different modes (easily configurable as two new options in vidify.config): one for the client and another one for the server. The server would then be launched and once a client connects, it would send information from the API to the client so that it can play the videos.