- 01 Dec, 2021 1 commit
-
-
Max Kellermann authored
-
- 23 Nov, 2021 1 commit
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1337
-
- 22 Nov, 2021 1 commit
-
-
Max Kellermann authored
-
- 20 Nov, 2021 1 commit
-
-
kaliko authored
This enhances readability in sidebar, especially for "User’s Manual" and "Protocol" pages
-
- 19 Nov, 2021 1 commit
-
-
kaliko authored
-
- 11 Nov, 2021 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1328
-
- 08 Nov, 2021 1 commit
-
-
Max Audron authored
Add an option to the UPnP database plugin to configure which interface is used by upnp to discover servers. upnp by default selects the first interface that is not loopback, which in some cases might not be the desired interface. For example if wanting to access a DLNA server over a VPN connection. The "interface" option can now be set to the name of the desired interface to achieve this. The default behaviour remains unchanged.
-
- 05 Nov, 2021 1 commit
-
-
Max Kellermann authored
-
- 04 Nov, 2021 1 commit
-
-
Max Kellermann authored
-
- 31 Oct, 2021 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 26 Oct, 2021 1 commit
-
-
Naglis Jonaitis authored
-
- 25 Oct, 2021 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1106
-
Max Kellermann authored
-
- 23 Oct, 2021 2 commits
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1285
-
Max Kellermann authored
-
- 22 Oct, 2021 1 commit
-
-
Max Kellermann authored
-
- 20 Oct, 2021 1 commit
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1297
-
- 19 Oct, 2021 1 commit
-
-
Max Kellermann authored
-
- 18 Oct, 2021 1 commit
-
-
Max Kellermann authored
This commit also increases the PROTOCOL_VERSION so clients can detect the availability of the feature.
-
- 17 Oct, 2021 1 commit
-
-
Max Kellermann authored
-
- 14 Oct, 2021 8 commits
-
-
Max Kellermann authored
Whoops, I misplaced this one.
-
Max Kellermann authored
-
Max Kellermann authored
Another one from https://github.com/MusicPlayerDaemon/MPD/issues/888
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/888
-
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
-
Max Kellermann authored
This reduces duplicates in the music database by hiding the original song file when it is referenced by a CUE sheet. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1275
-
Max Kellermann authored
The implementation was removed 12 years ago in commit f6455d5f and nobody missed it.
-
- 07 Oct, 2021 3 commits
-
-
Max Kellermann authored
The existing implementation has been utterly broken forever; I cannot explain what it actually does, but it doesn't do what the documentation says.
-
Max Kellermann authored
Now, "+0" means "right after the current song" and "-0" means "right before the current song". Mnemonic: there are zero songs between the current song and the newly added song.
-
Max Kellermann authored
A similar feature was present long ago in MPD, but was deprecated in version 0.16 because the implementation was broken. This commit re-adds the feature in a way that's well-defined and not broken. Close https://github.com/MusicPlayerDaemon/MPD/issues/1221
-
- 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
-
- 17 Aug, 2021 1 commit
-
-
Max Kellermann authored
-