1. 14 Oct, 2022 1 commit
  2. 18 Aug, 2022 1 commit
  3. 08 Jul, 2022 1 commit
  4. 08 Jun, 2022 1 commit
  5. 24 May, 2022 1 commit
  6. 14 Feb, 2022 1 commit
    • Wolfgang Müller's avatar
      doc/user.rst: Clarify how MPD reads metadata · 59da7780
      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.
      59da7780
  7. 06 Dec, 2021 1 commit
  8. 22 Nov, 2021 1 commit
  9. 19 Nov, 2021 1 commit
  10. 31 Oct, 2021 3 commits
  11. 14 Oct, 2021 2 commits
  12. 21 Sep, 2021 1 commit
  13. 06 Sep, 2021 1 commit
    • iconoclasthero's avatar
      Update user.rst · 15f419e1
      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
      15f419e1
  14. 23 Aug, 2021 1 commit
  15. 24 Jun, 2021 1 commit
  16. 23 Jun, 2021 2 commits
  17. 25 May, 2021 2 commits
  18. 25 Feb, 2021 1 commit
  19. 07 Feb, 2021 1 commit
  20. 19 Jan, 2021 1 commit
  21. 10 Nov, 2020 1 commit
  22. 04 Nov, 2020 2 commits
  23. 28 Oct, 2020 1 commit
  24. 06 Oct, 2020 4 commits
  25. 23 Sep, 2020 2 commits
  26. 22 Sep, 2020 1 commit
  27. 21 Aug, 2020 1 commit
  28. 08 Aug, 2020 1 commit
  29. 10 Jul, 2020 1 commit
  30. 07 May, 2020 1 commit
    • Max Kellermann's avatar
      meson.build: require GCC 8 or clang 5 · a24ef280
      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`.
      a24ef280