MusicPlayerDaemon / MPD

Music Player Daemon
https://www.musicpd.org/
GNU General Public License v2.0
2.18k stars 352 forks source link

status of replay_gain #567

Open mistepien opened 5 years ago

mistepien commented 5 years ago

Feature request

It would be great to have status-like command in protocol to find out current status of replay_gain, especially what is actually applied to current song.

MaxKellermann commented 5 years ago

There's replay_gain_status: https://www.musicpd.org/doc/html/protocol.html#playback-options

mistepien commented 5 years ago

replay_gain_status Prints replay gain options. Currently, only the variable replay_gain_mode is returned.

I think about more details, what is ie. volume change of current song.

cataldor commented 4 years ago

This pull request is related: https://github.com/MusicPlayerDaemon/MPD/pull/715

If accepted, i will add support for these tags in libmpdclient; then, it is easy to access it with, for instance, mpc

breversa commented 4 years ago

I’m looking for a bs1770gain-supporting (http://bs1770gain.sourceforge.net/) music player. Is it a planned feature for MPD ?