~amk/subsonic.el

Try to fix no such column error
add scrobbling support
Add support for tag based browsing
Show a message if you try to send mpv a message while its not running
Add my irc to the readme
Fix number ids getting not getting stringified
Add option for setting the size of art downloaded
Add seeking forward/back
a4eb0da9 — Alex McGrath 1 year, 8 months ago
Return default album count to the previous default of 50
237700b8 — Alex McGrath 1 year, 8 months ago
Remove settings list, just use customize-group
632a1497 — Alex McGrath 1 year, 8 months ago
Add option to configure the number of albums in an album list
429674a2 — Alex McGrath 1 year, 8 months ago
Fix some typos
Add option to use curl for image downloading

using curl here is a good option as it can download all the images in
parallel with -Z it also reduces the number of processes spawned than
when using emacs
Add an option to use non ssl connections
Default 'year' to 0 if it doesnt exist
Next