Skip to content

Releases: NLstn/JOrganizer

Version 0.0.3

07 Jan 00:27
7762fc3

Choose a tag to compare

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.

Release v0.0.2

22 Dec 21:11

Choose a tag to compare

Welcome to the release notes of version 0.0.2. This release is still about implementing basic functionality into the program.

New Features:

  • JMO-25: You are now able to specify file types, which will be deleted when converting. For example, if you add .txt to this list, all txt files will be deleted from your loaded input folder when starting the conversion.
    This list can be configured in the settings window, under the settings tab.
  • JMO-37: Not so exciting for you, but i am now able to include maven information in my programs code! For example, i can use the version in my logging now.

Enhancements

  • JMO-13: Log4J is now configured properly and used in the project.
  • JMO-16: The convert settings are no accessible in the settings window and have been removed from the menu bar.
  • JMO-17: More variables are now available for the patterns for the converter
  • JMO-18: I added a dropdownlist next to the pattern field, where you can choose all the variables available. Upon clicking them, they will be added to your pattern, at the cursors position
  • JMO-30: A preview MP3 file will now be generated and display when you open the settings window without opening a folder before. Now you don't have to load your own song to create your pattern, you can use Linkin Park's Iridescent.
  • JMO-21: The settings window now automatically saves on closing, so the save button was not needed anymore and removed.

Bugfixes

  • JMO-38: Only one small bugfix, which is that the converter doesn't convert the preview three times anymore upon opening the settings window.

Initial Release

10 Dec 01:14
0218868

Choose a tag to compare

Initial Release Pre-release
Pre-release
Merge pull request #3 from NLstn/JMO-20

Cleanup #2