Commit Graph
35 Commits
Author SHA1 Message Date
emeric 633ce7d392 Fixed codefactor review 2020-11-13 17:12:18 +01:00
emeric b78967262c Added composer, conductor, lyricist, mixer, producer, remixer tag support 2020-11-12 13:19:22 +01:00
emeric 3e53d6ace1 Getting a cover for a track will more efficiently fallback to album 2020-11-06 15:18:20 +01:00
emeric 9a1e730831 LGTM alerts review 2020-11-03 11:26:44 +01:00
emeric 8520ca5c0f Added some travis ci target + corrected some warnings 2020-10-31 22:33:01 +01:00
emeric 438e99f5c2 Loading of the recommendation engine now controlled by scanner. Bonus: better control/reporting 2020-10-28 17:40:15 +01:00
Bram edc16f6d5e Fixed several compilation errors 2020-10-28 12:22:53 +01:00
emeric 12de97788f Added ZIP64 support. One can download whatever file(s) 2020-09-17 14:26:20 +02:00
emeric 61d6fd6117 Fixed armhf build 2020-09-05 16:21:02 +02:00
emeric 52d5c3fee3 Downloads: set the last modifier date/time of the files to the current UTC time, no need to expose the actual date/time 2020-09-01 13:47:03 +02:00
emeric f44f7d7ca5 Zipper: added an overflow check to make sure to produce a valid zip (next step is to implement zip64) 2020-08-30 15:58:06 +02:00
emeric 093c36f257 Zipper: fixed bug that corrupted filenames 2020-08-30 15:29:03 +02:00
emeric c9aed37fc2 Zipper: now computeing crc32 on the fly during zip creation 2020-08-30 15:13:46 +02:00
emeric d652a6791f Zipper: fixed UTF-8 encoded names 2020-08-27 13:44:16 +02:00
emeric a785847b9c [WIP] Zipper to download artists/releases, ref #37 2020-08-27 13:31:25 +02:00
emeric bd7561af8e Changed the way services are handled 2020-08-22 15:20:18 +02:00
emeric 30a037d5b0 Clean second pass 2020-07-06 12:20:40 +02:00
emeric 50b0fd1cb8 Various fixes + refacto 2020-07-05 15:15:51 +02:00
emeric 718d2ee6d7 Made Audinaut work. fixes #76 2020-07-03 21:03:16 +02:00
emeric b2863e927c Scan files which extensions is not lowercase 2020-07-03 10:03:26 +02:00
emeric 4e998fd507 Fixed bad permission access that caused an application loop 2020-05-20 23:17:30 +02:00
emeric 74fc4e058e New UI layout and UI improvements. Fixes #50 2020-05-10 13:11:43 +02:00
emeric 8a09aa4e01 Trying to find std::filesystem using cmake 2020-03-29 18:41:26 +02:00
emeric d8fa47c949 Added missing includes. ref #42 2020-03-29 14:20:29 +02:00
emeric a40c05ec6b Always storing MBID in lowercase to avoid silly duplicates 2020-03-23 18:06:39 +01:00
emeric 7d5654cb7d Subsonic API: do not use ffmpeg to remux the files when transcoding is off. fixes #36 2020-03-08 17:03:49 +01:00
emeric e1755342a4 Fixed memleak at exit 2020-03-08 16:56:23 +01:00
emeric c1da3c5397 Isolate Audio file resource request handler to ease reuse. ref #36 2020-03-07 21:49:28 +01:00
emeric 97754e5e97 Added missing virtual decls 2020-03-01 21:18:20 +01:00
emeric 0ad4973a5a Restored cancellable scan 2020-02-20 14:09:52 +01:00
emeric 284231ff92 Attempt to properly scan all the files during scan 2020-02-20 13:32:48 +01:00
emeric 428ab70d27 Attempt to check why some files are missing 2020-02-19 13:35:31 +01:00
emeric a414a80bbb Further decoupled recommendation engine: it now has its own thread 2020-02-16 12:39:27 +01:00
emeric f44addc2a2 Restored unit tests 2020-02-13 20:04:20 +01:00
emeric 15e53caa2d Split the lib in smaller libs to ease unit tests 2020-02-13 18:04:35 +01:00