MrVegas said:There is an application in Windows that is kind of a freeware thing for checking MP3 downloads for integrity. I'm moving into the Mac world and wondered if there are any geeks on here who can help rewrite this thing so it works on a Mac. I just bought a new G5.
I would be willing to pay about $$ for the help.
This link takes you to the place where they say you can download the source code.
http://www.ubernet.org/index.php?p=UsingAQScript
Thanks,
Bob
James Philp said:I could see a use for it with illegal downloads...![]()
robbieduncan said:It seems to be written in Ruby (which is a bit non-standard on the Mac to say the least). On the upside Ruby is a scripting language (a bit like Perl) so just downloading Ruby for OSX and the source should be pretty much all there is to it. Whilst it will probably compile the code it will be done at runtime so you don't need anyone to compile it for you. If I have time later (i.e. tomorrow) I'll have a look at this and post some step-by-step instructions.
which ruby
/usr/bin/ruby
MrVegas said:I doubt if I can get ahold of the programmer for the source of the .so files.![]()
Can't do anything wrong with trying. If he's prepared to put the source online of his application, he wouldn't mind sharing the source for digest files which are CRC32, MD5 and SHA1 checksum algorithms. He surely didn't write that himself, as they are very common.