emeric
|
20b6a56994
|
Minot cleanup
|
2026-07-18 09:34:26 +02:00 |
|
emeric
|
95eb1f00bc
|
Log mmap size used by sqlite3
|
2026-06-21 17:00:36 +02:00 |
|
emeric
|
932e7715f5
|
Added podcast support, only from subsonic API for now, ref #726
|
2025-09-13 15:04:13 +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
|
764c92698c
|
Created an interface for the Db class
|
2025-07-09 00:29:16 +02:00 |
|
emeric
|
6bfc769cab
|
Added a quick integrity check during startup, fixes #679
|
2025-06-22 22:25:24 +02:00 |
|
emeric
|
07e120abf2
|
Sorting by recently added now uses the 'added' info instead of the 'last write time' of the underlying file, ref #571
|
2025-01-21 16:47:57 +01:00 |
|
emeric
|
10d900faf2
|
Simplified some path writes
|
2025-01-06 22:29:46 +01:00 |
|
emeric
|
45175a721c
|
Various minor cleanup
|
2024-12-05 20:09:14 +01:00 |
|
emeric
|
39941d90a3
|
Auto reformatted the base, ref #470
|
2024-05-24 23:31:52 +02:00 |
|
emeric
|
06b071553c
|
Minor db cleanup
|
2024-05-08 16:37:43 +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
|
4b7c4295ec
|
Refactored namespaces
|
2024-03-12 08:32:08 +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
|
cbc137529b
|
Made connection count aligned with thread count
|
2021-10-03 14:07:33 +02: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
|
8a84a078be
|
Fixed regression on recommendation engine
|
2020-08-31 14:15:10 +02:00 |
|
emeric
|
74fc4e058e
|
New UI layout and UI improvements. Fixes #50
|
2020-05-10 13:11:43 +02:00 |
|
emeric
|
27320054e5
|
Made some more progress on theming
|
2020-04-17 17:37:26 +02:00 |
|
emeric
|
e17b2333ac
|
Use synchronous mode since WAL is used
|
2020-04-10 16:01:14 +02:00 |
|
emeric
|
15e53caa2d
|
Split the lib in smaller libs to ease unit tests
|
2020-02-13 18:04:35 +01:00 |
|