Commit Graph
100 Commits
Author SHA1 Message Date
emeric 0c5883928e Added a note on the provided PAM authentication and needed privileges, ref #790 2025-12-11 22:00:57 +01:00
emeric 7fce60b4ff Fixed bad case 2025-12-10 21:35:44 +01:00
emeric 622efff7f5 Using long names for codec field to keep consistency with global filter values 2025-12-10 21:35:21 +01:00
emeric ca5db1ebf9 Updated doc with missing info 2025-12-10 21:32:45 +01:00
emeric 1dce97bddd Transcoding: force setting the channel count to workaround when the input channel layout is not compatible with the codec selected, fixes #781 2025-12-08 21:51:21 +01:00
emeric d3f260bfe6 Minor cleanup 2025-12-08 21:49:14 +01:00
emeric d51ff0a03f Do not apply global filters on artist an release views 2025-12-08 21:00:44 +01:00
emeric 40b4096ab0 UI: can now filter by codec 2025-12-07 23:46:47 +01:00
emeric 6d27f18f19 Minor cleanup on audio codecs 2025-12-07 22:40:45 +01:00
emeric 66e4f9ef92 Minor cleanup 2025-12-06 23:44:57 +01:00
emeric 22ed424745 Added a way to filter by codec 2025-12-06 23:30:00 +01:00
emeric bbde689a16 Added size() method 2025-12-06 22:24:30 +01:00
emeric 2d90281b11 Added an option ui-allow-downloads in lms.conf to enable/disable downloads, fixes #776 2025-12-03 22:02:16 +01:00
emeric 7feecb2027 Implement the new OpenSubsonic API transcoding extension fixes #787 2025-12-03 20:53:11 +01:00
emeric 954b873f2b Fixed various warnings 2025-12-02 23:05:09 +01:00
emeric d843cf5c06 Fixed various warnings 2025-12-02 22:57:15 +01:00
emeric e5a6de3e07 Added missing GPL headers 2025-12-02 22:27:48 +01:00
emeric 80db76c3e3 OpenSubsonic API: added support for the indexBasedQueue extension 2025-12-02 22:17:58 +01:00
emeric 4ff3091757 Bumped version to 3.73.0 2025-12-02 19:42:15 +01:00
emeric d834f34683 Factorized some container/codec handling code + removed the no longer needed transcode output formats mka and webm 2025-11-30 18:48:04 +01:00
emeric c3cd30f248 Store audio properties in database also for podcasts 2025-11-29 15:37:04 +01:00
emeric c70935a5a2 UI: use codec info in database instead of rescanning files 2025-11-26 22:20:37 +01:00
emeric 37d603d72c Store container and codec info in database 2025-11-26 21:48:57 +01:00
emeric 32177e0583 FFmpeg parser: better fallback for streams that do not expose bitrate 2025-11-26 21:31:21 +01:00
emeric 41f59c2054 Added more unit tests to check behavior when artist and mbid counts are not equal, ref #782 2025-11-21 21:09:16 +01:00
emeric d69827c2a2 Added a fallback to ffmpeg parser in case of audio properties are not properly decoded, ref #781 2025-11-20 23:15:07 +01:00
emeric 162d910904 Updated test 2025-11-16 20:56:55 +01:00
emeric 106c30a293 Bumped LMS version to 3.72.1 2025-11-16 20:15:42 +01:00
emeric 7557334ea2 Subsonic API: bumped server protocol version to 1.16.1 2025-11-16 20:13:01 +01:00
emeric 9cadf0e1fa Do not try to parse aac files with TagLib 1.x 2025-11-16 11:22:49 +01:00
emeric ab898b697c First consider album artists when multiple names are used for the same artist mbid and no artist info is present, ref #731 2025-11-16 11:14:20 +01:00
emeric 51bd4c75ac Fixed copilot comments 2025-11-16 00:33:30 +01:00
emeric d581d2a90b Fixed build with TagLib 1.x 2025-11-15 22:25:08 +01:00
emeric 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 2025-11-14 21:32:09 +01:00
emeric adf80aa601 Upgraded version to upcoming v3.72.0 2025-11-12 23:12:51 +01:00
emeric f22f4f0a71 Fixed bad fallback when hitting only a secondary release type as used by picard, fixes #766 2025-11-10 16:56:17 +01:00
emeric c4924d820c Fixed crash when filtering by release type 2025-11-10 16:52:43 +01:00
emeric 1a2f317ddb Relaxed max name lengths, fixes #765 2025-11-09 14:01:58 +01:00
emeric 6dc386cfd7 Official docker image: upgraded ffmpeg + do not build it with the small option 2025-11-09 13:51:05 +01:00
emeric 5dfcb66ef2 Fixed audio not starting on mobile 2025-11-08 22:58:58 +01:00
emeric f9071db998 Always set http response codes for media retrieval endpoints 2025-11-07 22:23:43 +01:00
emeric 44308a8956 Silent warning 2025-11-03 17:55:06 +01:00
emeric c266a54e71 Worked around an ice, again 2025-11-03 17:41:34 +01:00
emeric bea5b5b236 Added mime type for TrueAudio 2025-11-03 13:29:39 +01:00
emeric a5b5b877ff Removed actually unsupported ac3 codec 2025-11-03 13:28:12 +01:00
emeric 9611cc09e3 Made some audio info fields now mandatory, otherwise consider parsing failed 2025-11-03 08:48:25 +01:00
emeric b25e3b9b1e Scan for audio properties, metadata, and embedded images in one single pass. Removed now useless lmsmetadata library + reworked code accordingly 2025-11-02 16:23:10 +01:00
emeric 8e554b258c Bumped wt to 4.12.1 for the official docker image 2025-11-02 12:30:33 +01:00
emeric df9dd6e547 Really fixed build with Wt >=4.12.1, fixes #771 2025-11-02 12:30:06 +01:00
emeric c575f56a1c Fixed build with Wt >=4.12.1, fixes #771 2025-11-02 12:07:29 +01:00
emeric 3f5eb27a35 Removed outdated boost system library dependency 2025-11-02 11:54:08 +01:00
emeric 5eea37ce23 Removed unused decl 2025-10-01 22:22:49 +02:00
emeric 0ccd095534 Refactored request context handling 2025-10-01 22:11:32 +02:00
emeric c62ac1d109 isDir is a mandatory field of Child, fixes #759 2025-09-29 22:12:27 +02:00
emeric 69672a5da2 Upgraded clang-format version to 19 2025-09-21 17:32:07 +02:00
emeric 77386634bb Updated instructions for Debian Trixie 2025-09-21 17:30:43 +02:00
emeric 53391e37e8 Updated clang format, and restored dsd file handling that was actually broken 2025-09-21 17:27:07 +02:00
emeric 3c7f0f67cc Merge branch 'cquike-login_username' into develop 2025-09-21 17:14:41 +02:00
emeric c65b7b3e0b replaced boost by manual xml writing, to improve serialization perfs 2025-09-19 00:34:37 +02:00
emeric 2b85de7939 Removed bad entry, ref #750 2025-09-16 22:20:59 +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 87fd8bef3b Added a fallback to accept musicbrainzartistid ins artist.nfo files, ref #750 2025-09-15 20:27:33 +02:00
emeric dc59407b9e Adjusted log 2025-09-14 13:21:26 +02:00
emeric 741e7ae13b Do not update podcasts that are being marked for removal 2025-09-14 13:21:12 +02:00
emeric 95bc649fc1 Fixed assert/potential bug when aborting podcast sync while being throttled 2025-09-14 13:20:43 +02:00
emeric 98b7e6c542 Removed unused category in toasts 2025-09-13 18:20:09 +02:00
emeric f786b8b705 Adjusted logs 2025-09-13 18:14:55 +02:00
emeric 90fc3fc04b Bumped version to v3.70.0 2025-09-13 17:56:47 +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 dd3ac60b0d lms-metadata: fixed exception when trying to read a file without extension 2025-09-13 15:46:40 +02:00
emeric fc70483791 Removed obsolete func 2025-09-13 15:18:32 +02:00
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