JMP3Renamer Changelog

What's new in JMP3Renamer 2.2

Jan 22, 2010
  • support for more than one plugin directory
  • improved suggesting combo box
  • magic cookie for CD-Number (TPOS ID3-Frame)
  • changed behaviour when moving files
  • no "external" files are moved anymore
  • ported logging to JDK logging with slf4j as facade for simpler logging
  • now using ant tasks for renaming and moving of files
  • include entagged-audioformats in the core
  • Moved the renaming and moving of the files to FileManager
  • The FilePlugins now only write the tags
  • Moved the button to show the data to the toolbar
  • Fixed ArrayIndexOfBoundsExceptions, which occured during table updates

New in JMP3Renamer 2.1.4 (Jan 22, 2010)

  • improved method for adding leading zeros to the track number tags with the
  • format "3/12" are now supported
  • improved some gui stuff
  • new dataset entry CD-Number
  • new icons and a new logo
  • new I18N mechanism
  • AbstractTranslatablePlugin class as super class for i18n enabled plugins
  • Look and Feel can be configured

New in JMP3Renamer 2.1.3 (Jan 22, 2010)

  • bug fix release

New in JMP3Renamer 2.1.2 (Jan 22, 2010)

  • support for command line parameters -> you can append filenames to the
  • command line and jmp3renamer will open them on startup
  • improved methode for capitalization of words
  • advanced translation
  • support for compilations
  • improved renaming of directory
  • new MagicCookie %char_of_artist which extracts the first character of the
  • artist good for alphabetical sorting

New in JMP3Renamer 2.1.1 (Jan 22, 2010)

  • magic cookies have new names
  • internal changes, which improve some plugins

New in JMP3Renamer 2.1.0 (Jan 22, 2010)

  • toolbar instead of PluginPanel -> higher usability

New in JMP3Renamer 2.0.4 (Jan 22, 2010)

  • all listings of plugins are now sorted
  • fixed some bugs
  • better assignment between files and data

New in JMP3Renamer 2.0.3 (Jan 22, 2010)

  • DataSets are serializable
  • some new menus/contextmenus and shortcuts
  • some smaller bugfixes

New in JMP3Renamer 2.0.2 (Jan 22, 2010)

  • directories can be opened recursively
  • proxy server support
  • spanish translation

New in JMP3Renamer 2.0.1 (Jan 22, 2010)

  • new update mechanism for the file table -> no more flicker
  • Logger follows the singleton pattern
  • french translation

New in JMP3Renamer 2.0 (Jan 22, 2010)

  • splashscreen
  • better filehandling in PluginManager
  • cleaner canceling of downloads in PluginManager
  • PluginLoader tries to delete plugins, if it can't load them and thinks
  • they are corrupt -> error message pops up only at one startup then the file
  • will be deleted
  • new debug console which shows all output of jmp3renamer
  • new plugin type GeneralPlugin, which allows plugins of any purpose
  • improved renaming animation

New in JMP3Renamer 2.0 RC3 (Jan 22, 2010)

  • new ClassLoader "JarClassLoader" -> makes it possible to remove and update
  • plugins at runtime
  • new class PluginLoader which loads and unloads plugins at runtime
  • changes in the GUI classes, which were required for loading and unloading
  • plugins at runtime

New in JMP3Renamer 2.0 RC2 (Jan 22, 2010)

  • improved the capitalize method -> words after brackets will now be
  • capitalized, too
  • improved the "replace by" function and the magic cookie handling
  • it is more robust and throws less exceptions
  • changed all "enum" to "enumeration" cause enum is a keyword in java 15
  • bugfix in selectDir() in SplitPanejava (invalid path (espacially root)
  • threw a NullPointerException)
  • bugfix in update() in SplitPanejava (ArrayIndexOutOfBoundsException after
  • removing an entry in dbtable)
  • SettingsDialogjava: change filenames in dbtable after changing the
  • filename format

New in JMP3Renamer 2.0 RC1 (Jan 22, 2010)

  • complete redesign
  • plugin api: plugins for fileformats and plugins
  • for datasources (freedb, filetag, etc) are possible
  • plugins:
  • mp3
  • ogg
  • freedb
  • filename
  • filetag
  • pluginmanager to install, remove, update plugins
  • logging
  • extended settingsdialog
  • new look and feel (JGoodies looks)
  • functions to edit datasets
  • replace with
  • leading 0s
  • uppercase, lowercase, capitalized
  • windows wrapper -> exe file for windows users