Skip to content
This repository was archived by the owner on Apr 1, 2023. It is now read-only.
This repository was archived by the owner on Apr 1, 2023. It is now read-only.

Online/Local bridge to send Spotify data between devices #29

@marioortizmanero

Description

@marioortizmanero

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.

Metadata

Metadata

Labels

enhancementImproving an already existing feature

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions