Commit Graph
190 Commits
Author SHA1 Message Date
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 bebe384376 Added release country support 2025-02-08 15:29:57 +01:00
emeric 4fe6edb87f Added release comment support, ref #568 2025-02-07 17:02:08 +01:00
emeric df93425748 json serialize seems to allow corrupted urf8 string, add a check when reading back to avoid crashing, ref #607 2025-02-07 17:01:59 +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 534df42f9d Distinguish initial scan to import last time write as added time, ref #601 2025-01-24 17:59:25 +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 1d15be1e6c Added an option to skip playlists that are refering to a single album + skip playlists that are empty, fixes #577 2025-01-15 21:14:18 +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 5c73b5bb97 Added basic UI to display shared playlists, ref #391 2024-12-18 20:20:39 +01:00
emeric 3661eaccb6 Added playlist import (and sync)from m3u files, ref #391 2024-12-18 14:15:25 +01:00
emeric 45175a721c Various minor cleanup 2024-12-05 20:09:14 +01:00
emeric d80e311250 Added a new param internal-password-bcrypt-round, set to 12 by default 2024-11-25 23:36:22 +01:00
emeric 360623c569 OpenSubsonic API: added apiKey support, ref #544 2024-11-24 15:23:14 +01:00
emeric 0a320a8b87 Fixed unit tests 2024-11-15 18:16:00 +01:00
emeric 7b4791005a Fixed crash when a library is set with a trailing /, fixes #552 2024-11-14 23:18:00 +01:00
emeric 5504ee707c Added barcode tag parsing in releases, and take it into account to avoid merging unrelated albums, fixes #550 2024-11-14 13:22:05 +01:00
emeric 472a5907ad Subsonci API: added savePlayQueue / getPlayQueue support 2024-10-31 18:49:57 +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 74a1a3063f Fixed some bad artist display name computations 2024-10-21 13:38:36 +02:00
emeric 0d70111eb4 Fixed database migration 2024-10-11 21:51:27 +02:00
emeric dc63e61a29 Added an option to select how to sort albums in the artist view, fixes #498 2024-10-04 17:39:08 +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 083283d2a7 Added index to make artist image association faster 2024-10-02 22:40:22 +02:00
emeric 3f6177cedd Changed the way album covers are associated, fixes #503 2024-09-29 16:21:46 +02:00
emeric cb182c3cfe Migrated current play counter in ui states 2024-09-13 17:47:53 +02:00
emeric c165ed9f2f Made some UI states persistent across sessions, ref #484 2024-09-12 14:01:03 +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 fc27a4f852 Apply all separators, not only the first one found, ref #518 2024-09-07 09:34:45 +02:00
emeric 39ca55e8fa Added compilation tag support, fixes #520 2024-09-04 20:07:37 +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 29d0610eb2 Implemented Subsonic's user rating for tracks, albums and artists, fixes #511 2024-08-30 19:40:15 +02:00
emeric cd0e88d28d Added support for comment tag, fixes #510 2024-08-20 19:03:28 +02:00
emeric cb7ee34d41 Added a missing index to speed up direcotry browsing commands 2024-07-28 14:52:37 +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