nixme / warble

The intelligent communal jukebox
10 stars 2 forks source link

Check it out. It's a ghetto first pass but it works! #1

Closed azethoth closed 13 years ago

azethoth commented 13 years ago

first pass at youtube player. no styling, no search, no validation, and it only accepts single video urls

i'll work on search next so you don't have to cut and paste a url. i didn't bother to style it because the application view is gonna change.

arbales commented 13 years ago

Neato — now I can play the theme song from Sesame Street each and every morning.

nixme commented 13 years ago

Awesome! I'm finishing up the rails migration and then will merge that to master then merge this in.

arbales commented 13 years ago

noooooooooooooooooooooooooooooooooooooo, sinatraaaaaaaaaaaaaaaaaaaaaaa

azethoth commented 13 years ago

i pushed a new version that does search and click to add songs. still ghetto, didn't bother styling it yet and only 1 page of search results come back but at least the video metadata in the song queue is right now.

azethoth commented 13 years ago

i'll give it some basic styling tomorrow and probably get the results paging in so we can use it on monday

azethoth commented 13 years ago

bah, there are a bunch of bugs in the search view. working on it

azethoth commented 13 years ago

paging added. i'm all done with youtube for now. feel free to change up the styling if you guys like

nixme commented 13 years ago

Okay, finally finished the rails migration and also broke up all the javascript and moved templates into their own files. I'm going to start to merge this.