Commit Graph

  • 9cadf0e1fa Do not try to parse aac files with TagLib 1.x emeric 2025-11-16 11:22:49 +01:00
  • ab898b697c First consider album artists when multiple names are used for the same artist mbid and no artist info is present, ref #731 emeric 2025-11-16 11:14:20 +01:00
  • 51bd4c75ac Fixed copilot comments emeric 2025-11-16 00:33:30 +01:00
  • d581d2a90b Fixed build with TagLib 1.x emeric 2025-11-15 22:23:45 +01:00
  • 7a94ca3fe6 Added tempus to subsonic client list (#777) eddyizmandemeric 2025-11-15 04:39:21 -08:00
  • df344448c3 When an artist is referred to using several names, pick first the one set in the artist info file, and fallback on the most recent release, ref #731 emeric 2025-11-14 21:32:09 +01:00
  • adf80aa601 Upgraded version to upcoming v3.72.0 emeric 2025-11-12 23:12:51 +01:00
  • f22f4f0a71 Fixed bad fallback when hitting only a secondary release type as used by picard, fixes #766 emeric 2025-11-10 16:56:17 +01:00
  • c4924d820c Fixed crash when filtering by release type emeric 2025-11-10 16:52:43 +01:00
  • 1a2f317ddb Relaxed max name lengths, fixes #765 emeric 2025-11-09 14:01:58 +01:00
  • 6dc386cfd7 Official docker image: upgraded ffmpeg + do not build it with the small option emeric 2025-11-09 13:51:05 +01:00
  • 5dfcb66ef2 Fixed audio not starting on mobile emeric 2025-11-08 22:58:58 +01:00
  • f9071db998 Always set http response codes for media retrieval endpoints emeric 2025-10-17 23:30:58 +02:00
  • 44308a8956 Silent warning emeric 2025-11-03 17:55:06 +01:00
  • c266a54e71 Worked around an ice, again emeric 2025-11-03 17:41:34 +01:00
  • bea5b5b236 Added mime type for TrueAudio emeric 2025-11-03 13:29:39 +01:00
  • a5b5b877ff Removed actually unsupported ac3 codec emeric 2025-11-03 13:28:12 +01:00
  • 9611cc09e3 Made some audio info fields now mandatory, otherwise consider parsing failed emeric 2025-11-03 08:48:25 +01:00
  • b25e3b9b1e Scan for audio properties, metadata, and embedded images in one single pass. Removed now useless lmsmetadata library + reworked code accordingly emeric 2025-11-02 16:23:10 +01:00
  • 8e554b258c Bumped wt to 4.12.1 for the official docker image emeric 2025-11-02 12:30:33 +01:00
  • df9dd6e547 Really fixed build with Wt >=4.12.1, fixes #771 emeric 2025-11-02 12:30:06 +01:00
  • c575f56a1c Fixed build with Wt >=4.12.1, fixes #771 emeric 2025-11-02 12:07:29 +01:00
  • 3f5eb27a35 Removed outdated boost system library dependency emeric 2025-11-02 11:54:08 +01:00
  • 5eea37ce23 Removed unused decl emeric 2025-10-01 22:22:49 +02:00
  • 0ccd095534 Refactored request context handling emeric 2025-10-01 22:11:32 +02:00
  • c62ac1d109 isDir is a mandatory field of Child, fixes #759 emeric 2025-09-29 22:12:27 +02:00
  • 1a8f341fdc Merge branch 'develop' for release v3.71.0 emeric 2025-09-22 22:34:24 +02:00
  • 69672a5da2 Upgraded clang-format version to 19 emeric 2025-09-21 17:32:07 +02:00
  • 77386634bb Updated instructions for Debian Trixie emeric 2025-09-21 17:30:43 +02:00
  • 53391e37e8 Updated clang format, and restored dsd file handling that was actually broken emeric 2025-09-21 17:27:07 +02:00
  • 3c7f0f67cc Merge branch 'cquike-login_username' into develop emeric 2025-09-21 17:14:41 +02:00
  • d108c9ffd2 Make a distinction between between Lms.login as a verb and as a username synonim. Enrique Garcia 2025-09-21 00:19:05 +02:00
  • c65b7b3e0b replaced boost by manual xml writing, to improve serialization perfs emeric 2025-09-19 00:34:37 +02:00
  • 2b85de7939 Removed bad entry, ref #750 emeric 2025-09-16 22:20:59 +02:00
  • ceef661b70 Added a new setting 'artist-info-image-file-names' to specify the artist image files to lookup alongside artist.nfo files, fixes #750 emeric 2025-09-15 20:50:02 +02:00
  • be75d46dc3 Now trying to match existing 'fanart' file to associate an artist image in the artist.nfo folder, ref #750 emeric 2025-09-15 20:31:45 +02:00
  • 87fd8bef3b Added a fallback to accept musicbrainzartistid ins artist.nfo files, ref #750 emeric 2025-09-15 20:27:33 +02:00
  • dc59407b9e Adjusted log emeric 2025-09-14 13:21:26 +02:00
  • 741e7ae13b Do not update podcasts that are being marked for removal emeric 2025-09-14 13:21:12 +02:00
  • 95bc649fc1 Fixed assert/potential bug when aborting podcast sync while being throttled emeric 2025-09-14 13:20:43 +02:00
  • a6c3c4ad45 Merge branch 'develop' for release v3.70.0 emeric 2025-09-13 19:40:03 +02:00
  • 98b7e6c542 Removed unused category in toasts emeric 2025-09-13 18:20:09 +02:00
  • f786b8b705 Adjusted logs emeric 2025-09-13 18:14:55 +02:00
  • 90fc3fc04b Bumped version to v3.70.0 emeric 2025-09-13 17:56:47 +02:00
  • 9560bdae2b Allow to pick up a 'Other' image if no 'Front' or 'Media' image is found, fixes #718 emeric 2025-09-13 16:02:47 +02:00
  • dd3ac60b0d lms-metadata: fixed exception when trying to read a file without extension emeric 2025-09-13 15:46:40 +02:00
  • fc70483791 Removed obsolete func emeric 2025-09-13 15:18:32 +02:00
  • 932e7715f5 Added podcast support, only from subsonic API for now, ref #726 emeric 2025-09-13 15:04:13 +02:00
  • 1d584ebcc6 Update installation instructions with Debian trixie César Enrique García Dabó 2025-08-22 21:30:37 +02:00
  • 4c5c9f3431 Added unit tests for custom ALBUMARTISTSSORT tag support, ref #734 emeric 2025-09-12 09:01:45 +02:00
  • ee41dd4592 Added custom ARTISTSSORT tag support, ref #734 emeric 2025-09-12 08:52:51 +02:00
  • af5fcfc979 Fixed typo in the reported explicit content value, fixes #743 emeric 2025-09-12 08:38:02 +02:00
  • 60ed201e74 Fixed bad migration directive to rescan audio files, fixes #728 emeric 2025-08-10 13:47:20 +02:00
  • 8c3ac47806 Merge branch 'develop' for release v3.69.0 emeric 2025-08-09 21:56:11 +02:00
  • 60adce4e4a Added a button to star/unstar tracks, fixes #687 emeric 2025-08-09 19:48:33 +02:00
  • 317a6f504e Reworked log system: now logs are handled by lms itself (better control on what is logged), ref #725 emeric 2025-08-09 12:49:24 +02:00
  • d529f4cb98 Removed some global using namespace (not that useful + problems with blobs) emeric 2025-08-08 19:23:02 +02:00
  • 637e40b2cb Made a dedicated window modal, fixes #428 emeric 2025-08-08 18:24:21 +02:00
  • 934cb96164 First iteration on adding version in the UI, ref #428 emeric 2025-08-06 22:37:27 +02:00
  • 92a8194844 Added hopefully more details in image parsing errors, ref #723 emeric 2025-08-05 23:01:07 +02:00
  • 35ba66099f Allow wildcards in file names to search for images, fixes #697 emeric 2025-08-05 22:33:03 +02:00
  • 9ae425a800 Updated readme + sanitize subtitle file names before matching, ref #699 emeric 2025-08-04 22:35:26 +02:00
  • 9f13742a5a Changed throttle log to info level + switched to a steady clock, fixes #725 emeric 2025-08-04 19:14:01 +02:00
  • 70e86334bc Added conf option, ref #699 emeric 2025-07-30 20:49:34 +02:00
  • 6bf08b94ae Associating an artwork to each medium, ref #699 emeric 2025-07-30 20:12:01 +02:00
  • 0ceaf4cfaa Introducing new table medium, ref #699 emeric 2025-07-28 22:36:27 +02:00
  • 7e96f8b16a Merge branch 'develop' for release v3.68.1 emeric 2025-07-22 22:50:39 +02:00
  • 3c3e551676 Subsonic API: perfer original date for year also for songs emeric 2025-07-22 21:11:38 +02:00
  • 7592f04972 Fixed m4a covers not detected, consider the first embedded one is the front cover, fixes #718 emeric 2025-07-22 13:48:40 +02:00
  • 345e8228ab Fixed freebsd build + added some ci basic checks, fixes #717 emeric 2025-07-21 23:55:53 +02:00
  • c1c95c02a6 Merge branch 'develop' for release v3.68.0 emeric 2025-07-19 23:16:44 +02:00
  • 79872e2887 Fixed stats emeric 2025-07-19 22:57:05 +02:00
  • 6cf59b3294 Fixed clang format emeric 2025-07-19 22:24:40 +02:00
  • 34e619f8b2 Added support for various potential musicbrainz custom tags like musicbrainz_composerid, fixes #709 emeric 2025-07-19 22:15:47 +02:00
  • b620dc8650 Fixed bad fallback on content detection for ogg files, fixes #715 emeric 2025-07-19 17:44:37 +02:00
  • 37c75f8677 Optimized the differential scan step by using threads to check files emeric 2025-07-19 17:10:15 +02:00
  • 97866d6143 Moved scanner specific code from core emeric 2025-07-19 11:39:57 +02:00
  • 1236969516 Removed useless indexes emeric 2025-07-18 23:59:23 +02:00
  • f51ceb933e Do not try to optimize when there are too few files, it seems to bring more drawbacks than benefits emeric 2025-07-18 19:29:08 +02:00
  • f64a93b5b6 Fixed deletion stats emeric 2025-07-18 18:44:43 +02:00
  • f31d366731 Made the step 'check for removed files' faster when nothing was actually removed emeric 2025-07-18 18:39:50 +02:00
  • aa23350f56 Removed useless declaration emeric 2025-07-18 13:55:39 +02:00
  • 288f764a6a Adjusted rule emeric 2025-07-18 13:55:15 +02:00
  • cba7f3c0ec Fixed assert / infinite loop that may actually occur if artist name is too long (> 512chars), fixes #710 emeric 2025-07-17 21:08:15 +02:00
  • 08ac5f0b10 Added a macro to log with a condition emeric 2025-07-17 20:52:06 +02:00
  • 4d4f83130a Removed offending index emeric 2025-07-17 20:34:43 +02:00
  • b4915f5b6f Removed duplicate trace emeric 2025-07-17 20:34:17 +02:00
  • 5c8a18d86e Fixed fallback artworks not shown when removed from library (and scan not triggered yet) emeric 2025-07-14 15:14:20 +02:00
  • 5d2db5c02b Reduced includes emeric 2025-07-13 13:54:39 +02:00
  • 6704762cc3 Tentative fix for bad query perf with recent sqlite versions: limit 1 seems to be culprit emeric 2025-07-13 00:06:10 +02:00
  • 59e85ee424 Added a query plan recorder for debugging purposes emeric 2025-07-11 00:11:02 +02:00
  • 2fd7d9767b Placed db object related files in a subdirectory emeric 2025-07-09 19:36:26 +02:00
  • 43842a4583 Reduced includes emeric 2025-07-09 19:02:57 +02:00
  • ef42bba0b0 Removed method from public interface emeric 2025-07-09 07:54:54 +02:00
  • 764c92698c Created an interface for the Db class emeric 2025-07-09 00:29:16 +02:00
  • ecdfa8d68d Removed offending indexes on bad columns emeric 2025-07-07 23:43:54 +02:00
  • 1800aaf32e Explore files in the filesystem with a single stat for each file emeric 2025-07-07 23:07:51 +02:00
  • 49afdb3db6 Removed useless stat call emeric 2025-07-07 13:44:50 +02:00
  • 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) emeric 2025-07-07 00:11:12 +02:00
  • 385625b6f7 Added embedded image support in the db generator emeric 2025-07-06 23:38:05 +02:00