Commit Graph
286 Commits
Author SHA1 Message Date
emeric 4d3201c1a0 Use the folder name as artist name if no name is provided in the artist.nfo file. fixes #688 2025-06-14 13:34:19 +02:00
emeric 8bcda2a96f Fixed warning 2025-06-02 21:10:01 +02:00
emeric 2557402367 Using track id for the transcoding service 2025-05-31 10:27:53 +02:00
emeric dc52ea4ea5 Introduced new transcoding service 2025-05-30 23:27:01 +02:00
emeric 5a70ea68ce fixed build with wt 4.11.4 on debian, ref #681 2025-05-29 22:54:16 +02:00
emeric 571c0bc5f4 More details for scan error reports #676 2025-05-26 23:33:52 +02:00
emeric f44e4b9f40 Added a way to force rescan artist infos 2025-05-18 14:21:52 +02:00
emeric 61fdbf2949 Fixed artist info badly reported as matched using mbid 2025-05-18 11:16:45 +02:00
emeric cdbed46ae3 Minor log update 2025-05-16 13:17:18 +02:00
emeric 7e242da3b7 Fixed artist link badly reported as matched using mbid 2025-05-16 13:06:34 +02:00
emeric cc9c6a42ff Added a way to set artists that must not be split, fixes #522 2025-04-27 18:03:45 +02:00
emeric 7767ddb78f Made compilation work with unity builds 2025-04-20 11:26:47 +02:00
emeric 75cbbde598 No need to full rescan when changing some settings 2025-04-07 22:48:10 +02:00
emeric faabb7ec4a Added an option to merge artists without MBIDs to those with one, fixes #642 2025-04-04 18:30:14 +02:00
emeric 6ba6034d87 Minor cleanup, reducing includes 2025-03-27 17:26:51 +01:00
emeric 6681f8b753 Moved fallback code from metadata lib to scanner 2025-03-27 16:49:52 +01:00
emeric 5b742c11b5 Code review 2025-03-24 13:35:57 +01:00
emeric 2bc6723ed9 Fixed bad stats 2025-03-23 15:46:10 +01:00
emeric d0dad81390 Fixed force scan not taken into account for artist.nfo files + hack to scan only artist.nfo files and not all nfo files 2025-03-23 15:16:43 +01:00
emeric e349e14101 Added basic support for artist.nfo file parsing, ref #640 2025-03-22 17:21:08 +01:00
emeric 67a6b660be Added missing last updated call for rated items 2025-03-22 17:17:32 +01:00
emeric 6e2b7ff2dd Minor cleanup 2025-03-19 21:32:48 +01:00
emeric 05000d8a1a Deduplicate embedded images, ref #628 2025-03-15 14:48:37 +01:00
emeric 5effbf99a1 Reworked scanner to use taglib to extract images, now support images in APE tags. This is a step forward multiple image support per track 2025-03-09 11:20:30 +01:00
emeric 59f7bec8dd Fixed regression in album grouping, ref #616 2025-02-22 22:05:25 +01:00
emeric d19d6f04b2 Use album sort order in UI, fixes #616 2025-02-22 19:57:06 +01:00
emeric bf59e1a2bc Increased batch size for writing scan results in db 2025-02-22 10:58:21 +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 32b366dda7 Use system_timer expires_after to fix build 2025-02-10 17:23:43 +01:00
emeric c9fb398196 Use boost asio post to fix build 2025-02-10 16:54:25 +01:00
emeric 20e0c1a24d Removed deprecated use of io_service, fixed arch build 2025-02-09 21:26:24 +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 aab5dbee2b Fixed a badly constructed Wt::WdateTime from partial date times, ref #601 2025-01-26 19: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 534df42f9d Distinguish initial scan to import last time write as added time, ref #601 2025-01-24 17:59:25 +01:00
emeric 5b73925019 Switched to full static release + enable lto for the docker release image 2025-01-22 18:34:08 +01:00
emeric c22394bc4a Fixed some warnings 2025-01-21 13:42:03 +01:00
emeric 8161dbec96 Fixed clang14 build 2025-01-21 13:41:49 +01:00
emeric 33759def78 Adding support for partial dates (only year or month), fixes #477 2025-01-19 23:50:39 +01:00
emeric c73ff7dc03 Use ENCODINGTIME to set the added time, if present, otherwise use the last modified time of the file (only during the first import), fixes #595 2025-01-18 16:51:31 +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 eda06c8214 Scanner: do not decode whole images, just probe, ref #561 2025-01-12 20:55:16 +01:00
emeric 10d900faf2 Simplified some path writes 2025-01-06 22:29:46 +01:00
emeric 1f6398b5b4 Do not try to create a string from a potentially null ptr, ref #561 2025-01-05 16:49:21 +01:00
emeric 3740c6f899 Allow to use an empty lms.conf file, default values are now all hardcoded, fixes #584 2025-01-05 16:12:25 +01:00
emeric ac4baaac10 Added some debug logs during scans, quite verbose 2024-12-19 20:36:50 +01:00