
Comixology Theme
After a ton of work, and a lot of hacky css, I think this is ready to share.
Here are some screenshots of the various parts. http://imgur.com/a/3gEcz
And here is the actual theme files. https://goo.gl/eI6EhG
The second link has the theme, the publisher extras, and a readme.txt. Please read before installing.
Enjoy!

Java exception on issues containing a decimal
java.lang.NumberFormatException: For input string: "23.1"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[na:1.7.0_75]
at java.lang.Integer.parseInt(Integer.java:492) ~[na:1.7.0_75]
at java.lang.Integer.valueOf(Integer.java:582) ~[na:1.7.0_75]
at com.ubooquity.b.c.a(SourceFile:81) ~[Ubooquity.jar:1.7.6]
at com.ubooquity.data.feeder.a.b(SourceFile:499) [Ubooquity.jar:1.7.6]
at com.ubooquity.data.feeder.a.c(SourceFile:458) [Ubooquity.jar:1.7.6]
at com.ubooquity.data.feeder.a.b(SourceFile:39) [Ubooquity.jar:1.7.6]
at com.ubooquity.data.feeder.a$1.run(SourceFile:127) [Ubooquity.jar:1.7.6]
at java.lang.Thread.run(Thread.java:745) [na:1.7.0_75]
fresh install, initial run.
Linux, Ubuntu mix (flawless server 2.0), headless
Comic does appear in the web UI in the correct location for the path, but does not have an issue number with it.
This is a corner case with some DC titles around 2 years into the new 52 affecting just about all the titles. Let me know if you need any more logs etc out of me.

[Feature Request] Preload next page

Refreshing folders
Hi.
This might be a completely Idiot User issue but I have my Ubooquity in an Unraid Docker and my comics on the same array.
If I move files from folder to folder I am left with orphan file links in the display. I cannot seem to see how to refresh/update this.
Thanks in advance.

Can't close book in v3 using URL http://localhost:2202
Worked fine in v2. I can easily fix it by using my IP but still. Each time I open a book I can read it but as soon as I close it, its doesn't bring me back to the folder, its brings me to http://localhost without a port which obviously errors out.
here's the log showing the opening of the book and closing it:
20250217 18:35:27 [qtp224063653-373] INFO com.ubooquity.provider.h.b - Using template DETAILS with following parameters:
seriesName: null
rating: ""
downloadUrl: "/comics/36792/Arcbound%20001%20%282024%29%20%28digital%29%20%28Son%20of%20Ultron-Empire%29.cbr"
description: null
language: null
readingStatusClass: "status_unread"
rootPath: ""
writers: null
title: "Arcbound 001 (2024) (digital) (Son of Ultron-Empire)"
ItemId: 36792
seriesIndex: null
tags: null
coverUrl: "/cover/36792"
fileSize: "63.3 MB"
fileExtension: "CBR"
readerUrl: "/pagereader/reader.html#!?docId=36792&startIndex=0&nbPages=31"
progress: 0
publicationDate: null
20250217 18:35:29 [qtp224063653-336] INFO com.ubooquity.provider.e.a - Gman is reading Arcbound 001 (2024) (digital) (Son of Ultron-Empire)
20250217 18:35:29 [qtp224063653-373] WARN o.e.j.server.handler.ContextHandler - Unimplemented getRequestCharacterEncoding() - use org.eclipse.jetty.servlet.ServletContextHandler
20250217 18:35:32 [qtp224063653-373] WARN o.e.j.server.handler.ContextHandler - Unimplemented getRequestCharacterEncoding() - use org.eclipse.jetty.servlet.ServletContextHandler
20250217 18:35:33 [qtp224063653-373] WARN o.e.j.server.handler.ContextHandler - Unimplemented getRequestCharacterEncoding() - use org.eclipse.jetty.servlet.ServletContextHandler

Can't return back to pick Comics or eBooks (v3 Bugs)
Once I log in my library, I pick Comics or eBooks, but if I want to return back to change section, the return icon no longer let you back that far.

Scanning locks you out of reading (v3)
I've never experience this with v2, but in v3 once you launch a scan, you can't read or even see your books until the scan is completed. Took me by surprised because I happen to open my tablet at the same time the weekly library start kicked in. I disabled auto scan and will manually scan when I add books but it still odd.

