Commit Graph
209 Commits
Author SHA1 Message Date
emeric 67ebd54dca Fixed multi disc album merging in case of migration/rescan, #481 2024-09-30 10:04:01 +02:00
emeric 3f6177cedd Changed the way album covers are associated, fixes #503 2024-09-29 16:21:46 +02:00
emeric a0a877e3c1 Added some debug logs to help spot heterogeneous artist names for same MBIDq, ref #491 2024-09-16 22:19:33 +02:00
emeric 95a5b58f48 More permissive grouping of multi disc albums (each disc can now be split on sub directories) when musicbrainz ids are not set, fixes #481 2024-09-08 11:56:27 +02:00
emeric 39ca55e8fa Added compilation tag support, fixes #520 2024-09-04 20:07:37 +02:00
emeric cb4014b0e5 Added support for record labels, fixes #502 2024-09-02 08:06:17 +02:00
emeric 24e867ea8c Fixed bad copy/paste 2024-08-30 20:13:07 +02:00
emeric 29d0610eb2 Implemented Subsonic's user rating for tracks, albums and artists, fixes #511 2024-08-30 19:40:15 +02:00
emeric cd0e88d28d Added support for comment tag, fixes #510 2024-08-20 19:03:28 +02:00
emeric a2a2041f49 Optimized library assignation to directories 2024-07-27 14:27:37 +02:00
emeric 9ff387061a Subsonic API: added a way to filter files per media folder id when using directory commands 2024-07-13 18:55:46 +02:00
emeric 9292b05732 Remove files from db if they are no longer be able to be scanned (due to file corruption or third party lib support) 2024-07-12 18:52:23 +02:00
emeric 89ebe3157d Better user feedback 2024-07-06 16:26:43 +02:00
emeric a15cccb4bb Fixed last directory entries not being removed 2024-07-06 14:19:14 +02:00
emeric 437f9d63ed Fixed build when using graphicmagicks backend 2024-07-06 14:12:58 +02:00
emeric d1324c1c3a Put all directories and images in database, use the info to associate an image to each artist 2024-07-06 13:53:41 +02:00
emeric 45c8b82865 Format the code 2024-06-29 16:14:28 +02:00
emeric 71dc99ad46 Added a scan step to scan artist images, ref #435 2024-06-29 16:04:16 +02:00
emeric 504c0824fb Fixed regression: flush cover cache when a scan is complete, fixes #487 2024-06-21 23:05:44 +02:00
emeric 39941d90a3 Auto reformatted the base, ref #470 2024-05-24 23:31:52 +02:00
emeric 91812469a9 Fixed bad optional acces, fixes #459 2024-05-11 11:50:29 +02:00
emeric c90d81a1c1 Restored last scan status 2024-05-05 16:25:08 +02:00
emeric 54816dbaa5 Faster scan abort in case a lot of files have been put in queue 2024-05-04 14:49:14 +02:00
emeric dd5dfaa96e Removed the dedicated search view, as it is actually too limiting. Added a search field in the album/artists/tracks views. This makes search now work together with sort mode 2024-05-01 15:21:48 +02:00
emeric 553787b595 When changing settings, reload the scanner in order to take new params into account 2024-04-29 13:53:55 +02:00
emeric 2b7aecce4e Fixed bad optional access, fixes #450 2024-04-29 13:44:20 +02:00
emeric 391d859272 UI: added away to filter all the views by music library 2024-04-28 23:37:59 +02:00
emeric edd407a6c9 Cache user data in subsonic request (to simplify endpoints) 2024-04-27 16:48:19 +02:00
emeric 1a9b392a71 Upgraded alpine images 2024-04-27 15:16:03 +02:00
emeric 0780d1ab21 Added a way to manually compact and/or optimize the db 2024-04-20 23:57:01 +02:00
emeric 697233dcef Fixed results inconsistencies when using search3 2024-04-19 08:56:48 +02:00
emeric 1862cd23c2 Changed db optimization strategy: now perform a full analyze (only after scan if enough changes has been made, and during application startup). Also perform a vacuum if needed during startup. Added an init screen for the web interface since it can take a while to complete 2024-04-18 18:46:35 +02:00
emeric 90a2ac5680 CodeFactor review 2024-04-15 19:10:31 +02:00
emeric 0cda12a8bf Subsonic API: added bitDepth, samplingRate and channelCount, see https://github.com/opensubsonic/open-subsonic-api/pull/83 2024-04-14 16:17:45 +02:00
emeric b23f38facf Added relative file path+file size in DB 2024-04-14 09:37:24 +02:00
emeric 0acef3bfd4 Cleaned up Useless session 2024-04-03 00:01:19 +02:00
emeric a91fc78d80 Fixed ubuntu build 2024-03-29 23:40:39 +01:00
emeric bad7ef1006 Added missing file to build 2024-03-29 21:03:22 +01:00
emeric 58df9284d4 Extracted image cache 2024-03-29 21:02:36 +01:00
emeric ac69582f4b Changed the default cover image for releases 2024-03-24 15:15:36 +01:00
emeric ed1be02aaf Added a scan tracker to speed up queries with high offset in very large database 2024-03-17 23:36:40 +01:00
emeric db692260a2 Do not process the metadata parsing results till the queue is empty, to avoid starvation of the workers 2024-03-15 00:02:28 +01:00
emeric 03425f3c94 Made the last scan step (checking for removed files) faster on big libraries 2024-03-14 23:21:30 +01:00
emeric 4c4bef266a Fixed clang warnings 2024-03-14 00:16:03 +01:00
emeric 41992f235e Reworked internal namespaces 2024-03-12 23:11:29 +01:00
emeric 4b7c4295ec Refactored namespaces 2024-03-12 08:32:08 +01:00
David Roman 0e78820402 use cmake lib dir instead of hardcoded name 2024-03-11 19:27:08 +01:00
emeric c6ae3fe3fa Renamed profiling to tracing 2024-03-10 12:21:01 +01:00
emeric 9c8844d866 Added some thread names 2024-03-09 22:23:02 +01:00
emeric 88580a8903 Fixed race 2024-03-09 20:23:58 +01:00