0
Under review

Disable or reset last saved position?

Darren 2 years ago updated by Tom 2 years ago 3

Is there a setting to turn this off? I go to reread a comic I read last year it opens to the back cover.

0

eBooks - Chunky - Ubooquity

dangdingdong 2 years ago updated by Tom Davies 2 years ago 1

Hi, I just found out about Chunky and Ubooquity. I install Ubooquity on VPS, linked to my mounted cloud, and I can just fetch the comics I like to read. Very nice


I tried to scan eBooks on Ubooquity, no issue, read it online through Ubooquity, no issue as well. But I used Chunky to read the eBooks, it only showed the cover. I can't find a way to read the eBooks contain.


Can we use Chunky - Ubooquity to read my eBooks ? What's went wrong ?


please help


thank you

0

What does Ubooquity need to correctly scan a PDF?

p0lrb3ar 2 years ago 0

If I have a folder containing a single PDF. What else does Ubooquity need to scan/index it correctly? With Magazines I know it needs a cover scan jpg, but is there an index file that I could also provide, and if so what format does Uboo require? I don't use calibre, so not going there.

Can I do something like this?

>Book Folder

>>Book.pdf

>>Book.jpg

>>Book.idx ???

0

Can't access opds-comics via nginx reverse proxy

killo3967 2 years ago 0

Hi.

I have ubooquity under windows 10 in a server with 192.168.1.50 ip address and i could access all the resources including opds-comics and opds-books with the explorer in local network.

The problem is when i try to access from internet via nginx reverse proxy. 

My configuration is:

l

ocation /ubqt {
proxy_pass http://192.168.1.50:2202;
proxy_set_header Host $host;
# Permite acceso a los comics por opds
location /ubqt/opds-comics {
auth_request off;
proxy_pass http://192.168.1.50/ubqt/opds-comics/;
}  

The access to "http:\\<internet ip>:port\ubqt" function perfectly, but not the opds-comics.  I use Koobo app in my android tablet and has the same problem. In my local network, works correctly with "http://192.168.1.50:2202/ubqt/opds-comics/"

0

JAR won't run in OSX Catalina

seth shapiro 3 years ago updated 3 years ago 0

I've been trying for several hours to get Ubooquity 2.1.2 to run under Catalina on a late 2013 iMac. I can run 1.10.1 just fine (but can't figure out how to access network drives). None of the 2.x.x versions run at all. I see no clues in the log file. Has anyone had any luck running Ubooquity on Catalina? Thanks.

Here is some of the log:

