Commit Graph
1772 Commits
Author SHA1 Message Date
David Roman 3261cc6550 make tests optional 2024-03-11 19:25:30 +01:00
emeric 487960b413 Switched to LiteralString for keys in subsonic responses 2024-03-10 15:28:16 +01:00
emeric 377e50c525 Ignore vscode stuff for now 2024-03-10 15:27:45 +01:00
emeric c6ae3fe3fa Renamed profiling to tracing 2024-03-10 12:21:01 +01:00
emeric 47ef5f7cc7 Added some detailed profiling info into subsonic responses handlers 2024-03-09 22:39:07 +01:00
emeric fa9844810d Added some detailed profiling info for the http send queue 2024-03-09 22:23:41 +01:00
emeric 9c8844d866 Added some thread names 2024-03-09 22:23:02 +01:00
emeric 65d95060b0 Added a way to set thread name in profiling captures 2024-03-09 22:22:15 +01:00
emeric 88580a8903 Fixed race 2024-03-09 20:23:58 +01:00
emeric 15b4a4601e Removed unnecessary write access to the DB 2024-03-09 19:22:06 +01:00
emeric d6fd95ab44 Added some profiling events for subsonic API (media retrieval) 2024-03-09 19:14:13 +01:00
emeric f072f171d8 Added some profiling events for the subsonic API 2024-03-09 19:02:02 +01:00
emeric bdd678f168 Added some profiling events for scanner 2024-03-09 18:58:52 +01:00
emeric db1d95e3db Added some profiling events for cover and audio resources 2024-03-09 18:58:24 +01:00
emeric 3155be0732 Added some profiling events in DB 2024-03-09 18:57:45 +01:00
emeric aca6c00414 Instanciated the profiler + added a way to dump the export the profilin data in the UI 2024-03-09 18:55:54 +01:00
emeric f36f176a8b Added a simple profiler that uses trace event format 2024-03-09 18:45:00 +01:00
emeric 41b944040c Added LiteralString helper class 2024-03-09 18:35:36 +01:00
emeric 2e4947dd42 Always use the provided custom delimiters to split tags 2024-03-06 18:50:25 +01:00
emeric 8c3dfd7a2f Fixed moods parsed as genres, fixes #429 2024-03-04 16:32:05 +01:00
emeric c751cd0480 Adjusted style 2024-03-03 22:46:15 +01:00
emeric a0344377d1 Fixed disc subtitle parsing (bad format used to parse) 2024-03-03 22:19:52 +01:00
emeric 1b8d4f2413 Added a way to play tracks per disc, fixes #423 2024-03-03 17:27:40 +01:00
emeric 0e8a1e946d Fixed typo 2024-03-03 17:25:57 +01:00
emeric ba180ea847 Added release_group_mbid field to listenbrainz, fixes #416 2024-03-02 23:47:23 +01:00
emeric 9cccf33f05 Updated README 2024-03-02 23:29:58 +01:00
emeric b45513a611 Added album sort name in subsonic responses, fixes #419 2024-03-02 23:05:20 +01:00
emeric f20db00417 Refresh only last login time when necessary (avoid hammering the db, ref #420) 2024-03-02 18:11:03 +01:00
emeric f9d512ee19 Updated translations 2024-03-02 17:40:00 +01:00
emeric ca3ba749fe CodeFactor review 2024-03-02 00:23:23 +01:00
emeric 3a64f721f0 Restored Grouping tag parsing 2024-03-02 00:22:23 +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 194b9981c1 Removed migration from v32 (badly implemented) 2024-02-11 15:29:10 +01:00
emeric d20b02fc33 Send display artist name for the scrobbled track (instead of the first artist) 2024-02-11 15:18:46 +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 de4a0cf583 Media Session API: added seekto + state update (duration/position) 2024-02-08 20:56:42 +01:00
emeric 7d53aba755 Expose artist display name in media session API (instead of just the first artist) 2024-02-05 15:48:22 +01:00
emeric a64a2de52e Fixed bad testU 2024-02-05 13:35:16 +01:00
emeric 889096190a Do not use DISTINCT on track queries, as this is useless and slowdowns queries 2024-02-05 11:22:58 +01:00
emeric 01538166ed Fixed bad MediaLibrary::getCount() 2024-02-05 11:21:15 +01:00
emeric c242b4c01e Fixed bad migrations due to NULL constraints. fixes #413 2024-02-04 20:35:46 +01:00
emeric 14d65dc7c2 Added media library params to the db generator and subsonic api bench 2024-02-04 15:01:43 +01:00
emeric 9090cc64a9 Merge branch 'benchmarks' into develop 2024-02-03 14:58:13 +01:00
emeric 676600e92d Build benchmarks on arch/alpine 2024-02-03 14:51:39 +01:00
emeric 2214d75419 Made benchmarks an option 2024-02-03 00:08:01 +01:00
emeric 5db91fc5b5 Limit to the first 4 digits when parsing years badly encoded as YYYYMMDD 2024-02-02 22:58:37 +01:00
emeric d3aa11714a Fixed badly formatted logs 2024-02-02 21:49:02 +01:00
emeric 6cfa4e9de6 Switched to C++20 2024-02-01 22:34:36 +01:00
emeric 82be2e1a41 Updated it translations 2024-01-29 17:11:07 +01:00
emeric 921d20d1dc Fixed typo 2024-01-26 23:10:52 +01:00