- 11 Nov, 2020 1 commit
-
-
Max Kellermann authored
-
- 10 Nov, 2020 1 commit
-
-
Max Kellermann authored
-
- 04 Nov, 2020 2 commits
-
-
Max Kellermann authored
This allows users to disable the "CUE files as directories" feature without having to disable the CUE playlist plugin completely. This feature has been annoying some users.
-
Max Kellermann authored
-
- 28 Oct, 2020 1 commit
-
-
Max Kellermann authored
The bug https://bugzilla.samba.org/show_bug.cgi?id=11413 makes MPD crash after at most a minute of using the plugin. Since this bug is five years old already and it doesn't look like it will ever be fixed, all libsmbclient code in MPD is scheduled for removal. For now, the plugin is disabled by default so people are less likely to hit the crash bug. Closes https://github.com/MusicPlayerDaemon/MPD/issues/991
-
- 04 Sep, 2020 1 commit
-
-
bitkeeper authored
MPD uses soxr with prefined resample recipes. Soxr also support defining a recipe your self. This commit will support a custom recipe by changing the existing quality setting to "custom". The same structs as the predefined recipes uses can now set by hand. This will make the following settings available: - precision 16|20|24|28|32 bits, example "28" - phase_response - 0-100, example "45" - passband_end - used bandwidth of source 80-99.7%, example "99.7.0" - stopband_begin - anti aliasing 100.0+%, example "100". - attenuation - signal reduciton in dB's, 0-30. example "3.0". - flags "0" - additional bitmask with extra settings The data is set in the structs soxr_quality_spec and soxr_io_spec (found in soxr.h).
-
- 14 Aug, 2020 2 commits
-
-
Naglis Jonaitis authored
Currently, the hardcoded URL points to a non-existent page.
-
Naglis Jonaitis authored
-
- 01 Aug, 2020 1 commit
-
-
Naglis Jonaitis authored
-
- 20 Jul, 2020 1 commit
-
-
Max Kellermann authored
-
- 10 Jul, 2020 1 commit
-
-
Naglis Jonaitis authored
-
- 06 Jul, 2020 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/864
-
Max Kellermann authored
-
- 30 May, 2020 1 commit
-
-
Shen-Ta Hsieh authored
-
- 30 Apr, 2020 1 commit
-
-
skidoo23 authored
-
- 26 Apr, 2020 1 commit
-
-
John Regan authored
Also include fade-out time in song length.
-
- 16 Dec, 2019 1 commit
-
-
Naglis Jonaitis authored
-
- 12 Aug, 2019 1 commit
-
-
Max Kellermann authored
Why would anybody want to keep the silence inserted by the codec? Other plugins/codecs (such as Vorbis) have this hard-coded as well.
-
- 05 Aug, 2019 1 commit
-
-
Fredrik Noring authored
Genres are not part of the SID format, so SID files are genreless. This "default_genre" option may be used to assign a default genre to all SID music, for example "SID", "C64", "Chiptune", etc.
-
- 03 Aug, 2019 2 commits
-
-
ckdo authored
This is useful in multiple mpd instances scenario, or multiple pulse outputs defined on the same mpd instance. It is actually a more flexible way to route flows than the "sink" parameter, letting the PulseAudio routing do its job, but with the ability to isolate routing for each output. If not specified, the role remains like it was before this commit, ie "music"
-
Richard Dodd authored
-
- 27 Jun, 2019 1 commit
-
-
Max Kellermann authored
-
- 26 Jun, 2019 1 commit
-
-
- 31 May, 2019 1 commit
- 21 Mar, 2019 1 commit
-
-
Max Kellermann authored
-
- 20 Mar, 2019 1 commit
-
-
Max Kellermann authored
.. and not "UNIX domain socket. Be consistent about the naming.
-
- 18 Mar, 2019 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 06 Mar, 2019 2 commits
- 22 Feb, 2019 1 commit
-
-
Max Kellermann authored
-
- 20 Feb, 2019 1 commit
-
-
Max Kellermann authored
Make it less generic, to avoid clashes.
-
- 17 Feb, 2019 1 commit
-
-
Clément Pit-Claudel authored
Closes GH-479.
-
- 19 Jan, 2019 1 commit
-
-
Jakob Ovrum authored
-
- 31 Oct, 2018 1 commit
-
-
Max Kellermann authored
Bugs in libroar which broke the MPD build have been annoying me for quite some time, and the newest bug has now hit my main build machine: https://github.com/MusicPlayerDaemon/MPD/issues/377 Problem is the usage of the typedef `_IO_off64_t` in libroar's `vio_stdio.h`: int roar_vio_to_stdio_lseek (void *__cookie, _IO_off64_t *__pos, int __w); This `_IO_off64_t` is an internal implementation detail of glibc and was removed in version 2.28. Nobody must ever use it. Why the **** did the RoarAudio developers use it? Not using internal typedefs isn't exactly rocket science. This annoys me enough to finally remove the plugin. Anyway, I've never heard of anybody using RoarAudio, so my best guess is that nobody will notice.
-