Commit Graph
125 Commits
Author SHA1 Message Date
emeric f2515edc8b Optimized the way we count albums for artists 2023-11-17 08:57:08 +01:00
emeric 0cc73ca022 Config service may not be here (unit tests) 2023-11-17 08:44:41 +01:00
emeric 60bb6170e2 Added a param to show the underlying db queries 2023-11-17 08:36:20 +01:00
emeric d6fc923c4a CodeFactor review 2023-11-13 13:41:08 +01:00
emeric 28a80b3c9d Subsonic API: added a per-user setting to enable transcoding by default (breaking change: default is disabled). fixes #351, ref #367 2023-11-13 11:45:12 +01:00
emeric 87d70465e9 Renamed some transcoding stuff + now retrieve decoder codecs 2023-11-12 20:51:42 +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 bd61093898 Subsonic API: now returns 404 when the requested cover art is not found (but a client list has been added to serve them a default cover art) 2023-11-08 23:43:50 +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 6bb6dd6add Added some foreachSubRange 2023-11-08 13:53:27 +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 4089f07c16 Subsonic API: added playCount 2023-11-03 16:05:02 +01:00
emeric 083652e293 Speed up searches when one cluster filter is active 2023-11-03 12:43:56 +01:00
emeric 2acba9d0cc Remove unnecessary joins 2023-11-02 17:18:44 +01:00
emeric fa11a1df9b Raised analysis_limit from 1000 to 2000 as 1k is not enough to speed up all queries (ex. sort artists by last write) 2023-11-02 15:03:05 +01:00
emeric 0801914290 Try to optimize when closing the sqlite connection 2023-11-02 14:56:31 +01:00
emeric e0ed182784 Optimize database during scan to ease very large DB imports 2023-11-02 14:55:27 +01:00
emeric 1be04b6e76 Remove duplicated index creation 2023-11-02 14:29:15 +01:00
emeric e78f436d9a Fixed search that may add infinite stuff 2023-11-02 14:27:14 +01:00
emeric 3697c809d3 Added missing index to speed up the recently added views 2023-11-02 13:43:38 +01:00
emeric ac556bb95a Added a way to disable the similarity engine 2023-11-02 09:57:51 +01:00
emeric 33140ed20f Added a debug log to help understand bottlenecks 2023-11-01 23:57:38 +01:00
emeric 2910be8a9a Similarity by clusters: removed duplicates in the list of clusters to search 2023-11-01 23:55:24 +01:00
emeric 88004c01f2 Properly clone the sqlite3 connection 2023-11-01 23:53:44 +01:00
emeric 069470194b Separated feedback services (stars / love for LB) from scrobbling services, to ease last.fm integration 2023-10-31 13:37:14 +01:00
emeric 43131d391e Set pragma analysis_limit per connection 2023-10-22 11:49:42 +02:00
emeric 73f7a75aa6 fixed build 2023-10-22 00:32:50 +02:00
emeric 17efc2759a Made database optimization faster using pragma analysis_limit 2023-10-22 00:26:11 +02:00
emeric 61e0931a82 Fixed output bug for values, added some optims 2023-10-21 14:45:39 +02:00
emeric 4562e0368a When max similarity count is set to 0, return nothing instead of everything 2023-10-18 13:41:09 +02:00
emeric 079f7922b4 OpenSubsonic API: added support for 'played' fields 2023-10-16 23:27:29 +02:00
emeric 8780bbdffa Subsonic API: try to recognize some formats in stream endpoint (mp3, opus, vorbis) 2023-10-15 15:42:09 +02:00
emeric d2956df4cc Handle artist display names 2023-10-14 19:22:13 +02:00
emeric 4329efb536 Subsonic API: added discTitles field in Albums 2023-10-06 09:39:40 +02:00
emeric a359e4acf5 Subsonic API: added genres/moods tags for albums 2023-10-04 23:26:58 +02:00
emeric a47f463ca9 Subsonic API: added genres/moods tags for songs 2023-10-04 21:38:48 +02:00
emeric 8f29410670 Subsonic API: added 'roles' in artist entries 2023-10-04 08:34:51 +02:00
emeric 2732c85503 Subsonic API: reported correct starred date/time 2023-10-02 22:21:22 +02:00
emeric 0f1a5efffe Exposed release date at release level (instead of just year) 2023-10-01 14:37:47 +02:00
emeric 635f81d1e7 Removed useless dependency 2023-06-26 23:53:26 +02:00
emeric fe53b6469b Order albums by original date, if available (fallback on date) 2023-06-18 16:08:23 +02:00
emeric 85709fa426 ListenBrainz: fallback on parsing tracknumber as string. fixes #325 2023-05-05 23:44:26 +02:00
emeric 118f20e3bf Added play next. fixes #289 2023-04-29 23:09:43 +02:00
emeric e97f6bb9b9 Fixed some warnings. ref #322 2023-04-28 20:28:36 +02:00
emeric ca09a14780 Added release type in UI (artist view) 2023-04-20 15:29:21 +02:00