Commit Graph
100 Commits
Author SHA1 Message Date
emeric 932e7715f5 Added podcast support, only from subsonic API for now, ref #726 2025-09-13 15:04:13 +02:00
emeric 4c5c9f3431 Added unit tests for custom ALBUMARTISTSSORT tag support, ref #734 2025-09-12 09:01:45 +02:00
emeric ee41dd4592 Added custom ARTISTSSORT tag support, ref #734 2025-09-12 08:52:51 +02:00
emeric af5fcfc979 Fixed typo in the reported explicit content value, fixes #743 2025-09-12 08:38:02 +02:00
emeric 60ed201e74 Fixed bad migration directive to rescan audio files, fixes #728 2025-08-10 13:47:20 +02:00
emeric 60adce4e4a Added a button to star/unstar tracks, fixes #687 2025-08-09 19:48:33 +02:00
emeric 317a6f504e Reworked log system: now logs are handled by lms itself (better control on what is logged), ref #725 2025-08-09 12:49:24 +02:00
emeric d529f4cb98 Removed some global using namespace (not that useful + problems with blobs) 2025-08-08 19:23:02 +02:00
emeric 637e40b2cb Made a dedicated window modal, fixes #428 2025-08-08 18:24:42 +02:00
emeric 934cb96164 First iteration on adding version in the UI, ref #428 2025-08-06 22:37:27 +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 9f13742a5a Changed throttle log to info level + switched to a steady clock, fixes #725 2025-08-04 19:14:01 +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 3c3e551676 Subsonic API: perfer original date for year also for songs 2025-07-22 21:11:38 +02:00
emeric 7592f04972 Fixed m4a covers not detected, consider the first embedded one is the front cover, fixes #718 2025-07-22 13:48:40 +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 6cf59b3294 Fixed clang format 2025-07-19 22:24:40 +02:00
emeric 34e619f8b2 Added support for various potential musicbrainz custom tags like musicbrainz_composerid, fixes #709 2025-07-19 22:15:47 +02:00
emeric b620dc8650 Fixed bad fallback on content detection for ogg files, fixes #715 2025-07-19 17:44:37 +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 1236969516 Removed useless indexes 2025-07-18 23:59:23 +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 aa23350f56 Removed useless declaration 2025-07-18 13:55:39 +02:00
emeric 288f764a6a Adjusted rule 2025-07-18 13:55:15 +02:00
emeric cba7f3c0ec Fixed assert / infinite loop that may actually occur if artist name is too long (> 512chars), fixes #710 2025-07-17 21:08:25 +02:00
emeric 08ac5f0b10 Added a macro to log with a condition 2025-07-17 20:52:06 +02:00
emeric 4d4f83130a Removed offending index 2025-07-17 20:34:43 +02:00
emeric b4915f5b6f Removed duplicate trace 2025-07-17 20:34:17 +02:00
emeric 5c8a18d86e Fixed fallback artworks not shown when removed from library (and scan not triggered yet) 2025-07-14 15:14:20 +02:00
emeric 5d2db5c02b Reduced includes 2025-07-13 13:54:39 +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 59e85ee424 Added a query plan recorder for debugging purposes 2025-07-11 00:11:02 +02:00
emeric 2fd7d9767b Placed db object related files in a subdirectory 2025-07-09 19:36:26 +02:00
emeric 43842a4583 Reduced includes 2025-07-09 19:02:57 +02:00
emeric ef42bba0b0 Removed method from public interface 2025-07-09 07:54:54 +02:00
emeric 764c92698c Created an interface for the Db class 2025-07-09 00:29:16 +02:00
emeric ecdfa8d68d Removed offending indexes on bad columns 2025-07-07 23:43:54 +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 385625b6f7 Added embedded image support in the db generator 2025-07-06 23:38:05 +02:00
emeric 4fcdf2003c Simplified a query 2025-07-06 16:23:47 +02:00
emeric 7b67b5c08b Adding missing producer mapping, fixes #703 2025-07-06 12:18:38 +02:00
emeric 25073b3ebc Optimized diff scan by not pulling the whole track columns 2025-07-06 11:36:28 +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 427f777c44 Added missing pragmas 2025-07-02 23:34:54 +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 c9395fefa5 Subsonic API: added missing releaseDate in Album node, fixes #701 2025-07-02 13:39:22 +02:00
emeric 7989b68603 Bumped packages 2025-07-01 21:15:31 +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 d89f50d811 Removed useless join in query 2025-06-29 12:05:16 +02:00
emeric 917c1b55b9 Added missing indexes 2025-06-29 11:58:41 +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 6e4fbdc353 Fixed bad translation, ref #639 2025-06-24 22:04:37 +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 57692fd8f4 UI: made artist images circle, ref #639 2025-06-23 20:40:12 +02:00
emeric c1b73f9b76 Minor cleanup 2025-06-23 20:26:12 +02:00
emeric 6bfc769cab Added a quick integrity check during startup, fixes #679 2025-06-22 22:25:24 +02:00
emeric b90c5aa35a Merge branch 'artwork-disc' into develop 2025-06-22 20:41:34 +02:00
emeric 0e028fd116 Fixed multi platform builds 2025-06-22 18:51:36 +02:00
emeric ed14fa6bc2 Fixed multi platform builds 2025-06-22 17:37:01 +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 dd2f97903e Fixed regression when removing an artwork 2025-06-21 18:37:36 +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 a1533c4c8d Removed useless join 2025-06-21 18:10:24 +02:00
emeric 7dd9d123a6 Simplified some code 2025-06-17 09:53:02 +02:00
emeric 7ebaeb12be Upated readme 2025-06-17 09:47:07 +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 e5205e7115 Use other track front cover as a last fallback option 2025-06-15 14:41:58 +02:00
emeric a550529e43 Better determinism 2025-06-15 14:41:58 +02:00
emeric 1cd3fb9409 Get track list images from first tracks in list 2025-06-15 14:41:58 +02:00
emeric 424876ee1c Simplified a check in unit tests 2025-06-15 14:41:58 +02:00
emeric f657427654 Renamed namespace cover to artwork 2025-06-15 14:41:58 +02:00
emeric 3a7f010a7d Added more fallbacks for track artworks 2025-06-15 14:41:58 +02:00
emeric 9629a8cc97 Added a way to filter multiple image types 2025-06-15 14:41:58 +02:00
emeric dd57275858 Added media related image in the release view, if found, ref #604 2025-06-15 14:41:58 +02:00
emeric f906212fc4 Added a helper to get the disc cover for a given track 2025-06-15 14:41:58 +02:00
emeric 4b3e8032cb Added missing drop index call 2025-06-15 14:41:56 +02:00
emeric d5aead9daf Now prefer 'disc' artworks for tracks, ref #604 2025-06-15 14:39:13 +02:00
emeric d1314ddf0d Centralized artwork lookup logic for playlists 2025-06-15 14:34:25 +02:00
emeric df8dd91c4d Centralized artwork lookup logic 2025-06-15 14:34:25 +02:00
emeric a008ccfacc Increased the artist info scan version to force rescan. ref #688 2025-06-15 14:34:14 +02:00
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 085210f364 Subsonic API: report original year for albums, fixes #672 2025-06-14 13:06:41 +02:00
emeric d4d14c39a5 Fixed format 2025-06-12 22:52:44 +02:00