Here's Canti v1.85
New to version 1.85:
-
Bug fix: @manga_prefix not working properly
If you set @manga_prefix to default, Canti interpreted it literally (meaning you would get something like School_Rumble_-_default1.cbz). This has been fixed.
Also, the auto setting for @manga_prefix wasn't working correctly. I think it has been fixed now.
-
Bug fix: Auto binding not working properly
This problem is hard to explain. Just know that auto binding was a little bit broken but has been fixed.
-
Bug fix: Binding not working properly
Binding was considering all folders in output_folder as potential folders to bind when it should have only considered image folders of the currently processing series. This has been fixed.
-
Added support for spaces in paths
Spaces in paths has been a pita since the beginning of Canti. I finally tracked down the cause of the problem (it was an issue with the way Java interacts with external programs like ImageMagick) and it has been fixed.
Remember that when specifying a path with spaces you must put "" around the path (for example: -parent_folder "C:\\Program Files\\manga\\").
-
User can specify location of .properties file
I got some requests for this feature, and since it took ~3mins to program I added it in :P
New command line option -properties [path to .properties file] allows you to specify the location of the .properties file.
By default, Canti assumes that the .properties file is in the same directory as the .jar, so if you haven't moved the .properties file from its default location then you don't need to set this option.
-
Added more default .properties profiles
Added requested .properties profiles for Ectaco JetBook and JetBook Lite. They can be created by running (respectively):
Code:
java -jar Canti.jar -create_properties jb
java -jar Canti.jar -create_properties jbl
Currently, the JetBook regular and lite version settings are the same, but Canti still handles them separately in case their specs change in the future.
-
User can specify -auto_bind [integer] in command line
This should make it easier to use auto binding as needed since I doubt most people like to leave it enabled all the time.
This value supersedes the one in the .properties file.
Enjoy and let me know if it works for you