metabrainz / picard-plugins

Picard plugins: use 1.0 branch for Picard < 2.0 (python 2/Qt4) and 2.0 branch for Picard >= 2.0 (python 3/Qt5)
https://picard.musicbrainz.org/plugins/
145 stars 95 forks source link

replaygain2: support writing both standard and R128 tags to Opus files #381

Closed phw closed 2 months ago

phw commented 2 months ago

Currently the replaygain2 plugin supports writing either the standard ReplayGain tags or the R128 tags for Opus files, but not both.

I discovered that Navidrome only handles the standard tags, but I also need the the R128 tags for another tool. Having both gives compatibility with both.

See also https://github.com/complexlogic/rsgain/issues/119 , but the plugin can do this independently has it is Picard writing the final tags anyway.