downloads
-
Please use one of the download mirrors at sourceforge.net:
Download JMP3Renamer -
You can also get the latest code from CVS (little bit freaky, for developers only ;-)):
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jmp3renamer login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jmp3renamer co jmp3renamer2To checkout the plugins, too, try this:
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jmp3renamer co plugin-mp3 plugin-ogg plugin-freedb plugin-filename plugin-filetag
To compile JMP3Renamer you should use Ant.
Type:ant -projecthelp
to get a list of all ant targets
Then type:ant <target>
Example:ant build-jar"
Note: To compile the plugins, you need to have a directory structure like this:jmp3renamer2 |__doc |__lib |__manifest |__plugins | | | |__plugin-mp3 | |__plugin-ogg | |__... | |__res |__src |__tools