- 13 Mar, 2020 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 12 Mar, 2020 3 commits
-
-
Rosen Penev authored
The former was deprecated with C++14. According to the C++11 and C++17 standards, both files are identical. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/781
-
Max Kellermann authored
-
- 11 Mar, 2020 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 02 Feb, 2020 1 commit
-
-
Rosen Penev authored
Found with modernize-use-bool-literals Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 01 Feb, 2020 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Rosen Penev authored
Found with modernize-use-override Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 18 Jan, 2020 1 commit
-
-
Max Kellermann authored
-
- 01 Jan, 2020 1 commit
-
-
Markus Mittendrein authored
This is needed to correctly load playlist entries that reference a song in a cuesheet that is treated as a folder.
-
- 07 Sep, 2019 1 commit
-
-
Max Kellermann authored
This commit adds a PlaylistPlugin attribute "as_folder" which for now is only enabled in the "CUE" playlist plugin (which handles separate "*.cue" files). If a playlist with this flag set is being scanned during database update, it will be parsed and its contents will be added to the database. This allows clients to inspect them like directories and its contents will be searchable. Closes https://github.com/MusicPlayerDaemon/MPD/issues/39
-
- 02 Sep, 2019 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 01 Sep, 2019 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 16 Aug, 2019 1 commit
-
-
Max Kellermann authored
Simplify the plugin by using a trivial relative URI; later, playlist_check_translate_song() will set the correct full URI.
-
- 15 Aug, 2019 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 14 Aug, 2019 1 commit
-
-
Max Kellermann authored
-
- 09 Aug, 2019 2 commits
-
-
Max Kellermann authored
Reduce overhead by not duplicating the string.
-
Max Kellermann authored
-
- 03 Aug, 2019 1 commit
-
-
Max Kellermann authored
-
- 29 Jul, 2019 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/607
-
- 05 Jul, 2019 1 commit
-
-
Max Kellermann authored
-
- 17 Jun, 2019 1 commit
-
-
Max Kellermann authored
-
- 11 Jun, 2019 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 06 Jun, 2019 1 commit
-
-
Max Kellermann authored
Eliminates a number of allocations, because callers don't need to copy the strings to a newly allocated buffer only to null-terminate them. And most callers don't need to have a null-terminated string.
-
- 07 May, 2019 1 commit
-
-
Max Kellermann authored
Prepare the transition to std::mutex.
-