Commit Graph
100 Commits
Author SHA1 Message Date
sentriz 09d67e854e bump to v0.7.0 2020-02-21 02:21:54 +00:00
sentriz e8b0ea6713 add getRandomSongs
closes #33
2020-02-21 02:15:29 +00:00
sentriz 6de50dc865 set known mimetypes while streaming 2020-02-21 01:43:27 +00:00
sentriz e9ca7fba64 refactor server creation 2020-02-21 01:19:21 +00:00
sentriz b677af43f0 return more child counts and format sql 2020-02-21 00:00:43 +00:00
sentriz 13d61db339 detent handler test gen 2020-02-20 13:18:03 +00:00
sentriz 2c5970d77c update migration order 2020-02-20 00:31:13 +00:00
sentriz 55cb4145c4 fix playlist updating 2020-02-19 23:56:58 +00:00
sentriz 8251f399f8 add init migrattions 2020-02-19 23:00:30 +00:00
sentriz a42edc3441 move models into db package 2020-02-19 20:08:37 +00:00
sentriz e67588623b return similar artists 2020-02-12 16:20:04 +00:00
sentriz 74e3598200 return ids at strings for json 2020-02-12 14:58:36 +00:00
sentriz bbc9f71f3b don't return parent id if it references the root dir 2020-02-12 14:58:12 +00:00
sentriz 344b25f39d return playlist created at time 2020-02-12 14:57:33 +00:00
sentriz a2e8adcd80 implement getSong 2020-02-12 14:56:49 +00:00
sentriz c16897dfe4 implement getArtistInfo 2020-02-12 14:56:16 +00:00
sentriz 36829c69e3 create scrobbleopts 2020-02-09 17:09:00 +00:00
sentriz 754067d64a don't always return cover id for newalbumbyfolder 2020-02-09 16:56:53 +00:00
sentriz c84420fa4f implement get and set play queue 2020-02-09 16:50:02 +00:00
sentriz 04159e536e factor out model int splitting 2020-02-09 16:49:42 +00:00
sentriz e8abe08770 add some unimplemented routes 2020-02-09 15:57:07 +00:00
sentriz 49228f245c return more counts 2020-02-09 15:57:07 +00:00
sentriz d9663e5b0a backend: Refactor playlits 2020-02-09 15:57:07 +00:00
sentriz 819af935cd bump to v0.6.3 2020-01-29 15:34:40 +00:00
sentriz cf8179a8bf bump to v0.6.2 2020-01-29 00:11:55 +00:00
sentriz bdee11dfb6 consider symlinks to directories when pushing to scan stack
https://github.com/karrick/godirwalk/pull/45
https://github.com/sentriz/gonic/issues/27
2020-01-28 23:54:55 +00:00
sentriz 47411b4169 bump to v0.6.1 2020-01-27 18:13:56 +00:00
sentriz 1dbd7811e6 follow symlinks while scanning
closes #27
2020-01-27 18:13:33 +00:00
Senan Kelly 63807577a3 add example nginx config to readme 2020-01-27 17:20:03 +00:00
sentriz 3741e021f3 bump to v0.6.0 2020-01-27 17:03:49 +00:00
sentriz 2e85c95018 support proxy prefix 2020-01-27 17:02:53 +00:00
sentriz 6ad284aa3e bump to v0.5.2 2020-01-23 17:19:19 +00:00
sentriz ce3fda696a don't omit an empty title for TrackChild
closes #13
2020-01-23 17:17:46 +00:00
sentriz f3a7eb778c bump to v0.5.1 2020-01-22 15:03:00 +00:00
sentriz 9670b58fee gen handler tests while bumping 2020-01-22 15:02:08 +00:00
sentriz 5a4d07b273 make playlist uploading a little more robust 2020-01-22 14:46:01 +00:00
sentriz 8a86cd722f bump to v0.5.0 2020-01-22 14:16:21 +00:00
sentriz 9df1f4f373 update assets 2020-01-22 14:15:59 +00:00
sentriz 101ed089ae breakup playlist update handler 2020-01-22 14:15:13 +00:00
sentriz 7de773d4c5 use middlewares for notfoundhandler routes 2020-01-22 13:44:54 +00:00
sentriz fa12cb4150 rename server options struct 2020-01-22 13:44:54 +00:00
sentriz 8e5d397082 add param abstraction to request context 2020-01-22 13:44:28 +00:00
sentriz 4af1e43389 expose gonic name and version
closes #18
2020-01-21 13:40:50 +00:00
sentriz 2abd3cf70b add selfnames to version file 2020-01-21 13:40:39 +00:00
sentriz 94b310b165 bump to v0.4.3 2019-12-05 22:44:00 +00:00
sentriz f5460da273 fix potention spec panic 2019-12-05 22:43:35 +00:00
Senan KellyandGitHub b7d764a048 Update README.md 2019-12-05 21:49:13 +00:00
Senan KellyandGitHub 92b06469fd make docker compose example more clear in readme 2019-12-05 21:42:59 +00:00
sentriz ad14d57a38 update installation instructions 2019-11-28 18:04:09 +00:00
sentriz 81e89b03fc bump to v0.4.2 2019-11-28 17:20:35 +00:00
sentriz 4f93ea7895 reset tracking variables after start scan
forgot about this when i admin and subsonic handlers reuse the same
scanner struct
2019-11-28 17:19:04 +00:00
sentriz b7a1444559 bump to v0.4.1 2019-11-27 15:58:30 +00:00
sentriz 8c1ba0d147 add -version flag 2019-11-27 15:56:54 +00:00
sentriz 26b4d5c882 bump to v0.4.0 2019-11-27 15:42:16 +00:00
sentriz fd098f60d6 show version in cli and web 2019-11-27 15:42:03 +00:00
sentriz 2b3825b24d set flash limit to avoid cookie length 2019-11-27 02:22:14 +00:00
sentriz dd93aa5e74 add playlist support 2019-11-27 01:46:13 +00:00
sentriz 605c587fd9 add multiple flash support 2019-11-27 01:44:45 +00:00
sentriz 8d983d3b42 update assets 2019-11-27 01:43:24 +00:00
sentriz e174e72ac7 always return isDir/isVideo/created for getMusicDirectory 2019-11-26 13:41:29 +00:00
sentriz 1f121e1e63 add delete playlist 2019-11-24 23:09:48 +00:00
sentriz 48397b7291 merge create and update playlist 2019-11-24 23:09:36 +00:00
sentriz cca60fbb89 update golangcl lint 2019-11-24 23:08:34 +00:00
sentriz 6193f1b37d add basic playlist 2019-11-24 15:21:58 +00:00
sentriz 3b240fccb0 change default listen port to match docs 2019-11-24 03:28:30 +00:00
sentriz fe0c27e3e9 fix spelling in installation 2019-11-24 01:51:52 +00:00
sentriz 5527a3c302 delete workflows 2019-11-24 01:51:17 +00:00
sentriz a92074ecb4 add scan interval 2019-11-24 01:43:52 +00:00
sentriz 1bfeb117dc gofmt mime 2019-11-24 01:32:11 +00:00
sentriz 8241b93e43 add config options to readme 2019-11-24 01:31:42 +00:00
Senan KellyandGitHub 22b3fc12a0 Update README.md 2019-11-22 20:35:56 +00:00
Senan KellyandGitHub 46f21ebc64 Update README.md 2019-11-21 23:10:32 +00:00
Senan KellyandGitHub 08dba0da77 Update README.md 2019-11-21 23:09:34 +00:00
sentriz 69fcbd592a tidy up cmd main 2019-11-21 19:50:38 +00:00
Senan KellyandGitHub 5f4a555f79 Update README.md 2019-11-21 19:20:28 +00:00
sentriz 8e5e4f3166 add assets 2019-11-21 18:57:08 +00:00
Senan KellyandGitHub 96d890f96f Update README.md 2019-11-21 18:54:17 +00:00
Senan KellyandGitHub ac4747b53d Update README.md 2019-11-21 18:45:39 +00:00
Senan KellyandGitHub b2925c3d2e Update README.md 2019-11-21 18:40:53 +00:00
sentriz 4feac43ab5 add images 2019-11-18 18:26:38 +00:00
sentriz 0e2f7a2b4f log reponse codes 2019-09-04 11:16:07 +01:00
Senan Kelly 7adfada688 Update go.yml 2019-08-21 15:05:42 +01:00
sentriz 0f21d21e70 monospace everywhere 2019-08-21 15:04:41 +01:00
sentriz d2bcb706b0 update .gitignore 2019-08-21 15:04:41 +01:00
sentriz 7e601acf42 fix formatting directives 2019-08-21 15:04:41 +01:00
sentriz 9c2f2e381b remove response writer from most admin handlers 2019-08-21 15:04:41 +01:00
sentriz 6d0fe80608 clean up 2019-08-21 15:04:41 +01:00
sentriz c75732868d use servefile for streaming 2019-08-21 15:04:40 +01:00
sentriz 0b929bd326 return and error from writeResp 2019-08-21 15:04:40 +01:00
sentriz ee6f9b4d96 fix some template bugs 2019-08-21 15:04:40 +01:00
sentriz e7c98808bb add 404 handler for admin 2019-08-21 15:04:40 +01:00
sentriz 7580835146 fix scanning from jamstash 2019-07-31 15:11:51 +01:00
sentriz c514f83cf7 clean up handler folder 2019-07-31 15:11:51 +01:00
sentriz d02ace460d flatten callbackPost logic 2019-07-31 15:11:51 +01:00
sentriz 5ffa33ac7e update .gitignore for db wal mode 2019-07-31 15:11:51 +01:00
sentriz 310e752015 set PRAGMA=journal_mode=WAL 2019-07-31 15:11:51 +01:00
sentriz 03af38be37 don't freak out if there's a file without and extension 2019-07-31 15:11:51 +01:00
sentriz afb68bc0aa add note about lfm api key 2019-07-31 15:11:51 +01:00
sentriz bef842ff4b close transation if there's one open im handlefolder 2019-07-31 15:11:50 +01:00
sentriz e684c468da clean up 2019-07-31 15:11:50 +01:00