complexlogic / rsgain

A simple, but powerful ReplayGain 2.0 tagging utility
Other
289 stars 21 forks source link

Custom mode opus file not clear playback gain #115

Closed korongmambu closed 5 months ago

korongmambu commented 5 months ago

Unlike easy mode, custom mode not clear header output / playback gain for opus file, either use opus-mode d, r, or s.

Edit: Sorry false report, this is only happen when use picard plugin. I thought this is custom mode bug since picard plugin use custom mode.

complexlogic commented 5 months ago

The reason is because the Picard plugin uses rsgain scans the files only. rsgain does not write to the files. Instead, it is Picard's responsibility to write to the files. Picard does not support setting the Opus header gain, so this feature is currently unsupported when using the Picard plugin.

korongmambu commented 5 months ago

Any plan for picard to implement this feature?