Amarok QtScript library
Rudd-O
Source i (link to git-repo or to original if based on someone elses unmodified work):
Initial public release.
More Amarok 2.x Scripts from Rudd-O:
Other Amarok 2.x Scripts:
© 2025 pling.com - Planet Linux'ing Groups
All rights reserved. All trademarks are copyright by their respective owners. All contributors are responsible for their uploads.
Ratings & Comments
9 Comments
Can´t download for a few days :-(
The "script.log" file seems to grow unbounded over time. I noticed it had grown > 3GB on my system (this happened over a span of one week). The log file is located in "~/.kde4/share/apps/amarok/scripts/replaygainer/", in case anyone is running out of drive space and wondering why. It would be nice if this file was pruned periodically, or bounded to some fixed size. Running: openSUSE 11.3 KDE 4.6.0 Amarok 2.4.0
logrotate should take care of that, if you add an appriopriate stanza to its config. For example, on a Debian system, put this into /etc/logrotate.d/amarok-replygainer (replace USERDIR with your real home directory): USERDIR/.kde/share/apps/amarok/scripts/replaygainer/script.log { rotate 7 daily missingok notifempty } and you are all set - only 7 days worth of logs will be kept.
I ran into the same problem, since the script.log file was more than 9 gigs. Although the workaround of you may be nice, the author should consider to resolve this issue.
Hi, this sounds like exactly the script i'm looking for. i installed, and enabled in the script manager (and installed qtscript which amarok told me was required), but now that it's running, i'm not sure if it's doing anything- does it report anywhere in amarok when it's scanning? also, i was wondering if when it adds the replaygain tag, if it's going to change the files modification time? i'd rather not have it do that, since then all my files will have same/similar recent modification time (rather than when i actually got the files), so i was curious... thanks so much for working on this important script!
Greetings! I was looking for the best possible alternative to wine+foobar2000 to put my collection in a -replay gain wise- coherent state, and found this script. after reading the available documentation and skimming over the source, I'm amazed that it seems every feature I deem important or merely nice to have is either already incorporated in your 0.1 or on your Todo.
A good replaygain tool would be soundKonverter. It will work recursively on flac, ogg and mp3 files. It also (it's main purpose) converts between formats.
does this store information in id3v2 tags?
It uses mp3gain to calculate, so yes, ape. BUT, AFTER that is done, it uses mutagen to take the info from ape tags and put it in ID3 RVA2 tags.