Jukebox transcode for ReplayGain not working

Hi! I was trying to make a custom format transcoding like this:
so applying this to my jukebox, I can play normalized audio through my speakers. But it does nothing, when I play some files in jukebox, when y look into the process with "ps -ef" (ubuntu linux box) it shows:
Is there any way to change this for every jukebox player? It looks that jukebox mode has its own transcoding and doesn't honour the personal transcoding configuration. Thanks and sorry for my english.
- Code: Select all
ffmpeg -i %s -map 0:0 -ar 48000 -af volume=replaygain=track -c:a pcm_s16le -v 0 -f s16le -
so applying this to my jukebox, I can play normalized audio through my speakers. But it does nothing, when I play some files in jukebox, when y look into the process with "ps -ef" (ubuntu linux box) it shows:
- Code: Select all
/var/subsonic/transcode/ffmpeg -i someaudiofile.mp3 -map 0:0 -v 0 -ar 44100 -ac 2 -f s16be -
Is there any way to change this for every jukebox player? It looks that jukebox mode has its own transcoding and doesn't honour the personal transcoding configuration. Thanks and sorry for my english.