]> git.wh0rd.org - chrome-ext/music-player-client.git/log
chrome-ext/music-player-client.git
10 years agompc: add playlist commands apis
Mike Frysinger [Sun, 1 Sep 2013 09:27:04 +0000 (05:27 -0400)] 
mpc: add playlist commands apis

10 years agotcp-client: allow caller to force pulling of more data
Mike Frysinger [Sun, 1 Sep 2013 09:25:32 +0000 (05:25 -0400)] 
tcp-client: allow caller to force pulling of more data

When we get a burst of data that fills up the buffer, we don't want to
delay 500 msecs for the buffer to refill.  So let the caller force a
fresh pull of data when it knows it is expecting more.

10 years agotcp-client: update API URLs
Mike Frysinger [Sun, 1 Sep 2013 09:25:15 +0000 (05:25 -0400)] 
tcp-client: update API URLs

10 years agoshow current volume/time in tooltips
Mike Frysinger [Sun, 1 Sep 2013 08:32:36 +0000 (04:32 -0400)] 
show current volume/time in tooltips

10 years agoupdate with full state now
Mike Frysinger [Sun, 1 Sep 2013 08:25:04 +0000 (04:25 -0400)] 
update with full state now

Since mpc will pass us a fully merged state object, use that rather than
returning early assuming we have just a partial state.

10 years agompc: merge old state with new state
Mike Frysinger [Sun, 1 Sep 2013 08:24:17 +0000 (04:24 -0400)] 
mpc: merge old state with new state

Since mpd will, when it is stopped, return garbage or nothing at all for
many values, we need to filter/merge the results so the player looks sane.

10 years agoadd helpful tip to people who find the console
Mike Frysinger [Sun, 1 Sep 2013 08:23:57 +0000 (04:23 -0400)] 
add helpful tip to people who find the console

10 years agohave sliders send updates immediately (like when using the mouse)
Mike Frysinger [Sun, 1 Sep 2013 06:27:52 +0000 (02:27 -0400)] 
have sliders send updates immediately (like when using the mouse)

10 years agompc: split up log levels
Mike Frysinger [Sun, 1 Sep 2013 06:18:05 +0000 (02:18 -0400)] 
mpc: split up log levels

10 years agocompile javascript files with the closure compiler
Mike Frysinger [Sun, 25 Aug 2013 02:39:35 +0000 (22:39 -0400)] 
compile javascript files with the closure compiler

10 years agompc: add more api funcs
Mike Frysinger [Sun, 25 Aug 2013 02:09:02 +0000 (22:09 -0400)] 
mpc: add more api funcs

10 years agofix NaN check
Mike Frysinger [Sun, 25 Aug 2013 02:08:11 +0000 (22:08 -0400)] 
fix NaN check

10 years agofix parse error when mpd is in stopped state due to the time field not being included v2.0
Mike Frysinger [Sat, 24 Aug 2013 07:09:06 +0000 (03:09 -0400)] 
fix parse error when mpd is in stopped state due to the time field not being included

10 years agoadd refresh option for updating the gui automatically
Mike Frysinger [Sat, 24 Aug 2013 07:08:44 +0000 (03:08 -0400)] 
add refresh option for updating the gui automatically

10 years agompc: move logging to object level and turn it off by default
Mike Frysinger [Sat, 24 Aug 2013 07:07:06 +0000 (03:07 -0400)] 
mpc: move logging to object level and turn it off by default

10 years agompc: fix typo in setting up crossfade()
Mike Frysinger [Sat, 24 Aug 2013 07:06:46 +0000 (03:06 -0400)] 
mpc: fix typo in setting up crossfade()

10 years agoinitial extension v1.0
Mike Frysinger [Tue, 20 Aug 2013 04:30:26 +0000 (00:30 -0400)] 
initial extension