Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.
/ sonos-jukebox Public archive

web app to queue songs to sonos using spotify using emberjs and flask

Notifications You must be signed in to change notification settings

miguel250/sonos-jukebox

Repository files navigation

Dev Setup

Install Virtualbox and Vagrant then run vagrant up inside the folder.

Data Structure
  • sadd track

    • url
  • zadd history

    • date
    • datestamp(score)
  • sadd queue

    • url
  • sadd history:current_date

    • url
  • zset played

    • count(score)
  • hset track:url

    • title
    • artist
    • length
    • year
    • album
    • album_cover
    • date_added
    • last_played

About

web app to queue songs to sonos using spotify using emberjs and flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages