Your comments

And now I realize I can't lock threads...

Anyway, I'll just put a big lock image to ask people to stop posting.


Thanks for your work too, It's really nice to see people building things around Ubooquity. I'll continue expanding the "interaction points" Ubooquity offers (customization, APIs...).


Have fun with Kotlin and Tensorflow. :)

Not that I know of.

If you can upload one of your faulty cbz files somewhere, I'll take a look.

I added some code in 2.1.0 to automatically remove the trailing slash.

This kind of "trap" is really bad for usability.

Azw/3 support will be added in next version.

Will be available in 2.0.3 using:


http://YOUR_IP:2202/public-api/preferences


Will return something like:


{
  "isFilesProviderEnabled" : true,
  "isComicsProviderEnabled" : true,
  "isBooksProviderEnabled" : true,
  "isUserManagementEnabled" : false,
  "libraryPortNumber" : 2202,
  "comicWidth" : 170,
  "comicHeight" : 245,
  "comicsPaginationNumber" : 50,
  "bookWidth" : 160,
  "bookHeight" : 230,
  "booksPaginationNumber" : 30,
  "theme" : "default",
  "reverseProxyPrefix" : "",
  "isOpdsProviderEnabled" : true,
  "bypassSingleRootFolder" : true,
  "enableFolderMetadataDisplay" : true
}


I agree, I added this feature to my backlog (as usual, no ETA).


In the meantime, you can add UNC paths by editing directly the Json preferences files after having stopped Ubooquity.


Example of comic section settings containing an UNC path:


"comicsPaths" : [ {
    "pathString" : "C:\\Users\\Tom\\Libraries\\Demo\\Comics",
    "userName" : [ "Tom", "Kim", "William" ]
  },
  {
    "pathString" : "\\\\terebi\\Documents\\Comics",
    "userName" : [ "Tom", "Kim", "William" ]
  }  ],

Note the escaping of the backslahes: 2 for 1, 4 for 2.