37da1c98d2
- Update to version 0.20.14 (2018/01/01) * database - simple: fix file corruption in the presence of mount points * archive - bz2: fix deadlock - reduce lock contention, fixing lots of xrun problems ver 0.20.13 (2017/12/18) * mixer - alsa: fix rounding errors * database - simple: don't purge mount points on update/rescan - simple: fix "mount" bug caused by bad compiler optimization - simple: fix "lsinfo" into mount points - upnp: work around libupnp 1.6.24 API breakage * queue: fix spuriously misplaced prioritized songs * save and restore mountpoints within the state file ver 0.20.12 (2017/11/25) * database - upnp: adapt to libupnp 1.8 API changes * input - cdio_paranoia, ffmpeg, file, smbclient: reduce lock contention, fixing lots of xrun problems - curl: fix seeking * decoder - ffmpeg: fix GCC 8 warning - vorbis: fix Tremor support * player - log message when decoder is too slow * encoder - vorbis: default to quality 3 * output - fix hanging playback with soxr resampler - httpd: flush encoder after tag; fixes corrupt Vorbis stream ver 0.20.11 (2017/10/18) * storage - curl: support Content-Type application/xml * decoder - ffmpeg: more reliable song duration - gme: fix track numbering * improve random song order when switching songs manually * fix case insensitive search without libicu * fix endless loop when accessing malformed file names in ZIP files ver 0.20.10 (2017/08/24) * decoder - ffmpeg: support MusicBrainz ID3v2 tags * tags - aiff: fix FORM chunk size endianess (is big-endian) * fix crash when resuming playback before decoder is ready OBS-URL: https://build.opensuse.org/request/show/561086 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=3 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
mpd-0.20.14.tar.xz | ||
mpd-configh.patch | ||
mpd-mpdconf_suse.patch | ||
mpd-user.conf | ||
mpd.changes | ||
mpd.spec | ||
README.mpd |
mpd config file /etc/mpd.cond should be customised, at least a path to music directories (music_directory). To use alsa sound output instead of pulse, activate the corresponding part of mpd.conf and put comment on pulse part. For security reasons, MPD runs as restricted user mpd, group audio. Please consider that music_directory and all directories in the path to it should be readable and executable either for user mpd or group audio. IF you ask youself what should "executable" means to a directory, it is a right to change into it. So a directory could either belong to mpd user or belong to the audio group or be readable for all (others). Directories and files beneath it should be accessable the same way. Some examples for right permissions: ls -l -d /mnt/mp3 readable by everyone drwxr-xr-x 226 user users 16384 Mar 24 23:36 /mnt/mp3 readable by audio group drwxr-x--- 226 user audio 16384 Mar 24 23:36 /mnt/mp3 readable by mpd user drwx------ 226 mpd audio 16384 Mar 24 23:36 /mnt/mp3 If you would like to set up some independent directories, declare one of it as music_directory and link others in it. Permissions for other directories are to be set accordingly. MPD will be bounded to the local address (localhost): If you would like to control it over network , then change bind_to_address to the network address. You can set password and the list of activities to restrict control of MPD over network. To start MPD at boot time, call as root: systemctl enable mpd If filenames or directory names don't display correctly, set the character set (encoding) for the filesystem in mpd.conf.