jessicaschilling / eterna-milonga

An automagical robot DJ for tango dancers using streaming music from Spotify.

Home Page:http://www.eternamilonga.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eterna-milonga: Eterna Milonga

Frozen in amber (for now) ...

Got a little bit into this project and determined folks would rather have an actual streaming station than use Spotify. So, check out Radio Tanda for that, istead.

I'd still love to flesh this out someday, or hand the idea over to someone else.

The plan

  • Distill my last 10+ years' archives of milonga/encuentro/festival playlists into known-good tango tracks
  • Put those into a spreadsheet and pull out the singer, orquesta, year, dance style, etc for future databasin'
  • Query the Spotify API to get the Spotify URI references for each of those tracks
  • Pseudocode the logic for building tandas that obey the basics of The Tango Rules™
  • Pseudocode the logic for building those tandas into milonga-length playlists that keep orquestas sanely spaced
  • Figure out the best means for getting abovementioned spreadsheet into ... some kind of relational database ... that will both be germane to this project and will teach me things I can use later
  • Real-code the tanda logic (output just as a list of Spotify URIs)
  • Create super-basic proof-of-concept UI with embedded Spotify iframes for single tanda at a time
  • Clean up the tanda logic to stop partial tandas from appearing in the UI (this happens when there aren't enough songs in the database to fulfill the tanda rules) and ignore La Cumparsita for now
  • Atone for my JavaScript sins (anyone want to help?) and get the tanda logic to actually be robust
  • Real-code the playlist logic (output just as a list of Spotify URIs)
  • Learn how to feed Spotify a list of URIs and get a playlist back in return
  • Build a UI for this thing: push a button, get a playlist built in your personal Spotify account
  • Add a pref: three- or four-song tango tandas?
  • Add a pref: three- or four-song vals tandas?
  • Add a pref: cortinas, y/n?
  • Add a pref: choose a playlist length
  • Add a pref: choose a cortina (specific track, or maybe just genre)

License

MIT

About

An automagical robot DJ for tango dancers using streaming music from Spotify.

http://www.eternamilonga.com

License:MIT License


Languages

Language:JavaScript 86.6%Language:HTML 7.7%Language:CSS 5.7%