New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command line ReplayGain #2335
Comments
It should work. I just noticed that "operon tags" doesn't list programmatic tags, we should add a "-a --all" switch there like with "operon list" |
@lazka thanks for fast reply. Will you please provide example command for setting ReplayGain? |
Hm right, it would be |
and how would you aquire the |
operon just does tagging, nothing more atm. This looks like something you want, but haven't tried: https://pypi.python.org/pypi/rgain |
(note for myself, OptionParser.disable_interspersed_args should help with the ambiguity for values at least..) |
I guess this is a feature request then. I see you use BS1770GAIN internally: So the desired functionality would be: similar to how BS1770GAIN can scan and set ReplayGain from the command line, Operon could scan and set ReplayGain from the command line |
In Quod Libet we use the GStreamer replaygain implementation. It's unlikely that we will expand our GUI plugins to operon. I've opened #2339 for the value problem. |
I see that ReplayGain can be set with Ex Falso via the "Replay Gain" plugin.
However I am trying to set it via command line with Operon. Is this possible?
The text was updated successfully, but these errors were encountered: