Commit Graph
12 Commits
Author SHA1 Message Date
sentriz 40cd031b05 feat: add multi folder support
closes #50
2021-11-06 21:56:01 +00:00
alexandGitHub 393813665a feat(jukebox): reduce complexity and update dependencies (#154)
* feat(jukebox): reduce jukebox code complexity

This removes an unessecary channel, but this is still pretty bad

* feat(jukebox): update flac/beep/oto so flac seeking works
2021-09-09 19:08:05 +01:00
Alex McGrathandSenan Kelly 6f02b58add add support for seeking to jukebox 2021-01-18 21:36:53 +00:00
sentriz c65606ba1f add some go-critic suggestions 2020-05-07 04:31:47 +01:00
sentriz b02ade3415 update golangci lint linter list 2020-05-02 04:22:26 +01:00
sentriz 080189e977 remove jukebox's dependency on ctrlsubsonic 2020-04-26 18:15:22 +01:00
sentriz f52ce807af upgrade sqlite3 2020-04-25 01:55:46 +01: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
sentriz 60a906c6fc add author comments to encode and jukebox 2020-04-18 23:18:23 +01:00
sentriz 2ab18aaa06 jukebox: check info != nil before using ctrlStrmr 2020-04-18 23:13:04 +01:00
Alex McGrath eb33a06cd7 Make the jukebox less of a heap 2020-04-18 20:44:03 +01:00
sentriz 1ff5845a02 refactor server startup into jobs 2020-04-18 19:35:15 +01:00