[go: up one dir, main page]

Menu

Tree [9c933b] master / Core /
 History

HTTPS access


File Date Author Commit
 src 2022-04-03 Henrik Niehaus Henrik Niehaus [7f5f2c] Update codebase
 CHANGELOG.txt 2009-10-17 hampelratte hampelratte [7a5b7a]
 LICENSE.txt 2009-10-17 hampelratte hampelratte [7a5b7a]
 README.txt 2009-10-17 hampelratte hampelratte [7a5b7a]
 pom.xml 2022-04-03 Henrik Niehaus Henrik Niehaus [7f5f2c] Update codebase

Read Me

JMP3Renamer README
===============================================================================
-Installation
	If you want to update JMP3Renamer, please delete the old installation. 
	Then simply extract the zip file to your preferred directory.
	
	If you are using JMP3Renamer the first time, simply extract the zip file 
	to your preferred directory.

-Running JMP3Renamer
    o Windows version:
      Just doubleclick JMP3Renamer.jar
    o Platform independent
      Run "java -jar JMP3Renamer.jar"

-Working with the code / compiling it:
    To get the latest version of JMP3Renamer you should
    check out the cvs tree:
    cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jmp3renamer login
    cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jmp3renamer \
    co jmp3renamer2

    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" to build a JMP3Renamer.jar
             - "ant run" to run the built jar

             
-Help
    If you need some help:
    http://sourceforge.net/forum/forum.php?forum_id=240311


-Feature requests:
    http://sourceforge.net/tracker/?atid=528368&group_id=70598&func=browse
         
         
-Bugs
    If you find a bug, please report it here: 
    http://sourceforge.net/tracker/?atid=528365&group_id=70598&func=browse
    
    
-Thank you
    ...for using JMP3Renamer. Have fun with it.