- 14 Oct, 2022 1 commit
-
-
Max Kellermann authored
-
- 18 Aug, 2022 1 commit
- 08 Jul, 2022 1 commit
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1532
-
- 08 Jun, 2022 1 commit
-
-
Naglis Jonaitis authored
-
- 24 May, 2022 1 commit
-
-
Naglis Jonaitis authored
`playlist_plugin` blocks use `name` to identify the plugins.
-
- 14 Feb, 2022 1 commit
-
-
Wolfgang Müller authored
The writing and reading of metadata involves lots of different programs and libraries. Therefore it is prudent to point out how exactly MPD receives metadata. Ideally this helps to point users to the right place if their tags are not picked up correctly.
-
- 06 Dec, 2021 1 commit
-
-
Max Kellermann authored
-
- 22 Nov, 2021 1 commit
-
-
Max Kellermann authored
-
- 19 Nov, 2021 1 commit
-
-
kaliko authored
-
- 31 Oct, 2021 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 14 Oct, 2021 2 commits
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1115
-
Max Kellermann authored
Some users want certain clients to fully control playback, but do not want them to be able to trigger database update. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1124
-
- 21 Sep, 2021 1 commit
-
-
Max Kellermann authored
I want to use per-subproject warning_level (0.56.0), default_library (0.54.0).
-
- 06 Sep, 2021 1 commit
-
-
iconoclasthero authored
NB: Check the sysconfdir setting to determine where mpd will look for mpd.conf; if you expect mpd to look for /etc/mpd.conf the sysconfdir must be '/etc' (i.e., not 'etc' which will result in mpd looking for /usr/local/etc/mpd.conf): .. code-block:: none meson configure output/release |grep sysconfdir If this is not /etc (or another path you wish to specify): .. code-block:: none $ meson configure output/release -Dsysconfdir='/etc' ; meson configure output/release |grep syscon sysconfdir /etc Sysconf data directory
-
- 23 Aug, 2021 1 commit
-
-
Max Kellermann authored
-
- 24 Jun, 2021 1 commit
-
-
Naglis Jonaitis authored
Updating the database no longer requires the `admin` permission, only `control` is needed (changed in 2abad0f4). See also: #1124
-
- 23 Jun, 2021 2 commits
-
-
Naglis Jonaitis authored
-
Naglis Jonaitis authored
-
- 25 May, 2021 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 25 Feb, 2021 1 commit
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1112
-
- 07 Feb, 2021 1 commit
-
-
Max Kellermann authored
-
- 19 Jan, 2021 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
-
- 06 Oct, 2020 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 23 Sep, 2020 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 22 Sep, 2020 1 commit
-
-
Max Kellermann authored
-
- 21 Aug, 2020 1 commit
-
-
Naglis Jonaitis authored
--stdout was renamed to --stderr in 72617395.
-
- 08 Aug, 2020 1 commit
-
-
Naglis Jonaitis authored
-
- 10 Jul, 2020 1 commit
-
-
Naglis Jonaitis authored
-
- 07 May, 2020 1 commit
-
-
Max Kellermann authored
Commit 60f957ed broken the GCC 7 build, but instead of working around missing C++17 features in old compilers, let's update the compiler version requirements. This commit raises the clang requirement to version 5 because this is the first version to support `constexpr` lambdas, to be used to `Dsd2Pcm.cxx`.
-