extension = fileName.substring(dotIndex);
}
// HERE call the methods to generate the newName
try {
MetadataTagCache tagCache = MetadataTagCache.getInstance();
Tag songTag = tagCache.getTagFromFile(file);
for (MetadataTag tag : tagList.getTags()) {
FieldKey key = tag.getFieldKey();
// pull the values out, tack them on to the newName