mikenye / docker-picard

Docker container for MusicBrainz Picard
110 stars 14 forks source link

Add rsgain dependency for ReplayGain 2.0 plugin #61

Open kalker-3 opened 1 year ago

kalker-3 commented 1 year ago

Back in October the ReplayGain 2.0 plugin got added to Picard, it's supposed to replace the older ReplayGain plugin and the latter will eventually get removed from the plugin list. The new one has rsgain as a dependency which you're supposed to install and then point to on the settings.

Unfortunately I haven't been able to install rsgain inside the container even after attaching to it and trying to apt-get it.

Would it be possible to add it to the container like how flac and other dependencies are?