Commit Graph
518 Commits
Author SHA1 Message Date
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
sentriz e0f194ec6c add jukebox-enabled flag 2020-04-18 22:04:53 +01:00
Alex McGrath eb33a06cd7 Make the jukebox less of a heap 2020-04-18 20:44:03 +01:00
sentriz 488fd83f7d move jobs prints to funcExecute 2020-04-18 20:08:01 +01:00
sentriz 1ff5845a02 refactor server startup into jobs 2020-04-18 19:35:15 +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
sentriz f262c66c76 bump to v0.8.5
generated by `_do_bump_version` script in project root
2020-04-12 18:38:08 +01:00
sentriz 5b76ab4e4b add year and artist to getalbum response
closes #55
2020-04-12 18:27:50 +01:00
sentriz 0a9cfcb0b7 update scrots 2020-04-03 23:16:21 +01:00
sentriz 256143a025 move senan.xyz/g/ to go.senan.xyz 2020-04-02 16:46:04 +01:00
sentriz 1d4ec63de2 update font css 2020-04-02 16:42:17 +01:00
sentriz a127980f68 bump to v0.8.4
generated by `_do_bump_version` script in project root
2020-04-01 18:00:00 +01:00
sentriz 0b0f336be1 check for latest in _do_bump_version 2020-04-01 17:59:44 +01:00
sentriz 79dbd4d322 add secure cookie to nginx config
related #52
2020-04-01 16:09:38 +01:00
sentriz d5e410c379 mount go cache during docker build 2020-04-01 16:09:33 +01:00
sentriz 32e7ac14d1 add httponly, and samesite option to sessions
closes #52
2020-04-01 04:07:24 +01:00
sentriz e84470861d move inline js to external file
closes #51
2020-03-31 22:34:49 +01:00
sentriz d954a60ec0 update to go1.14 2020-03-31 22:34:48 +01:00
sentriz 1439955f5a predownload modules for faster docker builds 2020-03-31 22:34:48 +01:00
sentriz d5128f3c61 bump to v0.8.3
generated by `_do_bump_version` script in project root
2020-03-26 01:48:56 +00:00
sentriz 54f487d706 check for master in do_bump_version 2020-03-26 01:48:36 +00:00
sentriz 8133665318 update assets 2020-03-26 01:48:00 +00:00
sentriz 7231b9dee4 admin ui: use box-description for lastfm api key 2020-03-26 01:42:15 +00:00
sentriz b3a623ffe1 move cache path from base controller to subsonic controller 2020-03-26 01:42:15 +00:00
sentriz b63428344a clean up controllers 2020-03-26 01:42:15 +00:00
sentriz 59461552ae admin ui: kebab case form ids 2020-03-26 01:42:15 +00:00
Senan KellyandGitHub 9b3348a9ef Update README.md 2020-03-24 23:14:12 +00:00
Senan KellyandGitHub 9864327e58 Update README.md 2020-03-24 23:13:53 +00:00
Senan KellyandGitHub d4338ce294 Update README.md 2020-03-24 23:11:10 +00:00
Senan KellyandGitHub 15b2fcb74f Update README.md 2020-03-24 23:09:10 +00:00
sentriz eb3452c7d6 admin ui: set box descriptions 2020-03-24 21:04:26 +00:00
sentriz fee7149d94 prefix css classes 2020-03-24 19:49:45 +00:00
sentriz f906c18cb2 truncate long folder imports
closes #49

fiddles:
	as it was	https://jsfiddle.net/2cdfx47e/1/
	with change	https://jsfiddle.net/290Lgnqu/
2020-03-24 19:40:00 +00:00
sentriz 09a5636d9d use new assets dir for live run 2020-03-24 16:00:41 +00:00
sentriz be3cf9a04e transcode pref: use uniq user & client, not client & profile
closes #48
2020-03-24 16:00:32 +00:00
sentriz 52d2dbcce9 move assets to server package 2020-03-22 01:11:48 +00:00
sentriz 4e3a0db739 bump to v0.8.2
generated by `_do_bump_version` script in project root
2020-03-20 14:16:00 +00:00
sentriz ed4f55a21f left join when counting parent's children 2020-03-20 14:15:21 +00:00
sentriz 9ad0c2a3ac lessen css 2020-03-20 02:48:56 +00:00
sentriz 22992c9941 fixup! run gofumpt / format comments / comment blocks 2020-03-20 02:48:51 +00:00
sentriz 4b32bc0e4d move admin playlist handlers to own file 2020-03-15 00:03:15 +00:00
sentriz acb9625f34 inline encode err checks 2020-03-14 17:02:06 +00:00
Senan KellyandGitHub 948327a3ac Update README.md 2020-03-14 16:44:10 +00:00
sentriz 161c7755a5 make helper scripts more portable 2020-03-14 16:42:40 +00:00
sentriz 03647176d4 clean up scanner cleanup 2020-03-14 16:41:28 +00:00
sentriz 0aed118e07 update bump commit messsage 2020-03-13 11:59:53 +00:00
sentriz 9ccf7fb19c bump to v0.8.1 2020-03-13 00:14:02 +00:00
sentriz 7439806b11 update css 2020-03-13 00:13:45 +00:00