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
|
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
|
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
|
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
|
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
|
4b7c4295ec
|
Refactored namespaces
|
2024-03-12 08:32: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
|
bdd678f168
|
Added some profiling events for scanner
|
2024-03-09 18:58:52 +01:00 |
|
emeric
|
8c3dfd7a2f
|
Fixed moods parsed as genres, fixes #429
|
2024-03-04 16:32:05 +01:00 |
|
emeric
|
ba180ea847
|
Added release_group_mbid field to listenbrainz, fixes #416
|
2024-03-02 23:47:23 +01:00 |
|
emeric
|
b45513a611
|
Added album sort name in subsonic responses, fixes #419
|
2024-03-02 23:05:20 +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
|
6b1fd9c841
|
Significantly improved scanner performance (now have a dedicated pool of threads for scanning file metadata)
|
2024-02-10 18:39:55 +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
|
a1001b296a
|
OpenSubsonic: changed the originalReleaseDate field format, fixes #400
|
2024-01-10 23:38:48 +01:00 |
|
emeric
|
fa3638ef46
|
Fixed regression on extra tags to parse, fixes #395
|
2024-01-06 23:38:54 +01:00 |
|
emeric
|
3ad990a183
|
Allowed custom release types + handle more MusicBrainz secondary types in UI. fixes #373
|
2023-12-11 23:25:58 +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
|
b02021ac8f
|
Fallback on same album name only if in the same directory. fixes #370
|
2023-11-20 09:51:11 +01:00 |
|
emeric
|
592ffea88c
|
Merge branch 'scanner-shutdown' into db-locks
|
2023-11-19 18:01:44 +01:00 |
|
emeric
|
17a2a969e2
|
Reduced exclusive lock durations
|
2023-11-19 16:17:27 +01:00 |
|
emeric
|
b4e515f825
|
Made scanner abort faster when it has to clean a lot of stuff
|
2023-11-14 13:47:08 +01:00 |
|
emeric
|
1d21ba41b7
|
Subsonic API: added bitrate support, ref #363
|
2023-11-11 15:13:46 +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
|
b7a8bf85b8
|
Rework db range primitives + fixed bug when playing all in releases/tracks views + raised limit to 1000 for ranges in subsonic API
|
2023-11-10 16:17:18 +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
|
c2e1c5d9df
|
Fixed bad optimize condition
|
2023-11-08 20:16:31 +01:00 |
|
emeric
|
48ee8e3556
|
SubsonicAPI: optimized search for artists
|
2023-11-04 19:07:21 +01:00 |
|
emeric
|
bd59dc3bc9
|
SubsonicAPI: optimized search for tracks
|
2023-11-04 17:36:59 +01:00 |
|
emeric
|
c4d2d20447
|
SubsonicAPI: optimized search for albums
|
2023-11-04 16:15:39 +01:00 |
|
emeric
|
e0ed182784
|
Optimize database during scan to ease very large DB imports
|
2023-11-02 14:55:27 +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
|
d2956df4cc
|
Handle artist display names
|
2023-10-14 19:22:13 +02:00 |
|
emeric
|
1d41a26ead
|
Added release type in scanner + UI (detailed view only)
|
2023-04-16 15:00:04 +02:00 |
|
emeric
|
a5de51c915
|
Medium now part of a release
|
2023-03-20 21:24:28 +01:00 |
|
emeric
|
59eff32377
|
Generalized 'disc' to 'medium' in tag parser
|
2023-03-07 17:11:36 +01:00 |
|
emeric
|
3a9bde0092
|
Moved total_disc from Track to Release
|
2023-03-06 23:10:31 +01:00 |
|