Commit Graph
100 Commits
Author SHA1 Message Date
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 9ff1b215c2 Split the search view in order to workaround the scroll visibility issue 2023-11-03 09:12:19 +01:00
emeric e339a42883 Do not report OpenSubsonic extra fields for selected legacy clients. This made DSub behave badly. fixes #356 2023-11-02 23:13:41 +01:00
emeric 679d3d358c Subsonic API: bumped licence expiration 2023-11-02 23:09:22 +01:00
emeric 72ec58dd94 Switched from accurate to average to speed up scans 2023-11-02 19:04:09 +01:00
emeric 2acba9d0cc Remove unnecessary joins 2023-11-02 17:18:44 +01:00
emeric 8b35e61c7d Subsonic API: do not block the whole application while handling a getArtist. But this is really best effort as it is way too long 2023-11-02 16:10:12 +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 3c9c7c6330 Removed useless debug log 2023-11-01 23:56:55 +01:00
emeric 414ad1862e Added UUID random generation 2023-11-01 23:56:13 +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 100192b126 Merge branch 'develop' into feedback-service 2023-10-31 13:48:41 +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 383fbb8098 Fixed json output, fixes #348 2023-10-30 09:37:01 +01:00
emeric 3920c36896 Merge branch 'new-json-parser' into develop 2023-10-22 13:36:10 +02: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 7d9b5a7084 More constness 2023-10-22 00:19:03 +02:00
emeric 61e0931a82 Fixed output bug for values, added some optims 2023-10-21 14:45:39 +02:00
emeric 07f58b3d10 Avoid a useless request 2023-10-21 00:00:36 +02:00
emeric d86260ba2d Replaced Json parser with a custom one (optims+compact output) 2023-10-20 15:22:00 +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 c5d26a7647 OpenSubsonic API: bumped version since stream endpoint handling changed 2023-10-17 20:48:32 +02:00
emeric 079f7922b4 OpenSubsonic API: added support for 'played' fields 2023-10-16 23:27:29 +02:00
emeric 6a3783a4ba Subsonic API: try to not transcode if the requested format/max bitrate is compatible with the actual file 2023-10-15 20:49:34 +02:00
emeric fbdc15bd5c Subsonic API: put artist display name instead of a comma separated list 2023-10-15 18:44:41 +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 806599dedb Do not display the original release date when the year is the same as the actual release date 2023-10-15 13:59:56 +02:00
emeric d2956df4cc Handle artist display names 2023-10-14 19:22:13 +02:00
emeric 76290768bb OpenSubsonic API: return OS fields on error 2023-10-12 22:38:06 +02:00
emeric 961b52f124 Fixed CodeCL warnings 2023-10-11 11:29:37 +02:00
emeric 23415a6c10 Updated doc 2023-10-11 07:49:44 +02:00
emeric 0e5249868c Subsonic API: fixed extensions + genres 2023-10-10 23:30:40 +02:00
emeric 042cd54171 Subsonic API: handle extensions 2023-10-09 18:30:53 +02:00
emeric caf558b6a0 Subsonic API: extensions WIP 2023-10-09 13:57:20 +02:00
emeric 29a7a62571 Subsonic API: extensions WIP 2023-10-09 13:55:24 +02:00
emeric 78435282b1 Subsonic API: CodeFactor review 2023-10-09 13:41:51 +02:00
emeric e24ffb1347 Merge branch 'develop' into opensubsonic-extra-fields 2023-10-09 12:14:47 +02:00
emeric eaed24dfcb Revert "Updated deprecated cookie handling", too soon
This reverts commit 2581b6b0da.
2023-10-09 10:42:47 +02:00
emeric aebd028af4 Merge branch 'develop' into opensubsonic-extra-fields 2023-10-08 23:15:18 +02:00
emeric 5631e219f3 Revert "Fixed deprecated call", too soon for this one
This reverts commit 876ee54ec5.
2023-10-08 23:14:11 +02:00
emeric 272c34be83 Subsonic API: handle parameter timeOffset 2023-10-08 23:13:09 +02:00
emeric 001b0d62d1 Subsonic API: handle new field mediaType 2023-10-08 20:46:58 +02:00
emeric 248df4ed1a Merge branch 'develop' into opensubsonic-extra-fields 2023-10-08 20:36:14 +02:00
emeric 876ee54ec5 Fixed deprecated call 2023-10-08 20:35:36 +02:00
emeric 6d4e439a05 Fixed deprecated call 2023-10-08 20:35:19 +02:00
emeric 2581b6b0da Updated deprecated cookie handling 2023-10-06 22:59:35 +02:00
emeric 5d49baccbf Subsonic API: handle xml for new fields 2023-10-06 18:04:16 +02:00
emeric de10da87d7 Subsonic API: added replayGain field in Song 2023-10-06 16:46:15 +02:00
emeric 85e2ede2f2 Subsonic API: skip discTitles entries when no subtitle is present 2023-10-06 15:46:54 +02:00
emeric 4329efb536 Subsonic API: added discTitles field in Albums 2023-10-06 09:39:40 +02:00
emeric 621e1f98db Subsonic API: added common answer fields 2023-10-06 08:41:53 +02:00
emeric 06b0880a7d Subsonic API: added releaseTypes for albums 2023-10-04 23:51:14 +02:00
emeric ba25db6573 Subsonic API: added isCompilation for albums 2023-10-04 23:41:49 +02:00
emeric 2ca5d9dd26 Subsonic API: added originalReleaseDate for albums 2023-10-04 23:38:47 +02:00
emeric c2406bb65b Subsonic API: added album artists for albums 2023-10-04 23:32:01 +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 5b11009ead Subsonic API: added artists and albumartists tags for songs 2023-10-04 20:34:28 +02:00
emeric ac9607be14 Subsonic API: don't report artist and album artists as contributors 2023-10-04 19:02:57 +02:00
emeric 2d70cfdf7c Subsonic API: track MBID was actually recording MBID 2023-10-04 18:53:49 +02:00
emeric 4f25331e1d Subsonic API: added 'contributor' in song entries 2023-10-04 18:51:38 +02:00
emeric 8f29410670 Subsonic API: added 'roles' in artist entries 2023-10-04 08:34:51 +02:00
emeric b1c6cf8d7d Subsonic API: added sortName extra field for artists 2023-10-02 22:41:07 +02:00
emeric d7bd3ca195 Subsonic API: added musicBrainzId extra field 2023-10-02 22:37:54 +02:00
emeric 2732c85503 Subsonic API: reported correct starred date/time 2023-10-02 22:21:22 +02:00
emeric 7c7fbba319 Changed coding style 2023-10-02 20:32:28 +02:00
emeric 4fbacd691d Extracted browsing entry points 2023-10-02 00:04:58 +02:00
emeric 247975d304 Extracted playlists entry points 2023-10-01 23:37:48 +02:00
emeric 70d0c26f2d Extracted media annotation entry points 2023-10-01 23:22:47 +02:00
emeric c3184636ab Extracted lists entry points 2023-10-01 21:13:36 +02:00
emeric 955320e3a8 Extracted searching 2023-10-01 20:57:17 +02:00
emeric b96a16095a Extracted covert art handling 2023-10-01 20:48:07 +02:00
emeric 9d879e66b7 Extracted user management 2023-10-01 20:42:04 +02:00
emeric abcf9e5b49 extracted bookmark handling 2023-10-01 16:48:33 +02:00
emeric 63bffa7631 extracted track handling 2023-10-01 16:30:57 +02:00
emeric 7618639e12 extracted artist handling 2023-10-01 16:12:31 +02:00
emeric 0da12bec0f extracted album handling 2023-10-01 16:04:28 +02:00
emeric 0f1a5efffe Exposed release date at release level (instead of just year) 2023-10-01 14:37:47 +02:00
emeric 552d66a63e Updated doc. fixes #337 2023-09-29 11:22:23 +02:00
emeric 67b9e278e4 Updated action versions 2023-09-17 11:47:44 +02:00
emeric a9c4dd3430 Update artist link type combo when DB changed 2023-09-17 11:46:03 +02:00
emeric 7da171b639 Added a way to search for artists with a given role (composer, conductor, etC.) 2023-09-15 22:40:15 +02:00
emeric 5a1d18d26e Upgraded alpine for docker images 2023-08-27 15:52:29 +02:00
emeric 46d45caf3d Always consistenly use the widget's doJavaScript method, ref #327 2023-07-22 14:35:13 +02:00
emeric e92d8a1367 Correctly refresh artist and album views when filters change 2023-07-22 12:01:48 +02:00
emeric e9087d108b Added missing dependency in docs 2023-07-22 12:00:51 +02:00
emeric b8f83540a5 Updated doc for bookworm 2023-07-02 21:48:25 +02:00