Commit Graph
319 Commits
Author SHA1 Message Date
emeric df8f8377c6 Optimized get most recent listen query for release 2026-06-18 21:35:11 +02:00
emeric 7b0039ab85 Removed useless redundant query 2026-06-18 18:45:42 +02:00
emeric 2da0e98b9f Optimized get most recent listen query 2026-06-18 18:41:06 +02:00
emeric 5ecdc58b97 Removed useless joins 2026-06-18 00:17:16 +02:00
emeric dbd6e57160 Extracted genre, mood, language and grouping from generic clusters 2026-06-17 21:34:29 +02:00
emeric 77f9b033ed Removed useless group by 2026-06-14 14:19:19 +02:00
emeric af018a9166 Replaced UUID storage from str to array of bytes 2026-06-13 16:54:21 +02:00
emeric 986a6e2580 Fixed release only artists not picked up during search3 calls, fixes #852 2026-06-11 20:58:52 +02:00
emeric f8aa2ed17d Added last.fm support to scrobble data, fixes #138 2026-06-09 22:56:59 +02:00
emeric 64e183da38 Associate user provided images with playlists (using EXTIMG or same named file), fixes #833 2026-06-02 12:48:54 +02:00
emeric eb7f65878f Restored recommendations based on acoustic similarities (using musicnn), fixes #301 2026-06-02 08:32:43 +02:00
emeric 086cbea03e Removed UUID constraint on listenbrainz token, fixes #825 2026-03-10 17:07:12 +01:00
emeric 3d5e2d3563 Removed useless filesystem cmake script 2026-03-02 22:29:22 +01:00
emeric 543dd64d20 Added copyright info each track, fixes #793 2026-02-26 23:00:19 +01:00
emeric 74cd9e827c Subsonic API: fixed release artists not always retrieved when filtering by media library 2026-02-25 22:12:32 +01:00
emeric f12b2f673d OS API: prefer using original date when fetching albums using byYear, fixes #819 2026-02-19 23:14:44 +01:00
emeric 86f45aeec2 Added missing indexes 2025-12-24 11:16:45 +01:00
emeric f70692b680 Added a dedicated table for release artists + handle display names in UI/Subsonic API, ref #731 2025-12-24 09:00:59 +01:00
emeric 68cc7116a7 Removed useless stuff 2025-12-24 09:00:59 +01:00
emeric 6d27f18f19 Minor cleanup on audio codecs 2025-12-07 22:40:45 +01:00
emeric 66e4f9ef92 Minor cleanup 2025-12-06 23:44:57 +01:00
emeric 22ed424745 Added a way to filter by codec 2025-12-06 23:30:00 +01:00
emeric 80db76c3e3 OpenSubsonic API: added support for the indexBasedQueue extension 2025-12-02 22:17:58 +01:00
emeric d834f34683 Factorized some container/codec handling code + removed the no longer needed transcode output formats mka and webm 2025-11-30 18:48:04 +01:00
emeric c3cd30f248 Store audio properties in database also for podcasts 2025-11-29 15:37:04 +01:00
emeric c70935a5a2 UI: use codec info in database instead of rescanning files 2025-11-26 22:20:37 +01:00
emeric 37d603d72c Store container and codec info in database 2025-11-26 21:48:57 +01:00
emeric ab898b697c First consider album artists when multiple names are used for the same artist mbid and no artist info is present, ref #731 2025-11-16 11:14:20 +01:00
emeric df344448c3 When an artist is referred to using several names, pick first the one set in the artist info file, and fallback on the most recent release, ref #731 2025-11-14 21:32:09 +01:00
emeric c4924d820c Fixed crash when filtering by release type 2025-11-10 16:52:43 +01:00
emeric 1a2f317ddb Relaxed max name lengths, fixes #765 2025-11-09 14:01:58 +01:00
emeric 53391e37e8 Updated clang format, and restored dsd file handling that was actually broken 2025-09-21 17:27:07 +02:00
emeric 932e7715f5 Added podcast support, only from subsonic API for now, ref #726 2025-09-13 15:04:13 +02:00
emeric 60ed201e74 Fixed bad migration directive to rescan audio files, fixes #728 2025-08-10 13:47:20 +02:00
emeric 35ba66099f Allow wildcards in file names to search for images, fixes #697 2025-08-05 22:33:03 +02:00
emeric 6bf08b94ae Associating an artwork to each medium, ref #699 2025-07-30 20:12:01 +02:00
emeric 0ceaf4cfaa Introducing new table medium, ref #699 2025-07-28 22:36:27 +02:00
emeric 37c75f8677 Optimized the differential scan step by using threads to check files 2025-07-19 17:10:15 +02:00
emeric 1236969516 Removed useless indexes 2025-07-18 23:59:23 +02:00
emeric f51ceb933e Do not try to optimize when there are too few files, it seems to bring more drawbacks than benefits 2025-07-18 19:29:08 +02:00
emeric aa23350f56 Removed useless declaration 2025-07-18 13:55:39 +02:00
emeric cba7f3c0ec Fixed assert / infinite loop that may actually occur if artist name is too long (> 512chars), fixes #710 2025-07-17 21:08:25 +02:00
emeric 08ac5f0b10 Added a macro to log with a condition 2025-07-17 20:52:06 +02:00
emeric 4d4f83130a Removed offending index 2025-07-17 20:34:43 +02:00
emeric 5d2db5c02b Reduced includes 2025-07-13 13:54:39 +02:00
emeric 6704762cc3 Tentative fix for bad query perf with recent sqlite versions: limit 1 seems to be culprit 2025-07-13 00:06:10 +02:00
emeric 59e85ee424 Added a query plan recorder for debugging purposes 2025-07-11 00:11:02 +02:00
emeric 2fd7d9767b Placed db object related files in a subdirectory 2025-07-09 19:36:26 +02:00
emeric 43842a4583 Reduced includes 2025-07-09 19:02:57 +02:00
emeric ef42bba0b0 Removed method from public interface 2025-07-09 07:54:54 +02:00