* contains a bitrate.
* If the bitrate pattern is replaced by its value it may
* be possible a conflict arises.
*/
refreshStatistics(getResult().getFileSystemRoots());
InspectionControl control = new InspectionControl(this);
control.displayInspector();
if (!(aborted = control.isAborted())) {
// Now the renaming can begin, using the targettreemodel
renameFiles();
}
}
} catch (Exception e) {