Hi!
It would be cool if I could plug in a Java class that gets called whenever
Jaikoz renames/moves a file.
My family hates me every time I run any kind of auto-tagger, since it breaks their WinAmp/Windows Media Player playlists :twisted:
If I could capture the rename/moves then I could write a program that automatically updates the playlists.
Suggested interface:
public interface FileRenameListener {
public void fileRenamed(java.io.File oldFile, java.io.File newFile);
}
Regards,
Olle