Raw File Search
Please add the ability to search raw files. I use the raw files sections for a variety of things like magazines and RPG manuals, and having the ability to run a search based on file name would be incredibly helpful.
Thanks.

Initial scans fail
I am trying to set up for the first time and the initial scans seem to fail. This installed via Docker using the recommended settings.
I added the logs below, where it seems to be several errors, but I am not understanding what they are refering to.
Logs:
20250210 12:40:16 [Scanner thread] INFO com.ubooquity.data.feeder.a - Scanning books directories
20250210 12:40:16 [Scanner thread] WARN com.ubooquity.data.database.a - Could not find id of root path /books (ignore this warning if you just added a new root directory)
20250210 12:40:16 [Scanner thread] INFO com.ubooquity.data.database.a - Inserting/updating book entry in database : /books
20250210 12:40:16 [Scanner thread] ERROR com.ubooquity.data.feeder.a - Error while scanning shared book folders
java.lang.NullPointerException: null
at java.base/java.util.Objects.requireNonNull(Objects.java:209) ~[na:na]
at java.base/java.util.Arrays$ArrayList.(Arrays.java:4137) ~[na:na]
at java.base/java.util.Arrays.asList(Arrays.java:4122) ~[na:na]
at com.ubooquity.data.feeder.a.a(SourceFile:297) ~[Ubooquity.jar:2.1.5]
at com.ubooquity.data.feeder.a.b(SourceFile:105) ~[Ubooquity.jar:2.1.5]
at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]
20250210 12:40:16 [Scanner thread] INFO com.ubooquity.data.database.a - Found 1 empty folders
20250210 12:40:16 [Scanner thread] INFO com.ubooquity.data.database.a - Deleted empty folders from database. Looking for new ones...
20250210 12:40:16 [Scanner thread] INFO com.ubooquity.data.feeder.a - Finished scanning books directories, populating folders content cache
20250210 12:40:16 [Scanner thread] INFO com.ubooquity.data.feeder.a - Books folder content cache populated
20250210 12:40:16 [Scanner thread] INFO com.ubooquity.data.feeder.a - Scanning comics directories
20250210 12:40:16 [Scanner thread] WARN com.ubooquity.data.database.c - Could not find id of root path /comics (ignore this warning if you just added a new root directory)
20250210 12:40:16 [Scanner thread] INFO com.ubooquity.data.database.c - Inserting/updating comic entry in database : /comics
20250210 12:40:16 [Scanner thread] ERROR com.ubooquity.data.feeder.a - Error while scanning comics shared directories
java.lang.NullPointerException: null
at java.base/java.util.Objects.requireNonNull(Objects.java:209) ~[na:na]
at java.base/java.util.Arrays$ArrayList.(Arrays.java:4137) ~[na:na]
at java.base/java.util.Arrays.asList(Arrays.java:4122) ~[na:na]
at com.ubooquity.data.feeder.a.b(SourceFile:451) ~[Ubooquity.jar:2.1.5]
at com.ubooquity.data.feeder.a.b(SourceFile:112) ~[Ubooquity.jar:2.1.5]
at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]
20250210 12:40:16 [Scanner thread] INFO com.ubooquity.data.database.c - Found 1 empty folders
20250210 12:40:16 [Scanner thread] INFO com.ubooquity.data.database.c - Deleted empty folders from database. Looking for new ones...
20250210 12:40:16 [Scanner thread] INFO com.ubooquity.data.feeder.a - Finished scanning comics directories, populating folders content cache
20250210 12:40:16 [Scanner thread] INFO com.ubooquity.data.feeder.a - Comics folder content cache populated
20250210 12:40:16 [Scanner thread] INFO com.ubooquity.data.feeder.a - Comics statistics: [total: 0, added or updated: 0, removed: 0]
20250210 12:40:16 [Scanner thread] INFO com.ubooquity.data.feeder.a - Books statistics: [total: 0, added or updated: 0, removed: 0]

Impossible in V3
Either I do something wrong or it is impossible to add two directories with these names: "Totem" and "Totem Adventures and Travels".
When I try to add the second one it tells me that it is already added, something that does not happen at all with versions 2.1.X
Customer support service by UserEcho