- 09 May, 2022 1 commit
-
-
Max Kellermann authored
-
- 14 Feb, 2022 1 commit
-
-
Max Kellermann authored
-
- 06 Dec, 2021 1 commit
-
-
Max Kellermann authored
-
- 23 Nov, 2021 1 commit
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1337
-
- 11 Nov, 2021 1 commit
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1328
-
- 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 1 commit
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1285
-
- 18 Oct, 2021 1 commit
-
-
Max Kellermann authored
This commit also increases the PROTOCOL_VERSION so clients can detect the availability of the feature.
-
- 14 Oct, 2021 3 commits
-
-
Max Kellermann authored
Whoops, I misplaced this one.
-
Max Kellermann authored
Another one from https://github.com/MusicPlayerDaemon/MPD/issues/888
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/888
-
- 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
-
- 10 Mar, 2021 1 commit
-
-
Simon Persson authored
This commit adds some tags that are (mostly) interesting for listeners of classical music. Ensemble -------- This is an ensemble that is playing the music, such as Wiener Philharmoniker. The tag can be used to distinguish the ensemble from the conductor, composer, soloist, and ensemble, that are generally all in the "ARTIST" tag. Movement ------- The movement number and movement (name) of this track, i.e. "II" and "Allegro". ComposerSort ------------ Allows us to look for Beethoven's 9th under B, for Beethoven, not L for Ludwig. Location -------- This is the location of the recording, e.g. "Wiener Musikverein".
-
- 17 Feb, 2021 1 commit
-
-
Florian Schlichting authored
Exmaple -> Example
-
- 15 Feb, 2021 1 commit
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1022
-
- 21 Jan, 2021 1 commit
-
-
Max Kellermann authored
Increasing the protocol version to 0.22.4 to allow clients to detect this feature. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1038
-
- 19 Jan, 2021 1 commit
-
-
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.
-
- 18 Dec, 2020 1 commit
-
-
Max Kellermann authored
-
- 16 Dec, 2020 2 commits
-
-
Itai Y. Efrat authored
-
Itai Y. Efrat authored
-
- 15 Dec, 2020 2 commits
- 14 Dec, 2020 1 commit
-
-
kaliko authored
-
- 16 Oct, 2020 1 commit
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/979
-
- 22 Sep, 2020 1 commit
-
-
Max Kellermann authored
And un-deprecate "pause" without parameter (toggles pause). I have no idea why it was deprecated long ago; the deprecation notice was copied from the ancient MPD wiki. Closes https://github.com/MusicPlayerDaemon/MPD/issues/944
-
- 10 Jul, 2020 1 commit
-
-
Naglis Jonaitis authored
-
- 10 Jun, 2020 1 commit
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/893
-
- 07 Jun, 2020 1 commit
-
-
Naglis Jonaitis authored
-
- 27 Apr, 2020 1 commit
-
-
Sören Tempel authored
The parser implemented in libmpdclient requires the first key-value pair of the server response to be the file pair. This is due to the fact that libmpdclient scan pairs sequentially and first attempts to extract the file pair before parsing the currentsong response further. See: https://github.com/MusicPlayerDaemon/libmpdclient/blob/5c751a761ec9f71a43ee0e41cfff3208f31a58b8/src/song.c#L559-L563 Meta data encoded as pairs in the currentsong response will be ignored if they are placed before the file pair in the response.
-
- 23 Apr, 2020 1 commit
-
-
Naglis Jonaitis authored
-
- 20 Jan, 2020 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 18 Jan, 2020 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 25 Oct, 2019 1 commit
-
-
smutbert authored
-