I give up on saying a release is "final". I was reprocessing my entire manga collection and noticed some room for improvements (stability improvements... the basic alrogithms are not changing so don't worry about reprocessing your manga if you are already using the latest release).
Expect v1.82 soon (no "F") soon. I've already coded the improvements but will wait until I've tested it on my whole collection.
-Update-
I think I got everything working correctly in v1.82, but I'll let it finish processing my entire manga collection to make sure all is well. Expect a release in 2-3 days.
By the way, this program works great with a batch file. I wrote a batch file to process all of my manga series so that I can kick it off and let it run without having to babysit it. Just create a .bat (or .sh for linux) with each Canti command on a separate line. For example:
Contents of process_all_manga.bat (which is in the same directory as Canti):
java -jar Canti.jar -parent_folder C:\\Manga\\MahouSenseiNegima!\\ -title "Mahou Sensei Negima!" -manga_prefix "Ch."
java -jar Canti.jar -parent_folder C:\\Manga\\SchoolRumble\\ -title "School Rumble" -manga_prefix "Ch."
...
Last edited by lilman; 07-13-2010 at 04:45 PM.
|