emeric
|
53391e37e8
|
Updated clang format, and restored dsd file handling that was actually broken
|
2025-09-21 17:27:07 +02:00 |
|
emeric
|
ceef661b70
|
Added a new setting 'artist-info-image-file-names' to specify the artist image files to lookup alongside artist.nfo files, fixes #750
|
2025-09-15 20:50:02 +02:00 |
|
emeric
|
be75d46dc3
|
Now trying to match existing 'fanart' file to associate an artist image in the artist.nfo folder, ref #750
|
2025-09-15 20:31:45 +02:00 |
|
emeric
|
9560bdae2b
|
Allow to pick up a 'Other' image if no 'Front' or 'Media' image is found, fixes #718
|
2025-09-13 16:02:47 +02:00 |
|
emeric
|
932e7715f5
|
Added podcast support, only from subsonic API for now, ref #726
|
2025-09-13 15:04:13 +02:00 |
|
emeric
|
92a8194844
|
Added hopefully more details in image parsing errors, ref #723
|
2025-08-05 23:01:07 +02:00 |
|
emeric
|
35ba66099f
|
Allow wildcards in file names to search for images, fixes #697
|
2025-08-05 22:33:03 +02:00 |
|
emeric
|
9ae425a800
|
Updated readme + sanitize subtitle file names before matching, ref #699
|
2025-08-04 22:35:26 +02:00 |
|
emeric
|
70e86334bc
|
Added conf option, ref #699
|
2025-07-30 20:49:34 +02:00 |
|
emeric
|
6bf08b94ae
|
Associating an artwork to each medium, ref #699
|
2025-07-30 20:12:01 +02:00 |
|
emeric
|
0ceaf4cfaa
|
Introducing new table medium, ref #699
|
2025-07-28 22:36:27 +02:00 |
|
emeric
|
345e8228ab
|
Fixed freebsd build + added some ci basic checks, fixes #717
|
2025-07-21 23:55:53 +02:00 |
|
emeric
|
79872e2887
|
Fixed stats
|
2025-07-19 22:57:05 +02:00 |
|
emeric
|
37c75f8677
|
Optimized the differential scan step by using threads to check files
|
2025-07-19 17:10:15 +02:00 |
|
emeric
|
97866d6143
|
Moved scanner specific code from core
|
2025-07-19 11:39:57 +02:00 |
|
emeric
|
f51ceb933e
|
Do not try to optimize when there are too few files, it seems to bring more drawbacks than benefits
|
2025-07-18 19:29:08 +02:00 |
|
emeric
|
f64a93b5b6
|
Fixed deletion stats
|
2025-07-18 18:44:43 +02:00 |
|
emeric
|
f31d366731
|
Made the step 'check for removed files' faster when nothing was actually removed
|
2025-07-18 18:39:50 +02:00 |
|
emeric
|
6704762cc3
|
Tentative fix for bad query perf with recent sqlite versions: limit 1 seems to be culprit
|
2025-07-13 00:06:10 +02:00 |
|
emeric
|
2fd7d9767b
|
Placed db object related files in a subdirectory
|
2025-07-09 19:36:26 +02:00 |
|
emeric
|
764c92698c
|
Created an interface for the Db class
|
2025-07-09 00:29:16 +02:00 |
|
emeric
|
1800aaf32e
|
Explore files in the filesystem with a single stat for each file
|
2025-07-07 23:07:51 +02:00 |
|
emeric
|
49afdb3db6
|
Removed useless stat call
|
2025-07-07 13:44:50 +02:00 |
|
emeric
|
747b5ef6e8
|
Scanner: removed the file discover step, as it brings an important time penalty for remote file systems, for big databases (up to several minutes)
|
2025-07-07 00:11:12 +02:00 |
|
emeric
|
4fcdf2003c
|
Simplified a query
|
2025-07-06 16:23:47 +02:00 |
|
emeric
|
1b73ae1e8c
|
Scanner: parallelized processing within the playlist/track association step
|
2025-07-05 19:28:18 +02:00 |
|
emeric
|
41504c92e0
|
Fixed unity build
|
2025-07-05 10:25:29 +02:00 |
|
emeric
|
204a4a8857
|
Scanner: parallelized processing within artwork association steps
|
2025-07-04 23:05:35 +02:00 |
|
emeric
|
376316da14
|
Moved code to scan files in parallel at upper level to ease reuse
|
2025-07-02 21:18:04 +02:00 |
|
emeric
|
5bed2320bc
|
Made some small optims when checking if files are removed
|
2025-07-01 21:15:04 +02:00 |
|
emeric
|
e6f0f55b95
|
Optimized artwork association with tracks
|
2025-06-29 18:26:44 +02:00 |
|
emeric
|
ac84b891f6
|
Removed some useless columns in the track table
|
2025-06-25 22:59:55 +02:00 |
|
emeric
|
d1caed200b
|
Fixed bad handling of utf8 bom for playslit files, fixes #694
|
2025-06-25 13:55:45 +02:00 |
|
emeric
|
2429888c53
|
Introduced an option to use a release image when no artist image is available, fixes #639
|
2025-06-23 22:37:05 +02:00 |
|
emeric
|
c1b73f9b76
|
Minor cleanup
|
2025-06-23 20:26:12 +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
|
93b446e124
|
Now resolve the preferred artist artworks during scan steps
|
2025-06-21 22:18:17 +02:00 |
|
emeric
|
67db09685d
|
Fixed unity build
|
2025-06-21 18:52:57 +02:00 |
|
emeric
|
c95ae94c84
|
Added step in UI for associating track images
|
2025-06-21 18:27:27 +02:00 |
|
emeric
|
dd2aa49bb0
|
Now resolve the preferred track artworks during scan steps
|
2025-06-21 18:13:20 +02:00 |
|
emeric
|
7dd9d123a6
|
Simplified some code
|
2025-06-17 09:53:02 +02:00 |
|
emeric
|
7494d055e7
|
Introduced the artwork table. Now resolve the preferred release artwork during scan steps
|
2025-06-17 09:46:42 +02:00 |
|
emeric
|
571c0bc5f4
|
More details for scan error reports #676
|
2025-05-26 23:33:52 +02:00 |
|
emeric
|
cdbed46ae3
|
Minor log update
|
2025-05-16 13:17:18 +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
|
e349e14101
|
Added basic support for artist.nfo file parsing, ref #640
|
2025-03-22 17:21:08 +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 |
|