- 21 Jan, 2021 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
This properly prints the "Time"/"duration" values for songs in virtual CUE folders. This is loosely related to https://github.com/MusicPlayerDaemon/MPD/issues/1048
-
Max Kellermann authored
-
- 20 Jan, 2021 4 commits
-
-
Max Kellermann authored
`PRIoffset` was wrong, because it expects an `offset_type` (i.e. `uint64_t`). This broke on 32 bit machines where `size_t` has 32 bits. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1058
-
Max Kellermann authored
-
-
Max Kellermann authored
"The documentation for mpd.conf still links to https://replaygain.org – according to archive.org, this domain has been defunct since 2014-09-14, shortly after got domain squatted and ever since hosts dubious content." Closes https://github.com/MusicPlayerDaemon/MPD/issues/1050
-
- 19 Jan, 2021 7 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Itai Y. Efrat authored
The `{TAG} {NEEDLE}` input format documented seems to be a holdover of pre-0.21 filters, and the commands support the new format.
-
- 08 Jan, 2021 1 commit
-
-
Vincent Petry authored
The original base relative path was introduced due to an erroneous test where the URL started with three slashes: "https:///" instead of two, which led to implementing handling for such cases but broke the two slashes case. This fix removes the base relative path handling because with two slashes the path is anyway always relative to the host (aka absolute URI, without host). This reverts 216f62ea and part of 74b2fc7fSigned-off-by: Vincent Petry <PVince81@yahoo.fr>
-
- 05 Jan, 2021 2 commits
-
-
Vincent Petry authored
Use uri_has_scheme to find out if the href in Webdav responses is absolute to use the matching base path extraction. Signed-off-by: Vincent Petry <PVince81@yahoo.fr>
- 04 Jan, 2021 3 commits
-
-
Vincent Petry authored
Fixed Webdav base path stripping in cases where href is a relative path. Signed-off-by: Vincent Petry <PVince81@yahoo.fr>
-
Vincent Petry authored
There can be more than one propstat block each with their own status code. We're only interested in the one with the 200 status, the found properties. This fixes parsing to make sure we process all propstat blocks instead of just the last one, which might have a 404 status for not-found properties. Signed-off-by: Vincent Petry <PVince81@yahoo.fr>
-
Vincent Petry authored
Remove additional "a:prop" in PROPFIND request to match RFC 4918 section 9.1.3. Added Content-Type header as the body is not a true multipart POST. Signed-off-by: Vincent Petry <PVince81@yahoo.fr>
-
- 01 Jan, 2021 1 commit
-
-
Max Kellermann authored
-
- 18 Dec, 2020 1 commit
-
-
Max Kellermann authored
-
- 16 Dec, 2020 2 commits
-
-
Itai Y. Efrat authored
-
Itai Y. Efrat authored
-
- 15 Dec, 2020 1 commit
-
-
EdJoPaTo authored
-
- 14 Dec, 2020 1 commit
-
-
kaliko authored
-
- 01 Dec, 2020 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 30 Nov, 2020 1 commit
-
-
Danilo Spinella authored
-
- 16 Nov, 2020 1 commit
-
-
Max Kellermann authored
Some FFmpeg filters change the sample format, and since MPD assumes this never happens, this results in loud noise instead of music. This commit finally implements the TODO comment by sending one frame of silence to the filter and checking the output frame's format. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1009
-
- 15 Nov, 2020 2 commits
-
-
Max Kellermann authored
-
Stapper authored
Fixes #994 - moveoutput: new AudioOutputControl created from copyMoving an output to a partition is now done via MultipleOutputs::AddCopy(),using a new AudioOutputControl constructor. Tags and always_on settings willpersist when moving outputs between partitions.
-
- 11 Nov, 2020 1 commit
-
-
Max Kellermann authored
-
- 10 Nov, 2020 7 commits
-
-
kaliko authored
Have similar information about config file in both mpd.1 ans mpd.conf.5
-
kaliko authored
Update description with content from user manual [0]. Remove obsolete information regarding "required parameters" and log_level [0] https://www.musicpd.org/doc/html/user.html#the-configuration-file
-
kaliko authored
-
kaliko authored
-
kaliko authored
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1001
-
Max Kellermann authored
-