0

In progress books list in V3

Anne 4 months ago 0

In Ubooquity V2, there were a few scripts that people created to filter/pull books that were currently being read.

Are there any updated scripts or information to do this in V3? I'm assuming with the changes made in the new version, those scripts wouldn't work now.

0

Refreshing folders

john seedhouse 6 months ago updated by Wayne Glassbrook 6 months ago 1

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.

0

Can't close book in v3 using URL http://localhost:2202

Guillaume Dauphinais 7 months ago updated 7 months ago 0

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

0

Can't return back to pick Comics or eBooks (v3 Bugs)

Guillaume Dauphinais 7 months ago 0

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.

Image 824

Image 825

0

Scanning locks you out of reading (v3)

Guillaume Dauphinais 7 months ago updated 7 months ago 1

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.

0
Under review

Raw File Search

Chip Andre 7 months ago updated by Tom 6 months ago 6

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.

0

Initial scans fail

aluke 7 months ago 0

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]

0
Fixed

Impossible in V3

Santi Gaite 7 months ago updated by Matthew 2 months ago 3

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

0
Declined

Why would I download and install this software without knowing the features it provides?

mpmansell 9 months ago updated by RiC 9 months ago 6

I doubt I am alone in this feeling and suggest that a section outlining the features this software provides on the main page.

I understand there might be articles online, or videos, or even a downloadable manual that would tell me but not everyone has time to waste,  especially if they eventually find the system id unsuitable.

0

fichiers Ubooquity sur un autre disque

serge21 9 months ago 0

Bonjour , je souhaiterais que les répertoires (cache , etc...) soient dans un répertoire sur un autre disque alors que Ubooquity.jar et la configuration resterais sur le disque système (debian 12). dans la documentation , il n'y a aucunes explications.

Merci de m'éclairer

Serge21