Add replay gain generation #174
filipfigzalski
started this conversation in
Ideas
Replies: 1 comment 4 replies
|
I've thought about this, but I've identified two problems I'd appreciate your help with. Second, I need the standalone portable version to work across Windows, Linux (both standard and Alpine), and macOS. Alpine is particularly challenging, which is why the Python branch remains separate. Does rsgain run as a portable application on Alpine? |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
First of all great project, it works really well for my usecase.
I was searching for a way to make lidarr automatically generate replay gain values for files. I've found this issue on lidarr's repo. Seems that the best way would be to create a plugin. So I was wondering whether this functionality could be implemented in Tubifarry. It already does things like codec conversion so it wouldn't be that far off the project scope (please correct me if I'm wrong). It could potentially be achieved by passing the imported directories to an external command-line tool like
rsgain.I would gladly help with implementing this, however I have no experience with c#, neither lidarr's plugin system.
All reactions