Go to file
Olaf Hering 09896b0a81 - Update to ver 0.20.21 (2018/08/17)
* database
    - proxy: add "password" setting
    - proxy: support tags "ArtistSort", "AlbumArtistSort", "AlbumSort"
    - simple: allow .mpdignore comments only at start of line
    - proxy: fix "search already in progress" errors
    - proxy: implement "list ... group"
  * decoder
    - dsdiff, dsf: support more MIME types
    - dsdiff, dsf: allow 4 MB ID3 tags
    - opus: support R128_ALBUM_GAIN tag
    - ffmpeg: fix av_register_all() deprecation warning (FFmpeg 4.0)
  * input
    - mms: fix lockup bug and a crash bug
  * output
    - httpd: remove broken DLNA support code
    - pulse: cork stream when paused due to "single" mode
  * playlist
    - cue: support file type declaration "FLAC" (non-standard)
  * player
    - fix spurious "Not seekable" error when switching radio streams
  * protocol
    - fix "modified-since" filter regression
    - validate absolute seek time, reject negative values
  * URI schemes are case insensitive
- deal with API change in fluidsynth with mpd-fluidsynth.patch
- use autosetup

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=14
2018-10-17 12:44:37 +00:00
.gitattributes Accepting request 517718 from home:cornelisbb 2017-08-25 06:51:42 +00:00
.gitignore Accepting request 517718 from home:cornelisbb 2017-08-25 06:51:42 +00:00
mpd-0.20.21.tar.xz - Update to ver 0.20.21 (2018/08/17) 2018-10-17 12:44:37 +00:00
mpd-configh.patch Accepting request 517718 from home:cornelisbb 2017-08-25 06:51:42 +00:00
mpd-fluidsynth.patch - Update to ver 0.20.21 (2018/08/17) 2018-10-17 12:44:37 +00:00
mpd-mpdconf_suse.patch Accepting request 517718 from home:cornelisbb 2017-08-25 06:51:42 +00:00
mpd-user.conf Accepting request 517718 from home:cornelisbb 2017-08-25 06:51:42 +00:00
mpd.changes - Update to ver 0.20.21 (2018/08/17) 2018-10-17 12:44:37 +00:00
mpd.spec - Update to ver 0.20.21 (2018/08/17) 2018-10-17 12:44:37 +00:00
README.mpd Accepting request 517718 from home:cornelisbb 2017-08-25 06:51:42 +00:00

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.