Commit Graph

  • 272d897ec9 chore: go mod tidy v0.8.0 Deluan 2020-02-15 11:37:27 -05:00
  • e6d717cbbc fix: prevent zombies in transcoding Deluan 2020-02-15 11:04:24 -05:00
  • b7f1fc0374 refactor: remove unused import Deluan 2020-02-14 09:16:59 -05:00
  • de525edde0 feat: add song count and duration to AlbumDetails Deluan 2020-02-14 09:14:50 -05:00
  • 7f94660183 feat: use different resource for listing songs in albums Deluan 2020-02-14 09:02:32 -05:00
  • b2d022b823 fix: ignore environment dependant test Deluan 2020-02-13 20:19:51 -05:00
  • ba08f00c20 feat: make rescan faster, only loading metadata from changed files Deluan 2020-02-13 20:18:17 -05:00
  • d9993c5877 refactor: separate metadata extraction from audio files scanning Deluan 2020-02-13 10:03:52 -05:00
  • edb839a41d fix: only update artists and albums if there were any changes in files Deluan 2020-02-12 23:05:10 -05:00
  • 9fa73e3b7b feat: implement AlbumShow using a Datagrid. WIP: still need to make it responsive Deluan 2020-02-12 20:35:35 -05:00
  • 8ebb85b0af build(deps): bump github.com/astaxie/beego from 1.12.0 to 1.12.1 dependabot-preview[bot] 2020-02-07 10:35:06 +00:00
  • 4f1c9136ae build(deps): bump node from 13.7-alpine to 13.8.0-alpine dependabot-preview[bot] 2020-02-10 10:49:16 +00:00
  • 5df338669c build(deps): bump react-admin from 3.1.4 to 3.2.1 in /ui dependabot-preview[bot] 2020-02-10 10:45:38 +00:00
  • 87618a078d build(deps): bump @testing-library/jest-dom from 5.1.0 to 5.1.1 in /ui dependabot-preview[bot] 2020-02-10 10:44:47 +00:00
  • 1165e73432 build(deps): bump ra-data-json-server from 3.1.4 to 3.2.0 in /ui dependabot-preview[bot] 2020-02-10 10:43:57 +00:00
  • 891559dd72 build(deps): bump react-jinke-music-player from 4.7.2 to 4.8.1 in /ui dependabot-preview[bot] 2020-02-10 10:43:09 +00:00
  • a37beac753 feat: add X-Content-Duration header to the stream response v0.7.3 Deluan 2020-02-09 22:09:18 -05:00
  • 8a31e80b7a fix: find songs and albums when sending an artist name search query Deluan 2020-02-09 19:52:06 -05:00
  • ce11a2f3be feat: fake getArtistInfo/getArtistInfo2, just to enable artist browsing in MusicStash Deluan 2020-02-09 19:42:37 -05:00
  • 5a95feeedc fix: allow searches with 2 chars. closes #65 Deluan 2020-02-09 12:20:34 -05:00
  • 400fa65326 feat: better scanner logging when level = info v0.7.2 Deluan 2020-02-08 23:21:03 -05:00
  • ab10719d27 fix: use a regex to match year in ffmpeg date field. close #63 Deluan 2020-02-08 23:17:12 -05:00
  • 029290f304 fix: set default play_count to 0 Deluan 2020-02-08 22:55:05 -05:00
  • 2c146ea1fe feat: add option to auto-create admin user on first start-up Deluan 2020-02-08 14:50:33 -05:00
  • 10ead1f5f2 feat: better way to detect initial account creation Deluan 2020-02-08 13:43:14 -05:00
  • 730722cfe3 feat: better track number formatting Deluan 2020-02-08 11:50:11 -05:00
  • dc352834b9 fix: workaround to force check for initial setup v0.7.1 Deluan 2020-02-08 00:11:15 -05:00
  • 313a3342a0 fix: remove unused import Deluan 2020-02-07 22:35:04 -05:00
  • 0f13bbdbd0 docs: update screenshots v0.7.0 Deluan 2020-02-07 18:21:51 -05:00
  • 4310f2c94f docs: update README Deluan 2020-02-07 18:02:44 -05:00
  • 6ce4811460 feat: add the remainder of the album to the queue when clicking on an album's track Deluan 2020-02-07 17:36:50 -05:00
  • 52cd17963f feat: limit size of cover art Deluan 2020-02-07 16:51:14 -05:00
  • 8f0c07d29f refactor: simplify PlayButton usage Deluan 2020-02-07 16:38:01 -05:00
  • a50735a94c feat: custom SimpleList, to allow onClick handle Deluan 2020-02-07 15:35:05 -05:00
  • f0e7f3ef25 feat: responsive album view Deluan 2020-02-07 15:04:45 -05:00
  • 2ca98d8e81 feat: optimized for small screens (only) Deluan 2020-02-07 12:36:26 -05:00
  • 81e1a7088f feat: new album view (initial implementation) Deluan 2020-02-07 11:45:56 -05:00
  • d37351610a feat: initial support for i18n Deluan 2020-02-07 09:40:52 -05:00
  • 5ee2e73d74
    build(deps): bump github.com/astaxie/beego from 1.12.0 to 1.12.1 dependabot-preview[bot] 2020-02-07 10:35:06 +00:00
  • 99361c0d9f fix: create a subsonic token on login, to use for subsonic API calls Deluan 2020-02-06 20:37:31 -05:00
  • 8673533cd4 refactor: move request param extractors to utils Deluan 2020-02-06 18:55:38 -05:00
  • d9dd9fe587 refactor: put all subsonic client URLs together Deluan 2020-02-06 17:10:07 -05:00
  • abb99a8501 feat: add authentication via JWT token Deluan 2020-02-06 16:48:35 -05:00
  • 690f92a671 feat: make song list more responsive Deluan 2020-02-06 12:54:27 -05:00
  • c57007db52 feat: song list xsmall view Deluan 2020-02-05 18:16:00 -05:00
  • cc229dcee6 chore: add direct dependency to react-redux Deluan 2020-02-05 15:44:17 -05:00
  • 7aab82c246 feat: enable overriding sql sorting Deluan 2020-02-05 14:12:13 -05:00
  • 989deb1200 feat: change pagination options Deluan 2020-02-05 13:28:39 -05:00
  • 6aaee4342e feat: smaller play button Deluan 2020-02-05 13:19:37 -05:00
  • b5dadf55f4 feat: add an authenticated keepalive, to keep the UI session alive while playing songs Deluan 2020-02-05 13:16:11 -05:00
  • 18c7397709 feat: scrobbling Deluan 2020-02-05 10:11:42 -05:00
  • 4a82a6cb02 feat: initial integration of react-jinke-music-player Deluan 2020-02-04 09:26:54 -05:00
  • 220ffd5324 chore: removed unused code v0.6.2 Deluan 2020-02-06 18:41:16 -05:00
  • e33d2305a1 feat: support multiple year formats in the date tag (#63) Deluan 2020-02-06 14:44:50 -05:00
  • 7815b57920 fix: remove docker-compose.override.yml from repo Deluan 2020-02-06 12:14:10 -05:00
  • 18cbb153f3 chore: add a docker-compose.override.yml file, to support local testing Deluan 2020-02-06 12:12:10 -05:00
  • 9f086b5f7b docs: fix typo Deluan 2020-02-06 09:19:32 -05:00
  • c8d6f2d506 feat: add m4b to mime-type list. fix #62 v0.6.1 Deluan 2020-02-06 08:48:02 -05:00
  • 6619b0986a chore: go mod tidy v0.6.0 Deluan 2020-02-05 23:15:19 -05:00
  • 2dbd645292 feat: show server version in User Menu Deluan 2020-02-05 23:08:04 -05:00
  • 6978790e96 feat: allow regular users to login to the UI Deluan 2020-02-05 22:22:44 -05:00
  • e0308acef3 feat: add lapsed time to SQL logger, to help detect SQL bottlenecks Deluan 2020-02-05 08:47:32 -05:00
  • 5fbde33b97 docs: update README Deluan 2020-02-05 08:40:15 -05:00
  • 19fb29e520 docs: add Discord invite button Deluan 2020-02-05 08:33:07 -05:00
  • e5e35516d7 fix: initialize mimetypes for tests Deluan 2020-02-04 20:44:54 -05:00
  • 28bad95e66 test: removed unused file property Deluan 2020-02-04 19:59:04 -05:00
  • 9260957271 docs: update README Deluan 2020-02-04 15:17:10 -05:00
  • 79b0f1f57b docs: add link to ffmpeg static binaries download Deluan 2020-02-04 15:13:37 -05:00
  • 4dffcb7b46 fix: removed invalid make rule Deluan 2020-02-04 15:02:43 -05:00
  • d1f8d39866 refactor: move banner to consts, closer to version Deluan 2020-02-04 10:14:53 -05:00
  • 0996272943 refactor: more reliable stream seek implementation Deluan 2020-02-04 10:01:31 -05:00
  • d093191659 test: createTranscodeCommand Deluan 2020-02-04 09:34:26 -05:00
  • 998323b364 docs: update README re: transcoding Deluan 2020-02-04 09:09:14 -05:00
  • 6dfe56c1c4 feat: transcoding info in responses, to enable Jamstash to play transcoded FLAC. hardcoded for now Deluan 2020-02-04 09:01:14 -05:00
  • fd5548f890 build(deps): bump github.com/go-chi/jwtauth dependabot-preview[bot] 2020-02-04 10:36:26 +00:00
  • e734e2ef63
    build(deps): bump github.com/go-chi/jwtauth dependabot-preview[bot] 2020-02-04 10:36:26 +00:00
  • 6e2454f6cc refactor: add -i to ffmpeg ProbeCommand. make it more consistent with the DownsampleCommand Deluan 2020-02-03 23:04:58 -05:00
  • 8372dee000 feat: experimental downsampling support Deluan 2020-02-03 11:54:59 -05:00
  • 41fd5862b8 chore: try to make goreleaser add all changes to changelog Deluan 2020-02-03 20:13:32 -05:00
  • a6b5be7b0a ci: use latest ci-goreleaser Deluan 2020-02-03 18:24:14 -05:00
  • 4d06d250e6 fix: relative path was not working for rootFolder started with '.' v0.5.0 Deluan 2020-02-03 17:25:17 -05:00
  • 694b5d1d39 tests: change test folder permissions Deluan 2020-02-02 20:44:56 -05:00
  • 5329ac7b72 refactor: better format for list of folders Deluan 2020-02-02 20:40:16 -05:00
  • 464880dd31 refactor: use stdlib filepath.FromSlash Deluan 2020-02-02 20:33:58 -05:00
  • 0e01f9a0f9 fix: use filepath.Join instead of path.Join Deluan 2020-02-02 20:12:46 -05:00
  • f3aa4d6844 fix: relative path was not working for rootFolder started with '.' Deluan 2020-02-03 17:25:17 -05:00
  • 167dde4ed3 tests: change test folder permissions Deluan 2020-02-02 20:44:56 -05:00
  • bcf97e7019 refactor: better format for list of folders Deluan 2020-02-02 20:40:16 -05:00
  • fe1cdc5632 refactor: use stdlib filepath.FromSlash Deluan 2020-02-02 20:33:58 -05:00
  • e9427d8825 fix: use filepath.Join instead of path.Join Deluan 2020-02-02 20:12:46 -05:00
  • d9eb3e58cd fix: only create db entities in first migration if they don't exist Deluan 2020-02-03 17:48:48 -05:00
  • 0d64fb05c7 feat: disable scanner if ScanInterval is set to 0 Deluan 2020-02-03 11:58:21 -05:00
  • 0849d6b901
    docs: update stream notes Deluan Quintão 2020-02-03 11:50:46 -05:00
  • 40ad6a7bef fix: always build everything when calling buildall target Deluan 2020-02-03 08:42:15 -05:00
  • ddae5588d4 chore: update ginkgo/gomega dependencies Deluan 2020-02-03 08:41:36 -05:00
  • 67c20f36b1 chore: update all node dependencies Deluan 2020-02-03 08:39:39 -05:00
  • 5208939fb9
    build(deps): bump ra-data-json-server from 3.1.2 to 3.1.4 in /ui dependabot-preview[bot] 2020-02-03 10:55:51 +00:00
  • 13b3dbba4b
    build(deps): bump @testing-library/user-event from 8.0.4 to 8.1.0 in /ui dependabot-preview[bot] 2020-02-03 10:55:29 +00:00
  • 9d4a33d70f
    build(deps): bump @testing-library/jest-dom from 5.0.2 to 5.1.0 in /ui dependabot-preview[bot] 2020-02-03 10:54:50 +00:00
  • 358c182545
    build(deps): bump react-scripts from 3.3.0 to 3.3.1 in /ui dependabot-preview[bot] 2020-02-03 10:53:46 +00:00