Commit Graph
2431 Commits
Author SHA1 Message Date
emeric 68cc7116a7 Removed useless stuff 2025-12-24 09:00:59 +01:00
emeric 1be966f125 Bumped version 2025-12-24 09:00:50 +01:00
emeric 93478ac60e Removed no longer used stuff 2025-12-13 22:37:54 +01:00
emeric b429a94acd Updated all translations with missing entries 2025-12-12 23:15:57 +01:00
emeric af623edd66 Minor cleanup 2025-12-12 23:14:58 +01:00
Tuukka Ojala 99001e2761 Add labels to track list in playback queue 2025-12-12 21:05:41 +02:00
Tuukka Ojala d129bd766b Improve accessibility for screen reader users
- Marked UI regions with ARIA landmarks
- Added text labels to icon-only buttons
- Added ARIA state semantics to track star buttons
- Added static alt text to cover art images
2025-12-12 20:29:01 +02:00
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
eddyizmandemeric 7a94ca3fe6 Added tempus to subsonic client list (#777)
Co-authored-by: emeric <emeric.poupon@laposte.net>
2025-11-15 13:39:21 +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