Package Details: mpd-git 0.23.15.r1069.gd0a427044-1

Git Clone URL: https://aur.archlinux.org/mpd-git.git (read-only, click to copy)
Package Base: mpd-git
Description: Flexible, powerful, server-side application for playing music (from git)
Upstream URL: https://www.musicpd.org/
Licenses: BSD-2-Clause, GPL-2.0-or-later
Conflicts: mpd
Provides: mpd
Submitter: Slash
Maintainer: PRESFIL
Last Packager: PRESFIL
Votes: 103
Popularity: 0.019332
First Submitted: 2008-09-07 18:21 (UTC)
Last Updated: 2024-03-31 08:56 (UTC)

Dependencies (90)

Required by (54)

Sources (4)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »

ianux commented on 2013-01-20 00:12 (UTC)

Here is the patch for libcdio-paranoia: http://dl.free.fr/rpFkWrXKn sha256sum: 90e827a1d24a5739d7e6867c8fee6d58b8d449fe3e3c40b7732cadc06008d5aa The lines # patch for libcdio-paranoia patch -p0 -i ${srcdir}/libcdio-paranoia.patch should be added to the PKGBUILD file before the line # Configure Source

mindthegap commented on 2013-01-18 09:07 (UTC)

Just in case someone runs over the same compiling error as me: src/input/cdio_paranoia_input_plugin.c:38:27: fatal error: cdio/paranoia.h: No such file or directory Replace line 38 in in mpd-git's source file src/input/cdio_paranoia_input_plugin.c with #include <cdio/paranoia/paranoia.h> The original line missed the paranoia sub-direcory.

derhamster commented on 2012-12-28 14:40 (UTC)

Oh and you should also explicitly create /var/lib/mpd the same way you create the playlists folder, so that the mpd user owns it and has write access inside.

derhamster commented on 2012-12-28 14:13 (UTC)

Please pass --sysconfdir=/etc to autogen.sh mpd looks for /usr/etc/mpd.conf as the global config file otherwise

sudokode commented on 2012-10-31 18:28 (UTC)

It'd be nice if I included the system and user sockets. They're in there now and some other trivial changes.

sudokode commented on 2012-10-31 06:48 (UTC)

You can now run mpd as a user service with 'systemctl --user [start|enable] mpd.service'. There's also a socket included now for --system and --user. Enabling this will start mpd.service whenever a connection is made on port 6600 (by default). Be aware that this also includes things like conky, i.e. anything at all that makes a connection, not just an mpd client.

sudokode commented on 2012-10-14 15:05 (UTC)

Hokay.

Rasi commented on 2012-10-14 11:33 (UTC)

--disable-cue is not a valid option. Cue support does not rely on any external library anymore. Also opus is now in official repositories. Why not enable it by default?