Commit Graph
64 Commits
Author SHA1 Message Date
emeric 5bed2320bc Made some small optims when checking if files are removed 2025-07-01 21:15:04 +02:00
emeric ac84b891f6 Removed some useless columns in the track table 2025-06-25 22:59:55 +02:00
emeric c251c2a924 Now using new artwork table everywhere in app and subsonic API to refer to artworks 2025-06-22 16:49:54 +02:00
emeric dd2f97903e Fixed regression when removing an artwork 2025-06-21 18:37:36 +02:00
emeric dd2aa49bb0 Now resolve the preferred track artworks during scan steps 2025-06-21 18:13:20 +02:00
emeric 05000d8a1a Deduplicate embedded images, ref #628 2025-03-15 14:48:37 +01:00
emeric a3dfc082ea Try to reuse the db track entry if the track file just moved, fixes #612 2025-02-16 15:52:05 +01:00
emeric cefa60e734 Fixed exception when playing an artist from ui 2025-02-10 16:26:23 +01:00
emeric 639629fbb3 Added a way to filter by release type 2025-02-09 21:11:45 +01:00
emeric b4bce77877 Centralized some db filters 2025-02-09 18:35:09 +01:00
emeric 13698c379b Added a way to filter by record label, display labels in the release info panel 2025-02-08 18:56:54 +01:00
emeric 07e120abf2 Sorting by recently added now uses the 'added' info instead of the 'last write time' of the underlying file, ref #571 2025-01-21 16:47:57 +01:00
emeric 33759def78 Adding support for partial dates (only year or month), fixes #477 2025-01-19 23:50:39 +01:00
emeric dd163f04c8 Subsonic API: order directories by name + order tracks by file name when using directory based commands, fixes #589 2025-01-08 14:05:34 +01:00
emeric 10d900faf2 Simplified some path writes 2025-01-06 22:29:46 +01:00
emeric 7306a6b47d Correctly sort tracks within the tracklists, ref #574 2024-12-19 21:01:25 +01:00
emeric 3661eaccb6 Added playlist import (and sync)from m3u files, ref #391 2024-12-18 14:15:25 +01:00
emeric 41504bf4d7 Added basic lyrics display in UI 2024-10-27 23:03:46 +01:00
emeric 2d28ea61eb Subsonic API: added getLyrics/getLyricsBySongId support, ref #379 2024-10-26 19:04:11 +02:00
emeric 72b1367ea6 Added embedded/external lyrics support: parsing + indexing, ref #379 2024-10-26 16:58:13 +02:00
emeric 3f6177cedd Changed the way album covers are associated, fixes #503 2024-09-29 16:21:46 +02:00
emeric b3807f6a53 Made length checks more robusts + bumped sizes, fixes #496 2024-07-28 11:24:18 +02:00
emeric 980709dbcf Can now browse by directorie in the Subsonic API, ref #474 2024-07-13 14:22:19 +02:00
emeric d1324c1c3a Put all directories and images in database, use the info to associate an image to each artist 2024-07-06 13:53:41 +02:00
emeric 62454ed543 Added a missing ORDER BY clause that caused artists to be retrieved in a different order than in tags 2024-06-13 22:33:31 +02:00
emeric 39941d90a3 Auto reformatted the base, ref #470 2024-05-24 23:31:52 +02:00
emeric 697233dcef Fixed results inconsistencies when using search3 2024-04-19 08:56:48 +02:00
emeric f7fac19a5c Simplified queries 2024-04-17 18:37:44 +02:00
emeric b23f38facf Added relative file path+file size in DB 2024-04-14 09:37:24 +02:00
emeric 50ecfb1378 More query wrapped + fixed typo 2024-04-02 23:04:54 +02:00
emeric 741f0e12ed Tracing: added some more details for db operations 2024-04-01 20:27:52 +02:00
emeric a3c53e1609 Tracing: added some details for db operations 2024-03-31 23:35:12 +02:00
emeric 418286a1f2 Chaned the way the inner dbo session is accessed + added exec wrappers for queries 2024-03-31 13:13:01 +02:00
emeric ed1be02aaf Added a scan tracker to speed up queries with high offset in very large database 2024-03-17 23:36:40 +01:00
emeric 03425f3c94 Made the last scan step (checking for removed files) faster on big libraries 2024-03-14 23:21:30 +01:00
emeric e4ad0a5406 Do not attempt extra data fetch when hitting the end of a query 2024-03-14 13:51:28 +01:00
emeric 4b7c4295ec Refactored namespaces 2024-03-12 08:32:08 +01:00
emeric 1b8d4f2413 Added a way to play tracks per disc, fixes #423 2024-03-03 17:27:40 +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 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 3ad990a183 Allowed custom release types + handle more MusicBrainz secondary types in UI. fixes #373 2023-12-11 23:25:58 +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 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 8929507586 Fixed bad access since some tracks may be duplicated in the database 2021-05-19 18:39:56 +02:00