Commit Graph
194 Commits
Author SHA1 Message Date
emeric cd0e88d28d Added support for comment tag, fixes #510 2024-08-20 19:03:28 +02:00
emeric cb7ee34d41 Added a missing index to speed up direcotry browsing commands 2024-07-28 14:52:37 +02:00
emeric b3807f6a53 Made length checks more robusts + bumped sizes, fixes #496 2024-07-28 11:24:18 +02:00
emeric 9bca05fb51 Display disc subtitles if it is set, even for single disc releases, fixes #492 2024-07-27 18:03:58 +02:00
emeric a2a2041f49 Optimized library assignation to directories 2024-07-27 14:27:37 +02:00
emeric cbc387b8b7 Fixed format 2024-07-13 19:02:58 +02:00
emeric 9ff387061a Subsonic API: added a way to filter files per media folder id when using directory commands 2024-07-13 18:55:46 +02:00
emeric 980709dbcf Can now browse by directorie in the Subsonic API, ref #474 2024-07-13 14:22:19 +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 67ebbdce72 Subsonic API: fixed bad albumCount. fixes #483 2024-06-17 20:43:59 +02:00
emeric 75c3df6958 Support fromYear > lastYear to sort by descending order. fixes #482 2024-06-16 20:43:02 +02:00
emeric 6f3f138f52 Fixed bug in the scan settings view when no extra tag is to be parsed 2024-06-15 15:40:46 +02:00
emeric 62454ed543 Added a missing ORDER BY clause that caused artists to be retrieved in a different order than in tags 2024-06-13 22:33:31 +02:00
emeric dbae516353 Added a way to specify multiple delimiters in the UI, fixes #473 2024-06-08 13:48:40 +02: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 c6104c06ea Added a unit test to check for migration 2024-05-08 16:01:16 +02:00
emeric efd7d4ea7c Fixed bad migration step, fixes #454 2024-05-06 21:20:48 +02:00
emeric 30575d12e6 Added dsf files support, fixes #449 2024-05-05 16:03:20 +02:00
emeric dd5dfaa96e Removed the dedicated search view, as it is actually too limiting. Added a search field in the album/artists/tracks views. This makes search now work together with sort mode 2024-05-01 15:21:48 +02:00
emeric 71e0e6e411 Factorized sort mode, now using a more compact dropdown menu 2024-05-01 11:27:08 +02:00
emeric 391d859272 UI: added away to filter all the views by music library 2024-04-28 23:37:59 +02:00
emeric bb70c6dbaf Added a way to visit users 2024-04-27 16:36:51 +02:00
emeric 2e24cf5fab Fixed regression: restored tag cloud for releases 2024-04-21 00:16:55 +02:00
emeric e16c4edb32 Improved query 2024-04-19 18:32:36 +02:00
emeric d6b86a9360 Perform vacuum if migration is performed 2024-04-19 12:01:23 +02:00
emeric 4432def11f Added missing indexes, force index recreation to remove outdated indexes 2024-04-19 11:20:44 +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 c63f9fa51c Simplified queries 2024-04-18 09:06:27 +02:00
emeric a5b7e7e5f3 Added some hints for the query planner for bad quality indexes 2024-04-17 19:27:51 +02:00
emeric 42315395fd Simplified queries 2024-04-17 19:04:52 +02:00
emeric 87daa5c767 Simplified queries + added some hints for the query planner for bad quality indexes 2024-04-17 19:01:28 +02:00
emeric ba1fb4a6d6 Added an index to speedup a query + split for better reading 2024-04-17 18:43:54 +02:00
emeric ec1a38fa76 Simplified queries 2024-04-17 18:41:23 +02:00
emeric f7fac19a5c Simplified queries 2024-04-17 18:37:44 +02:00
emeric e92fcb79de Iterate on clusters to better trace 2024-04-17 18:32:11 +02:00
emeric 78dd0302d0 Removed useless join 2024-04-16 14:28:30 +02:00
emeric 7ecaa16b8e Added a trace for index creation 2024-04-16 14:06:49 +02:00
emeric 18b220b241 Optimm to get all artists of a track in a single query 2024-04-15 18:50:00 +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 be600b5e13 Small optim when visiting artist links 2024-04-13 14:33:06 +02:00
emeric e6e8a6eac5 Optimized queries to iterate over artists/releases, when specifying a media library 2024-04-12 16:58:13 +02:00
emeric 5bf9be304b Added missing index 2024-04-12 14:22:57 +02:00
emeric d7b5d4190a Added missing groupBy when iterating db with a media library filter 2024-04-05 23:40:58 +02:00
emeric d050d039f5 Added missing db trace for migration 2024-04-05 23:33:55 +02:00
emeric 9bb7756938 Added indexes on artist(id), release(id) and listen(id) 2024-04-05 15:22:24 +02:00
emeric aff46065b0 Export the traces using gzip format 2024-04-05 14:10:02 +02:00