20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - Running with the following parameters - headless: false, libraryport: -1, adminport: -1, remoteadmin: false, host: null, debug: false, execdir: /Applications
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - #############################
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - # Starting Ubooquity #
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - #############################
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - Java version: 1.8.0_333
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - Java vendor: Oracle Corporation
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - java vm name: Java HotSpot(TM) 64-Bit Server VM
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - java runtime name: Java(TM) SE Runtime Environment
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - Max heap size available: 3641 MB
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - OS name: Mac OS X
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - OS version: 10.15.7
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - OS architecture: x86_64
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - Loading local version info
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - Ubooquity 2.1.2 built on 2018-10-14 at 12:58
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - Creating application folders
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - Loading preferences
20220616 23:16:58 [main] INFO org.eclipse.jetty.util.log - Logging initialized @1150ms to org.eclipse.jetty.util.log.Slf4jLog
20220616 23:16:58 [main] INFO com.ubooquity.b - Starting internal server...
20220616 23:16:58 [main] INFO com.ubooquity.b - Reverse proxy prefix is not activated
20220616 23:16:58 [Scanner thread] INFO com.ubooquity.data.feeder.a - Scanning books directories
20220616 23:16:58 [Scanner thread] INFO com.ubooquity.data.feeder.a - Finished scanning books directories, populating folders content cache
20220616 23:16:58 [Scanner thread] INFO com.ubooquity.data.feeder.a - Books folder content cache populated
20220616 23:16:58 [Scanner thread] INFO com.ubooquity.data.feeder.a - Scanning comics directories
20220616 23:16:58 [Scanner thread] WARN com.ubooquity.data.database.c - Could not find id of root path /Volumes/McIntosh (5TB)/Comics (ignore this warning if you just added a new root directory)
20220616 23:16:58 [Scanner thread] WARN com.ubooquity.data.database.c - Could not find id of root path /Volumes/McIntosh (5TB)/Comics (ignore this warning if you just added a new root directory)
20220616 23:16:58 [Scanner thread] INFO com.ubooquity.data.feeder.a - Finished scanning comics directories, populating folders content cache
20220616 23:16:58 [Scanner thread] INFO com.ubooquity.data.feeder.a - Comics folder content cache populated
20220616 23:16:58 [Scanner thread] INFO com.ubooquity.data.feeder.a - Comics statistics: [total: 0, added or updated: 0, removed: 0]
20220616 23:16:58 [Scanner thread] INFO com.ubooquity.data.feeder.a - Books statistics: [total: 0, added or updated: 0, removed: 0]
20220616 23:16:58 [main] INFO org.eclipse.jetty.server.Server - jetty-9.4.0.v20161208
20220616 23:16:58 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.h.ContextHandler@35841320{/,null,AVAILABLE,@admin}
20220616 23:16:58 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.h.ContextHandler@61c4eee0{/,null,AVAILABLE,@library}
20220616 23:16:58 [main] INFO o.e.jetty.server.AbstractConnector - Started library@43f02ef2{HTTP/1.1,[http/1.1]}{0.0.0.0:2202}
20220616 23:16:58 [main] INFO o.e.jetty.server.AbstractConnector - Started admin@239a307b{HTTP/1.1,[http/1.1]}{127.0.0.1:2203}
20220616 23:16:58 [main] INFO org.eclipse.jetty.server.Server - Started @1316ms
20220616 23:16:58 [main] INFO com.ubooquity.b - Internal server started. Listening on port 2202 (library) and 2203 (admin)
20220616 23:16:59 [Timer-1] INFO com.ubooquity.Ubooquity - Checking latest available Ubooquity version from website
20220616 23:17:00 [Timer-1] INFO com.ubooquity.Ubooquity - Latest version available: 2.1.2 - Current version: 2.1.2

0

Suddenly most of my covers are gone and replaced with some missing graphic type icon.

Don Maker 3 years ago updated by Dennis slagers 3 years ago 3

Just started recently. I have no idea why, but most of my covers are now a small icon that looks like a torn document.

I cleared the database and did a fresh scan...problem persists. Is it possible that it is still creating covers even though the scan is finished?

Thank you

0
Under review

lynx and/or keyboard navigation

Richard Leonard 3 years ago updated by Tom 3 years ago 1

is there anyway to log-in to the admin page using just keyboard navigation and/or a non GUI browser?

for test purposes, I'm using Lynx on a debian linux box.

thank you in advance!

Rich Leonard

0
Not a bug

Admin not able to log in [2.1.2]

Noah Haskell 3 years ago updated by Tom 3 years ago 2

Hello! I've been a long time ubooquity user, and have been using my instance for years without using the admin UI and only changing the config in the text file. I figured I'd probably post now about this as I would like to use the admin GUI.

When I try to do admin setup the client hangs forever with the following errors on the server:

20220503 05:35:15 [qtp1678046232-42] ERROR com.ubooquity.provider.api.admin.c -
Admin page resource not found: angular-aria.min.js.map
20220503 05:35:15 [qtp1678046232-34] ERROR com.ubooquity.provid

0
Answered

Technics to scan huge files collection and skip already processed files

Thankful 3 years ago updated by Tom 3 years ago 4

Hello,

I am wondering how you have managed to have such a good performance when we scan our directory of comics. Would you agree to share that piece of code or the technics used ?


0

Is there a way to create collections/reading lists?

Brandon Travis 3 years ago 0

Title, mostly.

I am trying to figure out if I can create separate reading lists (besides bookmarks), for example Graphic Novels, Marvel Ultimate, Marvel Major Events, Short Runs, etc.

Is this at all possible? Thanks in advance