View Single Post
Old 07-21-2010, 11:35 AM   #33
lilman
Addict
lilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-books
 
lilman's Avatar
 
Posts: 326
Karma: 960
Join Date: Jul 2009
Location: Florida, US
Device: Kindle DX, iPad
Here's Canti v1.83

New to version 1.83:
-Bug fix: Potential crash when trying to determine the file extension of a file with no extension
Oops, left the potential for a NullPointerException if Canti tries to determine the extension of a file which has no extension. Problem has been fixed.
-Bug fix: Can't create .properties file for certain Sony devices
Canti had the incorrect filenames for the default .properties files of several Sony devices. This was easily fixed.
-Auto sense suffix length
In the last release of Canti, the naming scheme for auto sense suffix changed (see the notes for v1.82 for details). I've added @auto_sense_suffix_length for those that preferred the previous auto sense suffix naming scheme.
@auto_sense_suffix_length is the number of digits to use when auto sensing the suffix of folders. An auto sensed suffix whose length is less than this value will be padded with leading 0's.
The length of a suffix is the number of digits before the decimal. For example, 1.999 has a length of one, 01.999 has a length of two.
Acceptable values: -1 (to disable), or an integer greater than or equal to 1
Recomended: -1 (if you don't want to pad the auto sensed suffix) or 4 (if you want to pad, 4 digits should be enough to handle most series (how many series have more than 9999 issues?))
This is set up in the .properties file.

Enjoy and let me know if this works for you
Attached Files
File Type: zip Canti_v1.83.zip (79.6 KB, 220 views)
lilman is offline   Reply With Quote