Skip to content

Spotify (dbus) queue managment system for office tunes

Notifications You must be signed in to change notification settings

92green/the-queuer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Queuer

A spotify frontend for a collaborative office listening experiance.

The Queuer allows individuals to create a custom album queue, the server will then round robin between all the users who have albums in their queues and play their albums.

queue

search

Setup.

The application uses librespot-java as a backend

Download librespot-java and configure

Edit config.toml (configiration file created when you first run librespot-java)

Make certain that autoplay is set to false.

autoplayEnabled = false

currently I have only tested this application using USER_PASS authentication, although it may work using the other options.

To setup this authentication method set the following in the config.toml

strategy = "USER_PASS"
username = "YourSpotifyUsername"
password = "YourSpotifyPassword"

Run the client.

The client can be run using yarn start (or npm run start) from within ``packages/queuer-clientfrom the client directory, or alternativly built and deployed usingserv` or another http server (nginx perhaps)

cd packages/client
yarn
yarn start

Run the server

cd packages/queuer-server
yarn
node src/server.js

About

Spotify (dbus) queue managment system for office tunes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published