SatoriGFX;351770 Wrote: > 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; Those are SQL statements that need to be executed in the MySQL database. I use the MySQL Query Browser to run them manually. You need to do it after every wipe & rescan. Since I rarely do that, it's no great bother to run the SQL manually.
In principle you should be able to add these SQL statements to the file schema_optimize.sql (which on a Windows installation is in <SqueezeCenter install folder>\server\SQL\mysql; presumably somewhere similar on other OS's). My understanding is that this file is supposed to be executed after a scan. But when I tried that, it didn't work. Since doing it manually isn't a big deal to me, I never bothered to try and figure out why. -- cliveb Transporter -> ATC SCM100A ------------------------------------------------------------------------ cliveb's Profile: http://forums.slimdevices.com/member.php?userid=348 View this thread: http://forums.slimdevices.com/showthread.php?t=54004 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
