fc26fa83ea
- Refresh spec-file via spec-cleaner and manual optimizations * remove openSUSE Leap 42.3 support * remove obsolete version limitation in BuildRequire macros * renumber Source and Patch - Update to 0.21.15 * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.15/NEWS * fix crash bug (0.21.9 regression) * decoder * opus: fix duplicate tags * wildmidi: log error if library initialization fails * mad: update bit rate after seeking * mad: fix several bugs preventing the plugin from decoding the last frame * opus: ignore case in replay gain tag names * opus, vorbis: decode the "end of stream" packet * mad: fix crackling sound (0.21.12 regression) * sidplay: show track durations in database * sidplay: convert tag values from Windows-1252 charset * sidplay: strip text from "Date" tag * dsdiff, dsf: fix displayed bit rate * mpcdec: fix bogus ReplayGain values * input * tidal: deprecated because Tidal has changed the protocol * cdio_paranoia: require libcdio-paranoia 10.2+0.93+1 * output * httpd: reject some well-known URIs * alsa: fix busy loop while draining * alsa: fix missing drain call * alsa: improve xrun-avoiding silence generator * alsa: log when generating silence due to slow decoder * alsa, osx: fix distortions with DSD_U32 and DoP on 32 bit CPUs * jack: fix mono-to-stereo conversion * jack: improved Windows compatibility * player * don't restart unseekable song after failed seek attempt * fix crash after song change * fix seek position after restarting the decoder * protocol * fix "list" with multiple "group" levels * include command name in error responses OBS-URL: https://build.opensuse.org/request/show/736024 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=31 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
mpd-0.21.15.tar.xz | ||
mpd-docs.patch | ||
mpd-mpdconf_suse.patch | ||
mpd-sndfile.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.