cliveb;351699 Wrote: 
> In the meantime, there's a workaround described in the bug report. It
> requires you to manually amend the gain values in the database after a
> scan.

I just read the bug report.  And I saw the post you mentioned.  Which
file needs to be modified with the following lines you mentioned
added?

update albums
set replay_gain = -20*log10(replay_peak)
where -20*log10(replay_peak) < replay_gain;

update tracks
set replay_gain = -20*log10(replay_peak)
where -20*log10(replay_peak) < replay_gain;


-- 
SatoriGFX
------------------------------------------------------------------------
SatoriGFX's Profile: http://forums.slimdevices.com/member.php?userid=8852
View this thread: http://forums.slimdevices.com/showthread.php?t=54004

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/ripping

Reply via email to