
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
QtGain is a simply frontend for MP3Gain, VorbisGain, AACGain and Metaflac which analyses and adjusts your media files so that they have the same volume without the need to reencode the files. Further information about this lossless method can be found at the MP3Gain homepage (http://replaygain.hydrogenaudio.org/) or Wikipedia (http://en.wikipedia.org/wiki/Replay_Gain).
With QtGain you can simplify this job to replay gain your media files. Simply add your files or folders via drag & drop or select a folder with a file dialog. QtGain starts gaining immediately after adding some files and of course you can add more files while QtGain works on your files.
Files which are already gained and need no recalculating are automatically skipped. Files which cannot processed are automatically listed in a dialog box at the end of the job.
4 years ago
Changelog:
0.6.0:
* some bugs were fixed, works perfectly with Linux
0.7.5:
* mainly Bugfixes, enhancements to the GUI and some parts of the source has been rewritten
0.7.7:
* added Flac support, metaflac must be installed
* facelifted the preferences dialog
0.8.0:
* added MP4 support, aacgain must be installed
* installed replay gain tools are now marked in the settings dialog
* minor bugfixes and improvements
0.8.2:
* added a small statistic (About dialog)
* QtGain can now optionally log skipped files and shows them in the Errorlog
* some smaller GUI changes and source code enhancements
0.8.4:
* new fresh GUI now with two small icons for better overview
* the icon for the media files changes and displays the current format of the file (mp3, m4a, ogg, flac)
* minor fixes
0.9.0:
* New: Mass Renamer
* New: Cover Art Downloader
* you can now start QtGain with command-line arguments (files and folders)
* special command-line argument -GainOnly to replay gain files only and override Mass Renamer and Cover Art Downloader settings
* Bugfix: Album Gain doesn't work correctly
0.9.1:
* Bugfix release, all reported bugs has been removed
* added a check that the Mass Renamer can't rename $HOME/Name and $HOME/Name/Dektop, if the user accidentally places songs in these folder without subdirs
0.9.2:
* its now possible to disable replay gaining, if you want to use only the other functions of QtGain
* revised the settings dialog
* QtGain is now available via context menu in Nautilus
* changed the switch for mp3gain from "-m" to "-d"
0.9.4:
* new option: Quit QtGain after finished gaining
* some smaller improvements as suggested
* all reported bugs has been fixed
0.9.5:
* QtGain is now multilingual: Czech (thank to Pavel Fric) German and English
* added some icons to the context menu
* its now possible to donate to support further development
0.9.7
* Bugfixes and GUI changes
0.9.8
* improved FLAC support (skips already gained files); thanks to AsamK for sending the patch
1.0.0
* Ported to Qt 5
* Back to minimalism
4 years ago
Changelog:
0.6.0:
* some bugs were fixed, works perfectly with Linux
0.7.5:
* mainly Bugfixes, enhancements to the GUI and some parts of the source has been rewritten
0.7.7:
* added Flac support, metaflac must be installed
* facelifted the preferences dialog
0.8.0:
* added MP4 support, aacgain must be installed
* installed replay gain tools are now marked in the settings dialog
* minor bugfixes and improvements
0.8.2:
* added a small statistic (About dialog)
* QtGain can now optionally log skipped files and shows them in the Errorlog
* some smaller GUI changes and source code enhancements
0.8.4:
* new fresh GUI now with two small icons for better overview
* the icon for the media files changes and displays the current format of the file (mp3, m4a, ogg, flac)
* minor fixes
0.9.0:
* New: Mass Renamer
* New: Cover Art Downloader
* you can now start QtGain with command-line arguments (files and folders)
* special command-line argument -GainOnly to replay gain files only and override Mass Renamer and Cover Art Downloader settings
* Bugfix: Album Gain doesn't work correctly
0.9.1:
* Bugfix release, all reported bugs has been removed
* added a check that the Mass Renamer can't rename $HOME/Name and $HOME/Name/Dektop, if the user accidentally places songs in these folder without subdirs
0.9.2:
* its now possible to disable replay gaining, if you want to use only the other functions of QtGain
* revised the settings dialog
* QtGain is now available via context menu in Nautilus
* changed the switch for mp3gain from "-m" to "-d"
0.9.4:
* new option: Quit QtGain after finished gaining
* some smaller improvements as suggested
* all reported bugs has been fixed
0.9.5:
* QtGain is now multilingual: Czech (thank to Pavel Fric) German and English
* added some icons to the context menu
* its now possible to donate to support further development
0.9.7
* Bugfixes and GUI changes
0.9.8
* improved FLAC support (skips already gained files); thanks to AsamK for sending the patch
1.0.0
* Ported to Qt 5
* Back to minimalism
wellingtonkde
2 years ago
Report
Vegeta
2 years ago
Report
nick87720z
2 years ago
Report
nick87720z
2 years ago
Report
Vegeta
2 years ago
Report
wellingtonkde
3 years ago
Report
Vegeta
3 years ago
Report
wellingtonkde
3 years ago
Report
Prodigal
4 years ago
Report
Vegeta
4 years ago
Albumgain
isForceRecalulation ? Parameter << "-a" << "-k" << "-s" << "r" << "-d" << QString("%1.0").arg(Volume() - 89) << allFiles[finishedFiles()] : Parameter << "-a" << "-k" << "-d" << QString("%1.0").arg(Volume() - 89) << allFiles[finishedFiles()];
Trackgain
isForceRecalulation ? Parameter << "-r" << "-k" << "-s" << "r" << "-d" << QString("%1.0").arg(Volume() - 89) << allFiles[finishedFiles()] : Parameter << "-r" << "-k" << "-d" << QString("%1.0").arg(Volume() - 89) << allFiles[finishedFiles()];
Report
Prodigal
4 years ago
Report
Vegeta
4 years ago
Report
alfaflo
4 years ago
Any plans to update to Qt5?
Thanks
Florian
Report
Vegeta
4 years ago
Report
alfaflo
4 years ago
Report
flyingsheep
6 years ago
But it reprocesses every FLAC file. can you make it skip FLACs that are already tagged, as well?
Report
Vegeta
6 years ago
Report
flyingsheep
6 years ago
but even if it isn’t your fault, we could still implement it ourselves, e.g. by calling
metaflac --show-tag REPLAYGAIN_TRACK_GAIN $filename
if that outputs a line, it is already tagged and we can skip it.
Report
Vegeta
6 years ago
Report
AsamK
6 years ago
Here's the patch against the 0.9.7 version from http://forum.ubuntuusers.de/topic/mp3gain-vorbisgain-frontend/9/ :
http://pastebin.com/jeGMqeHG
That said it would be nice to have a git repository somewhere ;-)
Report
Vegeta
6 years ago
http://sourceforge.net/projects/qtgain/
Report
flyingsheep
6 years ago
would make things easier.
Report
kooteh
6 years ago
The program works good for me. I need it to gain both ogg and mp3 files. So good to have one tool for all.
Minor issues:
- During operation the About box is not accessible. When there is long operation one can take the time and read it. :)
- Main dialog should be resizable
- The second paragraph of the qt-apps.org description could be added to the dialog as introductory text:
"Files which are already gained and need no recalculating are automatically skipped. Files which cannot processed are automatically listed in a dialog box at the end of the job."
Wish: It would be nice if there were a simulation mode. As new user I first would like to see what would be done before I start the operation. (Or instead have some help text as said above)
Best wishes
Report
zx6r
9 years ago
I just wanted to donate, but the donation links introduced in the latest version don't work for me: when clicking on it, nothing happens...
Report
Vegeta
9 years ago
* Can you open the project page via the link in the about dialog?
* Can you please start QtGain in a shell and click on the links, is there any output?
* Does right click working for you? There should be a context menu (Copy Link Location)
Thank you for pointing that out!
Report