rgain3 icon indicating copy to clipboard operation
rgain3 copied to clipboard

A Python 3 compatible fork of rgain -- ReplayGain tools and Python library

Results 18 rgain3 issues
Sort by recently updated
recently updated
newest added

Hey. Opus has it's own special tags for R128 gain data: - `R128_TRACK_GAIN` - `R128_ALBUM_GAIN` See https://datatracker.ietf.org/doc/html/rfc7845#section-5.2.1 . Would be nice if one could select whether only these (default), only...

enhancement

$ replaygain -d test.opus test.opus: not supported, ignoring it Checking for Replay Gain information ... Nothing to do. rename file to test.ogg and it works: $ replaygain -d test.ogg Checking...

enhancement

This is analogous to Autotools `make distcheck` or Meson `ninja dist`. It verifies that the sdist works correctly, and contains everything necessary to build, test and install. --- This includes...

ci/cd

Python distutils/setuptools/packaging allows for generating RPM packages which then can be installed on Fedora or Red Hat systems. This adds the necessary metadata to pull in the dependencies of the...

This fixes on the one hand a syntax error in the string formatting performed within the `__str__` method by removing it and relying on the method provided by the dataclass....

In #26 various importable objects were moved around. Was this intentionally an API break? Other packages that import rgain3 as a library, such as https://github.com/rmcauley/rainwave, will presumably need the same...

discuss
roadmap

When I run collectiongain on an album containing (at least some) AAC files, the individual tracks are always marked as single tracks rather than as an album: ``` ~/Music/Fiona Apple/Tidal...

enhancement

I used to maintain the old rgain package in Debian, and I'm now looking at packaging rgain3 as a replacement. rgain3 1.0.0 is a continuation/fork of rgain 1.3.4, so it...

discuss