Paul Kratt
Paul Kratt
It’s in the readme file > The PPC disassembly code is based on PPCD by org. Original code: https://code.google.com/p/ppcd/ The license for that is listed as "free opensource". This is...
It applies to this entire repository. It essentially means the project is public domain and you can do whatever you want. But if you sell it, you're greedy and your...
This is not helpful. The app literally warns you that this could happen the first time you run it and will continue to warn you unless you check the box...
Thanks. Maybe I'll add a file limit of 600 if I can't find an issue. It's difficult to test with that many files because I don't want to process all...
Looking over the code again; The inefficiency with large lists was unfortunately intentional. It's using the "old way" of rendering a table which was deprecated in macOS 10.11 in favor...
@philjmaier Command line is just the official mp3gain/aacgain app compiled for macOS. I don’t modify that. That type of request would go upstream to the original project, but they haven’t...
> Looking at installing GNU Parallel (FINK) and multithreading it that way. > [http://pdb.finkproject.org/pdb/package.php/parallel](url) There are definitely a number of different solutions. You can do it with vanilla bash, which...
2.3.1 was released today. It fixes the critical bug with AACGain that caused it to delete incompatible files. It will be the last release that supports macOS 10.7 - 10.10....
If it's similar to IPS, why did they invent a new format just for one application? Linear BPS practically exists as a replacement for IPS for later cartridge based systems...
Linux is not officially supported. It may or may not build under GNUstep, I don't know. https://stackoverflow.com/a/15971833 There are some links to guides on that page. Despite being command line,...