Commit Graph
8 Commits
Author SHA1 Message Date
Alex McGrathandSenan Kelly 6f02b58add add support for seeking to jukebox 2021-01-18 21:36:53 +00:00
Alex McGrathandSenan Kelly f16f09717c fix jukebox default status - it shouldnt return a playlist 2021-01-18 21:36:53 +00:00
Alex McGrathandSenan Kelly 4443d7d0f5 move scrobblers into their own package 2021-01-12 11:26:36 +00:00
Alex McGrathandSenan Kelly b9998f7ee6 Add support for scrobbling to listenbrainz 2021-01-12 11:26:36 +00:00
Alex McGrathandSenan Kelly f4ff7e70f2 server/lastfm: make a scrobbler interface and migrate lastfm to use it 2021-01-12 11:26:36 +00:00
Alex McGrathandSenan Kelly 1f08ccf2f4 Improve compatibility with the subsonic api
This seems to be how its supposed to be implemented

set - should only change current playlist and shouldnt modify index

This lets dsub work properly when it comes to modifying the current
playlist as it does a combination of "set" and "skip"

Itll only use set if its adding tracks to the playlist and includes
the whole playlist, and itll use both set and skip to set the current
playing and skip back to the first track
2020-04-19 20:37:41 +01:00
Alex McGrath eb33a06cd7 Make the jukebox less of a heap 2020-04-18 20:44:03 +01:00
Alex McGrath 64d0aee8dc Add support for the jukebox endpoint
This supports most of jukeboxControl.view as far as i can tell. Things
seem to be playing ok without freaking out

I've also only tested it a little bit with ultrasonic but it does
appear to be working pretty well
2020-04-17 23:20:06 +01:00