Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Solved: ReplayGain does not work in AIFF file
#3
(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.
Reply


Messages In This Thread
ReplayGain does not work in AIFF file - by yaslam - 10-18-2018, 01:59 PM
RE: ReplayGain does not work in AIFF file - by yaslam - 10-19-2018, 01:56 PM

Forum Jump: