Commit Graph
65 Commits
Author SHA1 Message Date
emeric d4d14c39a5 Fixed format 2025-06-12 22:52:44 +02:00
emeric 4837e1959f search3: minor optim 2025-06-12 22:44:14 +02:00
emeric 05000d8a1a Deduplicate embedded images, ref #628 2025-03-15 14:48:37 +01:00
emeric d19d6f04b2 Use album sort order in UI, fixes #616 2025-02-22 19:57:06 +01:00
emeric f96f0d6377 Added a way to filter on releases that belong to the same group 2025-02-17 18:39:15 +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 bebe384376 Added release country support 2025-02-08 15:29:57 +01:00
emeric 814eaf0a3e Switched the file added info back to a full date time, ref #601 2025-01-26 15:08:31 +01:00
emeric e553e840d3 Subsonic: use file added info for 'created' fields, ref #601 2025-01-25 14:44:49 +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 04c90ae3cf Fixed abusive assert 2025-01-20 23:23:53 +01:00
emeric 33759def78 Adding support for partial dates (only year or month), fixes #477 2025-01-19 23:50:39 +01:00
emeric c7db5fc61a Added support for explcit tags (rtng, ITUNESADVISORY) 2025-01-17 18:03:16 +01:00
emeric 74a1a3063f Fixed some bad artist display name computations 2024-10-21 13:38:36 +02:00
emeric 55c7dea8d8 Changed schema to allow multiple releases/artists to share the same image 2024-10-04 09:54:04 +02:00
emeric b5d650791c Removed some more orphaned db entries 2024-10-03 18:53:45 +02:00
emeric 3f6177cedd Changed the way album covers are associated, fixes #503 2024-09-29 16:21:46 +02:00
emeric 95a5b58f48 More permissive grouping of multi disc albums (each disc can now be split on sub directories) when musicbrainz ids are not set, fixes #481 2024-09-08 11:56:27 +02:00
emeric 7392f9b5da Fixed format 2024-09-02 08:07:31 +02:00
emeric cb4014b0e5 Added support for record labels, fixes #502 2024-09-02 08:06:17 +02:00
emeric b3807f6a53 Made length checks more robusts + bumped sizes, fixes #496 2024-07-28 11:24:18 +02:00
emeric 9bca05fb51 Display disc subtitles if it is set, even for single disc releases, fixes #492 2024-07-27 18:03:58 +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 67ebbdce72 Subsonic API: fixed bad albumCount. fixes #483 2024-06-17 20:43:59 +02:00
emeric 75c3df6958 Support fromYear > lastYear to sort by descending order. fixes #482 2024-06-16 20:43:02 +02:00
emeric 39941d90a3 Auto reformatted the base, ref #470 2024-05-24 23:31:52 +02:00
emeric 2e24cf5fab Fixed regression: restored tag cloud for releases 2024-04-21 00:16:55 +02:00
emeric 697233dcef Fixed results inconsistencies when using search3 2024-04-19 08:56:48 +02:00
emeric 87daa5c767 Simplified queries + added some hints for the query planner for bad quality indexes 2024-04-17 19:01:28 +02:00
emeric 78dd0302d0 Removed useless join 2024-04-16 14:28:30 +02:00
emeric b23f38facf Added relative file path+file size in DB 2024-04-14 09:37:24 +02:00
emeric e6e8a6eac5 Optimized queries to iterate over artists/releases, when specifying a media library 2024-04-12 16:58:13 +02:00
emeric d7b5d4190a Added missing groupBy when iterating db with a media library filter 2024-04-05 23:40:58 +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 339b797312 Subsonic API: fixed getAlbumList with ordering set to alphabeticalByArtist 2024-03-24 15:07:45 +01:00
emeric 1630b7cb6f Scan tracker: now handle releases and artists 2024-03-23 15:55:29 +01:00
emeric 4b7c4295ec Refactored namespaces 2024-03-12 08:32:08 +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