emeric
|
6bf08b94ae
|
Associating an artwork to each medium, ref #699
|
2025-07-30 20:12:01 +02:00 |
|
emeric
|
79872e2887
|
Fixed stats
|
2025-07-19 22:57:05 +02:00 |
|
emeric
|
37c75f8677
|
Optimized the differential scan step by using threads to check files
|
2025-07-19 17:10:15 +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
|
f31d366731
|
Made the step 'check for removed files' faster when nothing was actually removed
|
2025-07-18 18:39:50 +02:00 |
|
emeric
|
2fd7d9767b
|
Placed db object related files in a subdirectory
|
2025-07-09 19:36:26 +02:00 |
|
emeric
|
764c92698c
|
Created an interface for the Db class
|
2025-07-09 00:29:16 +02:00 |
|
emeric
|
747b5ef6e8
|
Scanner: removed the file discover step, as it brings an important time penalty for remote file systems, for big databases (up to several minutes)
|
2025-07-07 00:11:12 +02:00 |
|
emeric
|
204a4a8857
|
Scanner: parallelized processing within artwork association steps
|
2025-07-04 23:05:35 +02:00 |
|
emeric
|
376316da14
|
Moved code to scan files in parallel at upper level to ease reuse
|
2025-07-02 21:18:04 +02:00 |
|
emeric
|
2429888c53
|
Introduced an option to use a release image when no artist image is available, fixes #639
|
2025-06-23 22:37:05 +02:00 |
|
emeric
|
93b446e124
|
Now resolve the preferred artist artworks during scan steps
|
2025-06-21 22:18:17 +02:00 |
|
emeric
|
dd2aa49bb0
|
Now resolve the preferred track artworks during scan steps
|
2025-06-21 18:13:20 +02:00 |
|
emeric
|
571c0bc5f4
|
More details for scan error reports #676
|
2025-05-26 23:33:52 +02:00 |
|
emeric
|
f44e4b9f40
|
Added a way to force rescan artist infos
|
2025-05-18 14:21:52 +02:00 |
|
emeric
|
cc9c6a42ff
|
Added a way to set artists that must not be split, fixes #522
|
2025-04-27 18:03:45 +02:00 |
|
emeric
|
75cbbde598
|
No need to full rescan when changing some settings
|
2025-04-07 22:48:10 +02:00 |
|
emeric
|
faabb7ec4a
|
Added an option to merge artists without MBIDs to those with one, fixes #642
|
2025-04-04 18:30:14 +02:00 |
|
emeric
|
e349e14101
|
Added basic support for artist.nfo file parsing, ref #640
|
2025-03-22 17:21:08 +01:00 |
|
emeric
|
32b366dda7
|
Use system_timer expires_after to fix build
|
2025-02-10 17:23:43 +01:00 |
|
emeric
|
534df42f9d
|
Distinguish initial scan to import last time write as added time, ref #601
|
2025-01-24 17:59:25 +01:00 |
|
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 |
|