eMusic/J is an open source cross-platform download manager for the eMusic.com music service written in Java.
eMusic/J will take the .emx or .emp file that you got from the eMusic.com website, and will automatically downloads the music specified in it. eMusic/J can easily work with Firefox to make downloading songs and albums simple.
NOTE: eMusic/J is in no way affiliated with eMusic.com. Don't expect them to support it. If there are any issues with it, bring them to the attention of the author.
Requirements:
· Java 1.5 or later
What's New in This Release: [ read full changelog ]
· Overhauled the filename cleaning stuff, hopefully finally fixing issues on windows. — found more filenames that windows dies on, so this deals with them. Hopefully that’s the last of them.
· If the option ’spacesToUnderscore’ is ‘true’ then spaces will be converted to underscores in filenames. — someone asked for this, and it was easy enough to do when working on the other stuff
· Handle the case where the emusicj script is a symlink to the real location, and use that to find the program directory — makes it nicer for people who lay their applications out in complex ways.