rgain3
rgain3 copied to clipboard
A Python 3 compatible fork of rgain -- ReplayGain tools and Python library
I'm updating from 1.0.0 to 1.1.0 in Debian unstable, and during my build/test procedure I found that an automated test was intermittently getting stuck. As a smoke-test for new versions,...
In file version.py, the return value is "None". This simple change fixes the problem: diff version.py.org version.py 4c4 < __version__ = get_distribution("rgain").version --- > __version__ = get_distribution("rgain3").version -Chris
``` $ apt install python3-pkg-resources ; replaygain Reading package lists... Done Building dependency tree... Done Reading state information... Done python3-pkg-resources is already the newest version (68.1.2-2). 0 upgraded, 0 newly...
I have a friend that has a audio collection that predates the general availability of UTF-8 on OSs. He also has a lot of music with band, album and son...
1) Changed to use /bin/sh instead of /bin/bash Everything in the script is already posix compliant. 2) Change to use find -exec rm -rf {} + instead of find |...
The [latest version on PyPI](https://pypi.org/project/rgain3/), 1.1.1, does not have commit c2c980095c9e66d835210b62eefd063e3590671f. Without that commit, files with the `.opus` extension are not supported, as also mentioned in https://github.com/chaudum/rgain3/issues/13#issuecomment-1112870487. 1.1.1 works as...
[ I looked more closely at the documentation this time. ] Various programs have ways to prevent directories from being used/processed by them. E.g., mpd has .mpdignore files, GNOME tracker...
I see that multiple audio formats are supported, but only mp4 is supported for video. Is there a reason why other formats such as mkv can't be supported? Codec can't...
It would be nice if there were an option to preserve the original timestamp of modified files.
The current implementation seems to rely on identical `ARTIST` and `ALBUM` tags to recognize files as belonging to the same album. Obviously this doesn’t work well for samplers (and things...