10-19-2018, 01:56 PM
(10-18-2018, 03:49 PM)Tim Curtis Wrote: AFAIK MPD only supports replay gain through standard ID3v2 ReplayGain tags.
Hi Tim,
I checked type and priority of decoder plugin by "mpd -V" command.
The "audiofile" decoder is used preferentially for decoding AIFF files.
I added the following description in mpd.conf, changed the setting to disable "audiofile" decoder and decode it by "ffmpeg".
Code:
decoder {
plugin "audiofile"
enabled "no"
}
Reboot and playback AIFF file, ReplayGain worked!
But there is one problem.
I access moode audio in browser and change setting of MPD Config, mpd.conf file will be updated and remove description to disable "audiofile" decoder.
Therefore, I have one request.
Could you add a feature of disable specific decoder to MPD Config setting?
In that feature, a description to disable specific decoder will written in mpd.conf.
Please consider this request.
Thank you.