Commit Graph
1147 Commits
Author SHA1 Message Date
sentriz 05901180d0 update readme 2020-06-26 13:46:23 +01:00
sentriz 945d683094 Calculate playlist length during render
closes #77
2020-06-18 22:56:16 +01:00
sentriz 9fc64e1dcb Remove spec playlist constructor 2020-06-18 22:55:39 +01:00
sentriz d944133934 bump to v0.9.3
generated by `_do_bump_version` script in project root
2020-06-18 21:12:20 +01:00
sentriz 88a6effe7f Factor playlist rendering to it's own func in a playlist file 2020-06-18 20:59:05 +01:00
Sumner EvansandSenan Kelly cd0e425eff Fix issue where createPlaylist didn't replace the song IDs 2020-06-18 20:57:44 +01:00
David FlornessandSenan Kelly 4fc20f40c7 Fix grammar in error message 2020-06-16 08:50:57 +01:00
Sumner EvansandSenan Kelly cadc02f923 Make duration adhere to the spec 2020-06-16 08:50:38 +01:00
sentriz 9440bf3696 bump to v0.9.2
generated by `_do_bump_version` script in project root
2020-06-13 16:03:57 +01:00
sentriz 431641b83a add getArtistInfo stub 2020-06-13 16:03:10 +01:00
IUCCAandSenan Kelly 56b43f33c9 added systemd instructions 2020-06-10 18:30:42 +01:00
sentriz dd258ebbeb bump to v0.9.1
generated by `_do_bump_version` script in project root
2020-06-06 21:00:53 +01:00
sentriz 06ffa7d0d3 bump api to 1.15.0 2020-06-06 20:52:23 +01:00
sentriz 9246429cac return a "-1" id (like airsonic) for "nil" items 2020-06-06 20:52:11 +01:00
sentriz b1cd71b97f bump to v0.9.0
generated by `_do_bump_version` script in project root
2020-06-06 18:42:14 +01:00
sentriz 355be846a5 add some more specid test cases 2020-06-06 18:13:45 +01:00
sentriz 46b51ea1d0 update handler test files 2020-06-06 18:13:45 +01:00
sentriz da8c4ac020 clean up ctrl_test 2020-06-06 18:13:45 +01:00
sentriz 9bcad9284a fix playlist updating 2020-06-06 18:13:45 +01:00
sentriz 9ed336242d tidy mod 2020-06-06 18:13:45 +01:00
sentriz b8ed413ed3 parse incoming ids in handlers 2020-06-06 18:13:45 +01:00
sentriz 8a1a9bfcad support xml mashalling of specid.ID 2020-06-06 18:13:45 +01:00
sentriz 950656af4f use pointers to specid.ID in spec responses
a bit shit but this way we can have a nil value of ID so that the json
emitempty tag will do the thing
2020-06-06 18:13:45 +01:00
sentriz 31b8b758ed remove globals 2020-06-06 18:13:45 +01:00
sentriz 1ef2d43d39 move the id type into spec 2020-06-06 18:13:45 +01:00
sentriz 26457aae6c add const 2020-06-06 18:13:45 +01:00
sentriz f4a1c3fb0c ctrlsubsonic: move to new param package 2020-06-06 18:13:45 +01:00
sentriz bf78ccfdfd add "FirstOr" param parser 2020-06-06 18:13:45 +01:00
sentriz 75fbe779d3 add bool param type 2020-06-06 18:13:45 +01:00
sentriz 4f519d71ed add param parsing methods
related: #41
2020-06-06 18:13:45 +01:00
sentriz 07e1c53d69 fix primary_ket in genre model
should write a migration next
2020-06-06 14:58:03 +01:00
Sumner EvansandSenan Kelly c64346635e Update README formatting and made the issues and pull request badges actually go somewhere 2020-06-04 09:28:55 +01:00
sentriz b1a875c53f check for an unfound track during playlist construction 2020-05-26 21:06:22 +01:00
sentriz 930fdef306 add ARM docker image to readme 2020-05-24 14:48:20 +01:00
sentriz b145ae39ed omit less fields in album response 2020-05-20 20:21:15 +01:00
sentriz fd96bfe6a8 periodically clean sessions 2020-05-19 19:19:47 +01:00
sentriz 79ad61eeb1 update deps 2020-05-19 19:19:28 +01:00
Aaron BieberandSenan Kelly b84ec1e16d bump deps to allow building on OpenBSD 2020-05-19 13:55:30 +01:00
sentriz 2ee1b4d978 abstract away some of the encode internals 2020-05-08 18:42:45 +01:00
sentriz c65606ba1f add some go-critic suggestions 2020-05-07 04:31:47 +01:00
sentriz 803a5babff add gochecknoglobals and gochecknoinits 2020-05-07 03:24:50 +01:00
sentriz ee9335f71e remove globals 2020-05-07 03:24:50 +01:00
sentriz 9bf80f4b18 move from test init()s to TestMain 2020-05-07 01:43:47 +01:00
sentriz 9e4d924fd5 simplify ctrl tests 2020-05-07 01:43:47 +01:00
sentriz c12d252795 run each migration in its own transaction 2020-05-07 01:31:07 +01:00
sentriz debdfd13ad scanner: ormise clean artists 2020-05-02 23:07:34 +01:00
sentriz e7c95383be scanner: log errors when writing 2020-05-02 14:32:03 +01:00
sentriz 15a5bba7b1 server: use godirwalk ErrorCallback 2020-05-02 04:42:09 +01:00
sentriz d1cf964029 fix css for dark mode 2020-05-02 04:41:33 +01:00
sentriz b02ade3415 update golangci lint linter list 2020-05-02 04:22:26 +01:00