Commit Graph
2368 Commits
Author SHA1 Message Date
emeric 1e4189c74a Docker image: bumped versions 2026-02-20 22:08:48 +01:00
emeric 3ef5185552 Subsonic API: always report the old protocol version when needed, to make DSub work again 2026-02-19 23:44:03 +01:00
emeric f12b2f673d OS API: prefer using original date when fetching albums using byYear, fixes #819 2026-02-19 23:14:44 +01:00
emeric 39dff9c7c4 OS API: fixed regression on roles filed, fixes #818 2026-02-19 22:16:41 +01:00
emeric 54f3ad07f7 Bumped version 2026-02-19 21:57:49 +01:00
emeric 48e20fc77b Removed useless comments 2026-02-19 19:05:37 +01:00
emeric 7739c8f627 Init audio context only on first jukebox use 2026-02-18 23:56:39 +01:00
emeric 825d16a11c Fixed build 2026-02-18 20:51:18 +01:00
emeric bdcbd11e87 Removed alsa backend for now 2026-02-18 19:32:43 +01:00
emeric 7a30bb98f6 Implemented volume control for jukebox 2026-02-18 00:12:32 +01:00
emeric 5f6d3e796a Adjusted buffer sizes 2026-02-17 23:16:52 +01:00
emeric 4e10c63dff Simplified helper, recycle buffers across tracks 2026-02-17 23:16:52 +01:00
emeric 3963969cec First working jukebox using Subsonic API 2026-02-17 23:16:52 +01:00
emeric c338521843 Updated doc and docker builds 2026-02-17 23:16:52 +01:00
emeric 7be4af4585 Added optional ALSA audio output 2026-02-17 23:16:52 +01:00
emeric 49ead8d1a3 Fixed build 2026-02-17 23:16:52 +01:00
emeric 81d42b9880 Cleaned up code 2026-02-17 23:16:52 +01:00
emeric 49c8eacdc5 First working version for pulse audio output 2026-02-17 23:16:52 +01:00
emeric e1279c84ed Fixed build 2026-02-17 23:15:44 +01:00
emeric a90a66802f Added getter to get output pcm params 2026-02-17 23:15:44 +01:00
emeric b6fb8ee9d8 Extracted PCM struct to ease reuse 2026-02-17 23:15:44 +01:00
emeric cea3cad6e1 Renamed func params to something more natural 2026-02-17 23:15:44 +01:00
emeric 6742c99ed8 Simplified interface, optim to read directly from the resampler if enough samples are available 2026-02-17 23:15:44 +01:00
emeric e0f1e4a1ec First working PCM decoder 2026-02-17 23:15:43 +01:00
emeric 275d3bb967 Fixed broken clang-format checker 2026-02-17 23:11:06 +01:00
emeric cc41e87119 Fixed wav/aiff pcm support in ffmpeg parser 2026-01-14 21:23:45 +01:00
emeric 21119c72f6 Implemented Subsonic command getNowPlaying, fixes #792 2026-01-12 21:18:11 +01:00
emeric b08bcfe3da Fixed crash when displaying albums with no artist 2026-01-06 08:06:21 +01:00
emeric 10fa739c93 Updated readme 2026-01-04 17:34:08 +01:00
emeric 5b90b1997e Relaxed checks, more explicit errors, ref #797 2026-01-04 16:30:52 +01:00
emeric c39a26c4f6 Subsonic API: added flac transcoding + now select the source bitrate by default when transcoding from lossy to lossy to avoid maxing the output bitrate, fixes #797 2026-01-04 16:22:53 +01:00
emeric d45ccb8c2c Fixed mime types 2026-01-04 16:15:27 +01:00
emeric 710582401e Use the artist canonical name for tooltip, ref #731 2026-01-04 13:58:30 +01:00
emeric ac0a10147f Use av_dict_iterate only if supported, fixes #801 2026-01-04 12:34:57 +01:00
emeric ae92f5c156 Various build fixes, ref #802 2026-01-04 00:07:43 +01:00
emeric 86f45aeec2 Added missing indexes 2025-12-24 11:16:45 +01:00
emeric f70692b680 Added a dedicated table for release artists + handle display names in UI/Subsonic API, ref #731 2025-12-24 09:00:59 +01:00
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