https://bugs.kde.org/show_bug.cgi?id=513965
--- Comment #1 from Urs Fleisch <[email protected]> --- Thanks for the feature request. Probably, it does not make sense to duplicate the rsgain functionality in Kid3. It could also be a problem if the third party libraries and the replay gain functions would both try to modify the files. Kid3 can easily be extended with User Actions. So if the easy mode of rsgain is enough, you could just add a user action with command "rsgain easy %d", or for custom mode you can use %F to pass multiple files. Note, however, that you would have to make sure that all files inside Kid3 are saved before running rsgain or they might be corrupted. Therefore, it would probably be better to use a simple QML script which first calls app.saveDirectory() and then script.system() to run rsgain. QML would also make it possible to provide a simple UI for the options. What exactly would you prefer? -- You are receiving this mail because: You are watching all bug changes.
