- 03 Dec, 2021 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 23 Nov, 2021 2 commits
-
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
shorter Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 22 Nov, 2021 1 commit
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1352
-
- 08 Nov, 2021 2 commits
-
-
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.
-
Max Audron authored
Adds the Interface Name as an argument to the *Init functions to make it possible to select which interface is used by upnp to detect servers. Currently "nullptr" is passed in to let the upnp library select an interface, as before.
-
- 14 Oct, 2021 2 commits
-
-
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
-
- 13 Oct, 2021 1 commit
-
-
Max Kellermann authored
-
- 26 Aug, 2021 1 commit
-
-
Rosen Penev authored
These should be equivalent anyway. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 21 Aug, 2021 1 commit
-
-
Rosen Penev authored
loop is wrong anyway. It's missing a break; Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 05 Aug, 2021 2 commits
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1019
-
Max Kellermann authored
-
- 30 Jul, 2021 1 commit
-
-
Max Kellermann authored
this->OwnsTag() accesses fields that are not yet initialized.
-
- 24 Jun, 2021 1 commit
-
-
Max Kellermann authored
-
- 31 May, 2021 2 commits
-
-
Max Kellermann authored
-
Rosen Penev authored
Found with cppcoreguidelines-special-member-functions Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 19 May, 2021 4 commits
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1130
-
Max Kellermann authored
-
Max Kellermann authored
Remove lots of #ifdefs.
-
Max Kellermann authored
Allows using ranges, always. This is required to fix https://github.com/MusicPlayerDaemon/MPD/issues/1130 without adding more runtime conditionals.
-
- 26 Mar, 2021 1 commit
-
-
Jean-Francois Dockes authored
libnpupnp is a C++ modification of libupnp. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 24 Mar, 2021 1 commit
-
-
Simon Persson authored
Add support for the following tags when using the proxy database plugin: WORK CONDUCTOR LABEL GROUPING MUSICBRAINZ_WORKID COMPOSERSORT ENSEMBLE MOVEMENT MOVEMENTNUMBER LOCATION
-
- 04 Mar, 2021 1 commit
-
-
Rosen Penev authored
Shorter. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 18 Feb, 2021 1 commit
-
-
Max Kellermann authored
Enables the "Format" row in "playlistinfo" responses. https://github.com/MusicPlayerDaemon/MPD/issues/1094
-
- 16 Feb, 2021 1 commit
-
-
Max Kellermann authored
If the constructor moves from an ExportedSong instance which refers to somebody else's "Tag" instance, the newly constructed instance will instead refer to its own empty "tag_buffer" field. This broke SimpleDatabase::GetSong(), i.e. all songs on the queue restored from the state file or added using the "addid" command. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1089
-
- 15 Feb, 2021 1 commit
-
-
Max Kellermann authored
After commit 1afa33c3, an old bug was revealed: SimpleDatabase::GetSong() constructs an ExportedSong instance by moving the return value of Song::Export(), which causes the LightSong::tag field to be dangling on the moved-from ExportedSong::tag_buffer. This broke tags from CUE sheets. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1070
-
- 21 Jan, 2021 3 commits
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1048
-
Max Kellermann authored
-
Max Kellermann authored
-
- 17 Jan, 2021 1 commit
-
-
Rosen Penev authored
Found with cppcoreguidelines-interfaces-global-init Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 01 Jan, 2021 1 commit
-
-
Max Kellermann authored
-
- 28 Oct, 2020 4 commits
-
-
Rosen Penev authored
Found with readability-use-anyofallof Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Shorter. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Max Kellermann authored
-
Max Kellermann authored
-
- 27 Oct, 2020 1 commit
-
-
Max Kellermann authored
-
- 15 Oct, 2020 1 commit
-
-
Max Kellermann authored
-
- 14 Oct, 2020 1 commit
-
-
Max Kellermann authored
Similar to commits 1686f4e8 and 30a5dd26
-