Installing Java Windows users will first need to install Sun's Java 2 on their Windows PC unless your PC supplier has pre-installed Java 2 before delivery. Java 2 is a free download from SUN Microsystems. It's recommended you install the smaller "JRE" unless you are writing code. Click on the latest J2SE version and you will see the "JRE" download listed. Desktop Java can also be installed from Java.com. |
fileRename A java program to rename, edit, tag & ftp your files. A few features are: ease of use, fully editable property file, multiple options to correct file names, search & replace inc regex, mp3, flac, ogg, file rename filters, optimised for music collections. -- This has been drafted to give some idea of the scope
of usage of fileRename capabilities. |
Development |
Getting Started in windows double click FileRename.jar or from the command line 'java -jar FileRename.jar' default look & feel is jgoodies PlasticXPLookAndFeel (https://looks.dev.java.net/) - there are a couple of options you can pass in to have
a play around with different look & feel, these are 1:SteelBlueTheme ie. Note: for windows, create a text file, rename to 'run.bat'
and edit with a single line similar to the following |
Basics -- Note that No changes are made to actual files until either 'Write Tag' or 'Rename & Tag' button is pressed. Press 'Directory' and select the root directory, once
selected a recursive search is done for all files of the type listed
in the 'Filters' panel. As we are optimised for music files, for every file of
correct type found we take that files current directory as the album
and the parent directory as the artist. This is the case regardless of
folder iteration. Note:: As the files are loaded they go through processing as specified on the 'Text Process' tab. These options can be selected on load through editing PROPERTY, or manually from the 'Text Process' panel. Changes to selections are visible in the 'New File' window pane. Note that these changes are done in memory and are not committed until you press 'Rename & Tag' On selecting a root folder, The main window shows a number
of usefull things, the main one being a 2 pane window, original name
to left, parsed name to right. The parsed name is as it suggests the
original name run throught all processing specified on 'Text Process'
tab. This processing can also be specified in PROPERTY. ...to be continued. |