Commit Graph
176 Commits
Author SHA1 Message Date
David Roman bc03408b99 Fix assertion
Closes: #431
2024-03-11 20:50:31 +01:00
emeric c6ae3fe3fa Renamed profiling to tracing 2024-03-10 12:21:01 +01:00
emeric 3155be0732 Added some profiling events in DB 2024-03-09 18:57:45 +01:00
emeric 1b8d4f2413 Added a way to play tracks per disc, fixes #423 2024-03-03 17:27:40 +01:00
emeric ba180ea847 Added release_group_mbid field to listenbrainz, fixes #416 2024-03-02 23:47:23 +01:00
emeric b45513a611 Added album sort name in subsonic responses, fixes #419 2024-03-02 23:05:20 +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 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 9461b2a936 Added missing fr translations + added missing unit tests 2024-01-26 17:47:39 +01:00
emeric 0ed3f1ba79 Initial support for multi library, still WIP 2024-01-25 00:01:11 +01:00
emeric a1001b296a OpenSubsonic: changed the originalReleaseDate field format, fixes #400 2024-01-10 23:38:48 +01:00
emeric fa3638ef46 Fixed regression on extra tags to parse, fixes #395 2024-01-06 23:38:54 +01:00
emeric 4705e6ffb7 Subsonic API: added getTopSongs endpoint, fixes #365 2023-12-15 22:19:01 +01:00
emeric 3ad990a183 Allowed custom release types + handle more MusicBrainz secondary types in UI. fixes #373 2023-12-11 23:25:58 +01:00
emeric a2cc243a08 Do not rely on current scan_settings to perform migration steps (as it may not be compatible), fixes #387 2023-12-07 15:24:54 +01:00
emeric 4bf0cdf580 Fixed regression that prevent new installs to work. fixes #385 2023-12-01 08:53:50 +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 6baf0d313d Finished clean on recommendation engines 2021-09-30 19:02:49 +02:00
emeric 2ebc4280a0 Sort by release date, not just release year, fixes #128 2021-09-23 13:18:43 +02:00
emeric 441aed622c Made database ID manipulations safer 2021-09-20 23:53:38 +02:00
emeric 598f01069e Added non album tracks in the artist view. closes #165 2021-09-15 14:03:21 +02:00
emeric f24ef27d2a Added non album tracks in the artist view. ref #165 2021-09-15 12:56:01 +02:00
emeric 56a588a06b Fixed demo account creation. fixes #167 2021-09-02 21:05:13 +02:00
emeric 8929507586 Fixed bad access since some tracks may be duplicated in the database 2021-05-19 18:39:56 +02:00
emeric 67ce7151ff Switched to gtest for unit testing 2021-05-03 13:20:43 +02:00
emeric 444d4af3c6 Escape special characters for like sql searches 2021-05-02 15:10:32 +02:00
emeric a6398738bb listenbrainz: added a listens synchronizer. fixes #142 2021-04-30 17:41:03 +02:00
emeric acf81e3f1a Implemented a Scrobbling service + ListenBrainz scrobbler. fixes #118 2021-04-06 19:59:12 +02:00
emeric 2c4be7468a Added date/time field for tracklist, added a LmsApplicationManager to make scrobbler register for played tracks 2021-03-23 14:01:09 +01:00
emeric cc28d893f5 Added authentication backends: internal, pam and http-headers. fixes #119 2021-03-04 19:32:09 +01:00
emeric c7e76de419 Allow artist tags that can't have mbid (composer, lyricist, etc.) to fallback on artists which have mbid (track artists, release artists) 2020-11-18 09:21:34 +01:00
emeric 3d692a33d4 Only display the type of tags that are actually in use in the filters button 2020-11-13 13:43:36 +01:00
emeric 6240ccf747 Fixed regression on artist/release artist handling + fixed bug when firing a signal on still connected but deleted listener 2020-11-12 17:12:08 +01:00
emeric b78967262c Added composer, conductor, lyricist, mixer, producer, remixer tag support 2020-11-12 13:19:22 +01:00
emeric 3e53d6ace1 Getting a cover for a track will more efficiently fallback to album 2020-11-06 15:18:20 +01:00
emeric 8520ca5c0f Added some travis ci target + corrected some warnings 2020-10-31 22:33:01 +01: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 26d12c39e4 UI: Added star/unstar for tracks/albums/artists. ref #74 2020-09-05 11:05:57 +02:00
emeric 8a84a078be Fixed regression on recommendation engine 2020-08-31 14:15:10 +02:00
emeric 5e37ec865a Force next scan to full rescan database due to better cover detection. ref #89 2020-08-24 14:08:04 +02:00
emeric d3dcee35a3 Subsonic API: various fixes to make Sublime Music happy 2020-07-14 11:38:06 +02:00
emeric 30a037d5b0 Clean second pass 2020-07-06 12:20:40 +02:00
emeric 50b0fd1cb8 Various fixes + refacto 2020-07-05 15:15:51 +02:00