Commit Graph
40 Commits
Author SHA1 Message Date
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 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 37d603d72c Store container and codec info in database 2025-11-26 21:48:57 +01:00
emeric 932e7715f5 Added podcast support, only from subsonic API for now, ref #726 2025-09-13 15:04:13 +02:00
emeric 0ceaf4cfaa Introducing new table medium, ref #699 2025-07-28 22:36:27 +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 7494d055e7 Introduced the artwork table. Now resolve the preferred release artwork during scan steps 2025-06-17 09:46:42 +02:00
emeric 6ba6034d87 Minor cleanup, reducing includes 2025-03-27 17:26:51 +01:00
emeric e349e14101 Added basic support for artist.nfo file parsing, ref #640 2025-03-22 17:21:08 +01:00
emeric 05000d8a1a Deduplicate embedded images, ref #628 2025-03-15 14:48:37 +01:00
emeric 5b73925019 Switched to full static release + enable lto for the docker release image 2025-01-22 18:34:08 +01:00
emeric 3661eaccb6 Added playlist import (and sync)from m3u files, ref #391 2024-12-18 14:15:25 +01:00
emeric 472a5907ad Subsonci API: added savePlayQueue / getPlayQueue support 2024-10-31 18:49:57 +01:00
emeric 72b1367ea6 Added embedded/external lyrics support: parsing + indexing, ref #379 2024-10-26 16:58:13 +02:00
emeric c165ed9f2f Made some UI states persistent across sessions, ref #484 2024-09-12 14:01:03 +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 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 71dc99ad46 Added a scan step to scan artist images, ref #435 2024-06-29 16:04:16 +02:00
emeric 717f71254e Fixed build when CMAKE_BUILD_TYPE is set to None 2024-03-19 22:49:50 +01:00
emeric 0f37daaa30 Completely removed the transaction checker in release (which was here but as a noop checker) 2024-03-15 16:26:59 +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 0ed3f1ba79 Initial support for multi library, still WIP 2024-01-25 00:01:11 +01:00
emeric 1f282c0517 Removed the database lib from services as it is still not a service 2023-11-26 17:38:44 +01:00
emeric a0489b2d94 Migrated scrobbling stuff 2021-10-18 20:39:47 +02:00
emeric 1faea94a24 Revert "Migrated database stuff"
This reverts commit c41cc77e21.
2021-10-17 21:08:48 +02:00
emeric c41cc77e21 Migrated database stuff 2021-10-16 16:28:29 +02:00
emeric 4e9cf0d77f Moved unit tests close to the sources 2021-09-29 11:57:11 +02:00
emeric 444d4af3c6 Escape special characters for like sql searches 2021-05-02 15:10:32 +02:00
emeric 8520ca5c0f Added some travis ci target + corrected some warnings 2020-10-31 22:33:01 +01:00
emeric c04f57ceb5 Made STB the default image manipulation library to reduce memory usage (GraphicsMagick can still be selected). closes #93 2020-10-17 14:58:41 +02:00
emeric 4749fd7548 Added a new transcoding mode: transcode if and only if the format is not handled by the browser. Made the subsonic API configurable again in conf file. Moved the subsonic's artist list mode in the per-user settings page. fixes #46 2020-04-20 20:54:16 +02:00
emeric 9a3dcbdcbf Subsonic API: Added an option to only list album artists. fixes #27 2020-04-17 23:36:34 +02:00
emeric 8a09aa4e01 Trying to find std::filesystem using cmake 2020-03-29 18:41:26 +02:00
emeric 4c6af6f9d3 Made tests optional 2020-02-14 14:01: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