Commit graph

883 commits

Author SHA1 Message Date
Josh Wolfe
c3d8de9cb6 ui is instantly correct about random color almost always 2012-02-23 22:30:20 -07:00
Josh Wolfe
8e79471ee8 fixing random coloring when dynamic mode is off 2012-02-23 21:20:02 -07:00
Josh Wolfe
b66175299b updating TODO 2012-02-23 21:11:43 -07:00
Josh Wolfe
04c5e8e158 fixing other playlist buttons 2012-02-23 21:07:03 -07:00
Andrew Kelley
4c107bd53a fix broken dynamic mode button 2012-02-23 04:20:09 -08:00
Andrew Kelley
326d42aecc make playlist buttons into jquery buttons 2012-02-23 03:15:15 -08:00
Andrew Kelley
2bea471f1a re-add ability to remove and download with context menu 2012-02-23 02:53:29 -08:00
Andrew Kelley
ce0f61be0a use divs and spans instead of table for playlist
regressions:
 * unable to remove from playlist
 * unable to download track
2012-02-23 01:55:13 -08:00
Josh Wolfe
f08484e123 queuing tracks before any randomly chosen ones 2012-02-22 23:28:33 -07:00
Josh Wolfe
93fc53fa9b coloring randomly queued items in the playlist 2012-02-22 23:17:43 -07:00
Josh Wolfe
ee40b635a9 using nbsp in Actions column of playlist 2012-02-22 20:13:04 -07:00
Josh Wolfe
4e7ae89ce9 pushing dynamic mode updates to clients 2012-02-22 20:13:04 -07:00
Andrew Kelley
a349643532 don't need to use 'force new connection' anymore 2012-02-21 23:24:08 -08:00
Josh Wolfe
66c018d4f0 dynamic mode works. clients are oblivious. 2012-02-21 18:09:35 -07:00
Andrew Kelley
a0c8aa8e6c fix annoying color and hover in playlist 2012-02-13 22:14:31 -08:00
Andrew Kelley
4ae5d982c8 update README 2012-02-12 15:32:21 -08:00
Andrew Kelley
c113ebcbe1 library filter matches filenames too 2012-02-11 23:29:06 -08:00
Andrew Kelley
a29fdd9acd fix trim for browsers that don't have it natively 2012-02-11 23:24:17 -08:00
Andrew Kelley
878b07de60 fix error on update library 2012-02-11 23:22:06 -08:00
Andrew Kelley
f9ca660abe remove rotted tests 2012-02-11 21:59:40 -08:00
Andrew Kelley
7e2fe93ac1 fix regression: ability to click playlist item 2012-02-11 21:53:29 -08:00
Andrew Kelley
7ee2802748 Merge branch 'master' of github.com:superjoe30/groovebasin
Conflicts:
	src/mpd.coffee
2012-02-11 21:46:22 -08:00
Andrew Kelley
d18eb81786 server uses Mpd class to communicate with mpd 2012-02-11 21:44:37 -08:00
Andrew Kelley
3f61b78f69 refactor socket io out of Mpd class 2012-02-11 21:44:37 -08:00
Andrew Kelley
e93c48f11f clean up playlist object management code 2012-02-11 21:44:37 -08:00
Andrew Kelley
c2b6bce00d clean up event code, use exports in a way that works with node 2012-02-11 21:44:37 -08:00
Andrew Kelley
5b1997c8a0 Revert "decoupling Mpd from socket.io"
This reverts commit 94110899603ca33600bf6b73ff79ddb32ff93605.
2012-02-11 21:44:37 -08:00
Josh Wolfe
c0455d5f7b decoupling Mpd from socket.io 2012-02-11 21:44:37 -08:00
Josh Wolfe
fdd48df525 fixing mpd data parsing that contains ':' 2012-02-11 20:02:45 -07:00
Andrew Kelley
12ab024d3f minor playlist style changes 2012-02-11 18:56:00 -08:00
Andrew Kelley
a82671de16 make playback buttons hoverable 2012-02-10 20:29:03 -08:00
Andrew Kelley
b677c26e43 ZOMG, it's a YAGNI attack! 2012-02-10 20:14:41 -08:00
Josh Wolfe
ca103774da making nowplaying font less retarded 2012-02-10 03:23:51 -07:00
Josh Wolfe
801f000ebb ignoring year for blank album names 2012-02-09 23:55:22 -07:00
Andrew Kelley
3d85aad2e1 remove false un-advertising 2012-02-09 20:55:04 -08:00
Andrew Kelley
733e00569d organize TODO 2012-02-09 20:24:18 -08:00
Andrew Kelley
a6c2462650 queue tracks at the end, not next 2012-02-09 20:18:02 -07:00
Andrew Kelley
2731923ec5 update library after uploading 2012-02-09 18:02:30 -07:00
Josh Wolfe
27b1a83291 fixing stupid 0-being-falsy bugs when indexes of things are 0 2012-02-09 12:42:42 -07:00
Josh Wolfe
7df7b7bbed fixing artist sorting to ignore 'the ' and stuff 2012-02-09 02:14:18 -07:00
Andrew Kelley
1d71452e56 search is instant 2012-02-09 00:07:21 -08:00
Andrew Kelley
98db06ba6c better server behavior for error conditions, also setuid 2012-02-07 23:07:30 -07:00
Josh Wolfe
2c6c99c48e auto expanding small search results 2012-02-07 18:19:07 -07:00
Josh Wolfe
41a17fefe1 cleaning up setTimeout pattern for coffeescript 2012-02-07 17:14:27 -07:00
Josh Wolfe
12b6e449f9 leaving unknown albums blank in playlist and nowplaying 2012-02-07 16:18:45 -07:00
Josh Wolfe
e66bc74c7d fixing now-playing display 2012-02-07 14:26:19 -07:00
Josh Wolfe
4b279ce8fe only searching every 200 milliseconds when typing 2012-02-07 14:18:08 -07:00
Josh Wolfe
a50073b863 searching locally on every keystroke. a litle broken. 2012-02-07 14:10:36 -07:00
Andrew Kelley
14268f4cd3 uploading works 2012-02-07 02:17:03 -08:00
Andrew Kelley
731b835b95 update README regarding -e DEBUG=true 2012-02-06 13:19:49 -08:00