1. 01 Dec, 2021 1 commit
  2. 23 Nov, 2021 1 commit
  3. 22 Nov, 2021 1 commit
  4. 20 Nov, 2021 1 commit
  5. 19 Nov, 2021 1 commit
  6. 11 Nov, 2021 2 commits
  7. 08 Nov, 2021 1 commit
    • Max Audron's avatar
      upnp: add option to configure interface for db plugin · 6f81bb4b
      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.
      6f81bb4b
  8. 05 Nov, 2021 1 commit
  9. 04 Nov, 2021 1 commit
  10. 31 Oct, 2021 4 commits
  11. 26 Oct, 2021 1 commit
  12. 25 Oct, 2021 3 commits
  13. 23 Oct, 2021 2 commits
  14. 22 Oct, 2021 1 commit
  15. 20 Oct, 2021 1 commit
  16. 19 Oct, 2021 1 commit
  17. 18 Oct, 2021 1 commit
  18. 17 Oct, 2021 1 commit
  19. 14 Oct, 2021 8 commits
  20. 07 Oct, 2021 3 commits
  21. 21 Sep, 2021 1 commit
  22. 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
  23. 23 Aug, 2021 1 commit
  24. 17 Aug, 2021 1 commit