Commit Graph
44 Commits
Author SHA1 Message Date
emeric 1d15be1e6c Added an option to skip playlists that are refering to a single album + skip playlists that are empty, fixes #577 2025-01-15 21:14:18 +01:00
emeric 3661eaccb6 Added playlist import (and sync)from m3u files, ref #391 2024-12-18 14:15:25 +01:00
emeric 06fd444d26 Various minor cleanup 2024-12-06 14:08:31 +01:00
emeric 2d28ea61eb Subsonic API: added getLyrics/getLyricsBySongId support, ref #379 2024-10-26 19:04:11 +02:00
emeric 72b1367ea6 Added embedded/external lyrics support: parsing + indexing, ref #379 2024-10-26 16:58:13 +02:00
emeric 3f6177cedd Changed the way album covers are associated, fixes #503 2024-09-29 16:21:46 +02:00
emeric a2a2041f49 Optimized library assignation to directories 2024-07-27 14:27:37 +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 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 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 0780d1ab21 Added a way to manually compact and/or optimize the db 2024-04-20 23:57:01 +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 0acef3bfd4 Cleaned up Useless session 2024-04-03 00:01:19 +02:00
emeric 4b7c4295ec Refactored namespaces 2024-03-12 08:32:08 +01:00
emeric a6d11f4b4b Added a way to set custom tag delimiters for artists and for other fields, fixes #417 2024-03-01 23:58:49 +01:00
emeric 6cfa4e9de6 Switched to C++20 2024-02-01 22:34:36 +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 ece1d4e3d2 Refactored how filter tags are handled in the scan settings 2023-11-25 15:52:21 +01:00
emeric 9060c0d925 Simplified logger configuration, it no longer depends on Wt 2023-11-24 16:23:31 +01:00
emeric 17a2a969e2 Reduced exclusive lock durations 2023-11-19 16:17:27 +01:00
emeric 636b70450b Simplified the similarity engine loading (since there is no more the features-based engine) 2023-11-10 20:59:25 +01:00
emeric 121d27b5cd Subsonic API: cached cluster stats for track and releases, in order to make the getGenre entrypoint efficient on large databases 2023-11-08 20:26:24 +01:00
emeric ac556bb95a Added a way to disable the similarity engine 2023-11-02 09:57:51 +01:00
emeric 17efc2759a Made database optimization faster using pragma analysis_limit 2023-10-22 00:26:11 +02:00
emeric 8a69d3e309 Fixed a case where moving a file may be broken (when skipping duplicate MBID is active) + only check for duplicate track MBID (instead of recording MBID) as we have have several different releases sharing the same recording MBID) 2023-02-22 13:58:18 +01:00
emeric 12d967fe4f Refactored scanner to ease further improvements 2023-02-19 22:58:55 +01:00
emeric 962775e920 Fixed invalid local time usages. fixes #299 2023-02-11 14:44:20 +01:00
emeric d8b47d579b Use TrackMBID to check for duplicated music files. fixes #306 2023-02-01 20:56:56 +01:00
emeric 69f7b89d33 Removed AcousticBrainz support. fixes #221 2023-01-15 15:03:12 +01:00
emeric 998def846d Added performers. fixes #278 2022-12-14 20:07:54 +01:00
emeric 5324d1fd15 Added a config parameter to set the read style used by the metadata parser. Default value switched from fast to accurate 2022-08-21 14:17:20 +02:00
emeric 169a5f5d08 Dedicated view for tracklist 2022-06-30 21:18:42 +02:00
emeric 657b35d541 Fixed arch build 2022-05-28 14:57:39 +02:00
emeric 483cb1bdda Added an option to skip duplicated recording MBID. Fixes #180 2022-02-02 13:31:23 +01:00
emeric 63ed28e38f Fixed regression that prevents app to quit if another process is already running 2021-12-05 15:20:07 +01:00
emeric 0cf6b2159e Databsae service refactoring. Warning, loses stars and listens stats 2021-12-04 15:25:09 +01:00
emeric 9adfafc589 Migrated database stuff 2021-10-21 13:36:41 +02:00
emeric 398925588f Migrated scanner stuff 2021-10-20 20:00:14 +02:00