Commit Graph
72 Commits
Author SHA1 Message Date
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 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 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 0f1a5efffe Exposed release date at release level (instead of just year) 2023-10-01 14:37:47 +02:00
emeric fe53b6469b Order albums by original date, if available (fallback on date) 2023-06-18 16:08:23 +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
emeric 1d41a26ead Added release type in scanner + UI (detailed view only) 2023-04-16 15:00:04 +02:00
emeric a62810e47a New layout test 2023-03-26 14:19:26 +02:00
emeric 3a9bde0092 Moved total_disc from Track to Release 2023-03-06 23:10:31 +01:00
emeric 96fab5d57e Fixed codeQL issue + fixed bad db migration. fixes #308 2023-02-22 22:18:24 +01:00
emeric 8a69d3e309 Fixed a case where moving a file may be broken (when skipping duplicate MBID is active) + only check for duplicate track MBID (instead of recording MBID) as we have have several different releases sharing the same recording MBID) 2023-02-22 13:58:18 +01:00
emeric d8b47d579b Use TrackMBID to check for duplicated music files. fixes #306 2023-02-01 20:56:56 +01:00
emeric 1def36b8f0 Fixed some code scanning alerts 2022-12-14 20:49:59 +01:00
emeric 998def846d Added performers. fixes #278 2022-12-14 20:07:54 +01:00
emeric 83e5b36ded CodeFactor review 2022-11-23 20:47:02 +01:00
emeric c06a36fcff Added a message box to display release information 2022-11-22 21:53:16 +01:00
emeric 2b7d3bfaf4 Added a message box to display some track information. closes #276 2022-11-21 21:04:23 +01:00
emeric a2b1199e87 More constexpr 2022-11-19 13:07:45 +01:00
emeric 9340067a9b Added some indexes 2022-10-19 22:44:26 +02:00
emeric c816b0db45 Bring more diversity in the radio mode. fixes #54 2022-10-19 13:56:32 +02:00
emeric ff63ad6448 Listenbrainz: fixed listens parsing. fixes #262 2022-09-26 20:41:31 +02:00
emeric 56e9b4f787 Better handle badly tagged multi-discs releases 2022-09-04 21:14:48 +02:00
emeric 49f0d40515 Handle track duration with milliseconds precision. ref #244 2022-08-20 14:27:54 +02:00
emeric b58b2de58d Fixed some compilation warnings 2022-08-07 14:13:34 +02:00
emeric 82dd6428f1 Fixed unit tests 2022-07-03 15:02:19 +02:00
emeric f05ea3ae94 Fixed date time format in tracklist 2022-07-03 14:17:14 +02:00
emeric 1c7ef90108 Added a way to save the current playqueue in a playlist 2022-07-02 15:39:50 +02:00
emeric 27cad7ba0e Added clusters for track list 2022-07-01 13:53:37 +02:00
emeric 169a5f5d08 Dedicated view for tracklist 2022-06-30 21:18:42 +02:00
emeric 1d233e39af Added a playlist view. Can only play the playlists for now (no save/edit) 2022-06-26 15:12:49 +02:00
emeric 901826f4e3 Synchronize starred tracks with ListenBrainz 'loves'. fixes #163 2022-06-20 20:08:00 +02:00
emeric b9305f2c25 Raised artist/album/track limits when explorin the collection. fixes #237 2022-06-12 21:15:56 +02:00