Page 1 of 1

Can modify default jukebox transcoding

PostPosted: Thu Apr 11, 2019 9:42 am
by n0rdik
Hi! I finally found that the transcoding of the jukebox player is defined as a variable (DEFAULT_JUKEBOX_COMMAND) in SettingsService.java. I think it would be nice to be able to edit this command, to add things to the ffmpeg transcoding like ReplayGain (via -af volume=replaygain=track) or redirecting the stream to a pipe instead of redirecting to stdout, as you can do with other players that are transcoding-configurable. Thanks in advance.

Re: Can modify default jukebox transcoding

PostPosted: Thu Apr 11, 2019 6:05 pm
by n0rdik
Instead of this, also, I think it would be nice if there is a double option, in the jukebox player, to select "Volume track ReplayGain" or "Volume album ReplayGain" that applies "-af volume=replaygain=track" or "-af volume=replaygain=album" respectively to the automatic jukebox transcoding, I don't know if I'm explaining myself...