Skip to content

Version 0.0.3

Latest

Choose a tag to compare

@NLstn NLstn released this 07 Jan 00:27
· 90 commits to master since this release
7762fc3

Welcome to the release notes of version 0.0.3.

New Features:

  • JMO-27: JMediaOrganizer now features a command line mode, so you can launch it from the command line.
  • JMO-42: Drag and Drop Support has been added! You can now drag and drop single(!) folders into the window and this folder will automatically be loaded
  • JMO-59: You can now configure a standard folder to open when you open the directory chooser. The setting is available in the main settings tab.
  • JMO-63: Another new setting has been added, with which you can define whether or not the root input folder (the folder you chosen from DirectoryChooser) gets deleted in the cleanup process.

Enhancements

  • JMO-43: After configuring log4j in the last version, file logging to the JMediaOrganizer folder in %APPDATA% has been addded!
  • JMO-60: While converting, if the album artist of a file is empty and it has the artist field filled, this field will be copied to the album artist. This will also be changed on the file level.
  • JMO-61: When an exception occurs while relocating files, the exception is not logged to a popup anymore. You do not have to watch your organizer relocate your files in case an exception happens and relocation is paused anymore.
  • JMO-64: I switched from standard Java configuration files to Apache Commons Configuration 2. Now i don't have to define how the settings are stored (for example for lists), i can let apache do the job for me.

Bugfixes

  • JMO-39: With this some huge issues have been fixed. First, if your threadCount was higher than the number of files to convert, no file was converted at all. Second, there was bug with how the files were divided on different threads, which has been fixed now. Last but not least, the multithreading setting didn't affect the actual conversion at all, it only affected the preview building!
  • JMO-41: The library i use to read the ID3 tags from files uses '/' as seperation character for multiple artists, which of course will create a new subfolder in my usecase. Multiple artists will now be seperated by ';', like windows does it.
  • JMO-53: There were some issues with the scrollpane of the preview in the settings window, which are now fixed.
  • JMO-69: Switching settings tabs now triggers a save, so that you can use your newly modified settings on the other tabs without closing and opening the settings window.
  • JMO-70: After a variable has been added via the dropdown input help in the settings window, the focus remained on the dropdown list. Now the focus is given back to the pattern field.
  • JMO-71: Closing the Settings window triggered saving twice.