0
Under review

Using GPL'd libraries?

Alyssa Manhave 8 years ago updated by Protektor 7 years ago 3

Three of the libraries used in ubooquity are under the GPLv2 or GPLv3 licenses, which are not as permissive to developers as say BSD, Apache, MIT, etc. are.


They require any software they are used in to be open source.

0
Under review

Comic Label Error

James Williams 8 years ago updated 8 years ago 2

A bit of an odd one, I'm not sure if it's a bug or something else and I've not found anyone with the same issue.

Some of my nicely scrapped comics are only displaying the comic story title instead of Series Name and Number (Year).

Image 145


Is there anyway to change/toggle this as i would prefer the "Series Name #Number (Year)" as the story title can be very long sometimes and sometimes just looks bad.

0
Answered

remove file numbers

Porphiron 9 years ago updated 8 years ago 2

Hi,

Is there any way to remove the file numbers from in front of the cover icons?


Many Thanks.


Porph!

0

: no such file or directory when attempting to run ubooquity.sh

Porphiron 9 years ago updated by Francois Davoust 8 years ago 3

Hi,

Title says it all, I've changed permissions and moved both the jar and sh files to /opt/ubooquity and still no joy.


I've had a look in the sh file and can see no issues


Am stumped


Cheers all


Porph

0
Planned

Log improvment: details when deletion

Elouan 9 years ago updated by Tom 8 years ago 1

Here is an extract from my log when adding and removing items in database

20160930 10:51:24 [Scanner thread]  INFO com.ubooquity.data.database.b - Inserting/updating comic entry in 
database : /volume1/comics/Général/Corto Maltese (N&B)/Corto Maltese - 10 - Mû.cbz
20160930 10:51:31 [Scanner thread]  INFO  com.ubooquity.data.database.b - Deleting comic with id 5066 from database

The inserting/updating gives a lot of details (although it would be nice to know whether it's an update or a new item

The deletion doesn't give any details: we don't know which comic was deleted. This is very annoying: can you add information about the location of the file or at least the title? like you do when inserting an element?

0
Answered

Challenger Viewer - Limit of 20 Comics / Folder using OPDS

Sean 9 years ago updated by Tom 8 years ago 2

First, thanks for making a super application - it works very well.


I can't seem to solve an issue - using Challenger Viewer, I can sync OPDS-COMICS from Ubooquity however for some reason if a folder on the server contains more than 20 comics, Challenger Viewer will only group them into clusters of 20 per thumbnail - then will begin creating additional groups of 20 in a new generically titled "Comics" thumbnail rather than using metadata names.


Web viewing works just fine - not sure if this is an Ubooquity question or a Challenger question?


Aside from this little frustration, Ubooquity works very well as a home-based book server!

0
Under review

Ubooquity crashes regularly

Tobias Andersson 9 years ago updated by Michael Menzie 7 years ago 23

20160919 23:32:00 [pool-1-thread-16] WARN com.ubooquity.e.e - Interrupted while sending response (perhaps the client stopped the download) - java.net.SocketException - Software caused connection abort: socket write error


Gets about 30 of these and then it crashes. Every 48 hours.

0
Answered

Stream Epub

Seth Chhim 9 years ago updated by Tom 8 years ago 15

I made an app to load the epubs but it is not an elegant solution. It has to download the entire file first and then post process. In the future, will the epubreader support directly loading a specified page number much like how comicreader works?

0
Not a bug

Database rebuilt from scratch if external drive disconnects

joevan 9 years ago updated 9 years ago 2

I'm running Ubooquity on a Mac Mini that scans a network drive. If there's a glitch in network and the drive goes offline, the database needs to be cataloged from scratch. With 14,000 comics in my collection, this can take some time. It looks like the database is being reset if the volume isn't present.

0
Planned

java.lang.NoClassDefFoundError: com/twelvemonkeys/image/InverseColorMapIndexColorModel

diephoenix 9 years ago updated by Noah Haskell 8 years ago 7

Hi, On scanning I get this error:


20160911 00:28:07 [Scanner thread] INFO com.ubooquity.fileformat.pdf.b - Reading metadata of pdf file: H:\temp\My Books\My Books\Fiction\Wings\03 (18009)\03 - Wings.pdf

20160911 00:28:07 [Scanner thread] ERROR com.ubooquity.Ubooquity - Uncaught exception on thread: Scanner thread
java.lang.NoClassDefFoundError: com/twelvemonkeys/image/InverseColorMapIndexColorModel
at com.twelvemonkeys.imageio.plugins.jpeg.JPEGImage10MetadataCleaner.cleanMetadata(Unknown Source) ~[imageio-jpeg-3.1.0.jar.941688140809773937.tmp:3.1.0]
at com.twelvemonkeys.imageio.plugins.jpeg.JPEGImageReader.getImageMetadata(Unknown Source) ~[imageio-jpeg-3.1.0.jar.941688140809773937.tmp:3.1.0]
at org.apache.pdfbox.filter.DCTFilter.getNumChannels(DCTFilter.java:271) ~[pdfbox-2.0.0.jar.2923209612619892780.tmp:2.0.0]
at org.apache.pdfbox.filter.DCTFilter.decode(DCTFilter.java:69) ~[pdfbox-2.0.0.jar.2923209612619892780.tmp:2.0.0]
at org.apache.pdfbox.cos.COSInputStream.create(COSInputStream.java:69) ~[pdfbox-2.0.0.jar.2923209612619892780.tmp:2.0.0]
at org.apache.pdfbox.cos.COSStream.createInputStream(COSStream.java:163) ~[pdfbox-2.0.0.jar.2923209612619892780.tmp:2.0.0]
at org.apache.pdfbox.pdmodel.common.PDStream.createInputStream(PDStream.java:235) ~[pdfbox-2.0.0.jar.2923209612619892780.tmp:2.0.0]
at org.apache.pdfbox.pdmodel.graphics.image.PDImageXObject.<init>(PDImageXObject.java:147) ~[pdfbox-2.0.0.jar.2923209612619892780.tmp:2.0.0]
at org.apache.pdfbox.pdmodel.graphics.PDXObject.createXObject(PDXObject.java:70) ~[pdfbox-2.0.0.jar.2923209612619892780.tmp:2.0.0]
at org.apache.pdfbox.pdmodel.PDResources.getXObject(PDResources.java:385) ~[pdfbox-2.0.0.jar.2923209612619892780.tmp:2.0.0]
at org.apache.pdfbox.contentstream.operator.graphics.DrawObject.process(DrawObject.java:53) ~[pdfbox-2.0.0.jar.2923209612619892780.tmp:2.0.0]
at org.apache.pdfbox.contentstream.PDFStreamEngine.processOperator(PDFStreamEngine.java:815) ~[pdfbox-2.0.0.jar.2923209612619892780.tmp:2.0.0]
at org.apache.pdfbox.contentstream.PDFStreamEngine.processStreamOperators(PDFStreamEngine.java:472) ~[pdfbox-2.0.0.jar.2923209612619892780.tmp:2.0.0]
at org.apache.pdfbox.contentstream.PDFStreamEngine.processStream(PDFStreamEngine.java:446) ~[pdfbox-2.0.0.jar.2923209612619892780.tmp:2.0.0]
at org.apache.pdfbox.contentstream.PDFStreamEngine.processPage(PDFStreamEngine.java:149) ~[pdfbox-2.0.0.jar.2923209612619892780.tmp:2.0.0]
at org.apache.pdfbox.rendering.PageDrawer.drawPage(PageDrawer.java:189) ~[pdfbox-2.0.0.jar.2923209612619892780.tmp:2.0.0]
at org.apache.pdfbox.rendering.PDFRenderer.renderPage(PDFRenderer.java:208) ~[pdfbox-2.0.0.jar.2923209612619892780.tmp:2.0.0]
at org.apache.pdfbox.rendering.PDFRenderer.renderImage(PDFRenderer.java:139) ~[pdfbox-2.0.0.jar.2923209612619892780.tmp:2.0.0]
at org.apache.pdfbox.rendering.PDFRenderer.renderImageWithDPI(PDFRenderer.java:94) ~[pdfbox-2.0.0.jar.2923209612619892780.tmp:2.0.0]
at com.ubooquity.fileformat.pdf.b.a(SourceFile:71) ~[Ubooquity.jar:1.10.1]
at com.ubooquity.fileformat.pdf.b.a(SourceFile:44) ~[Ubooquity.jar:1.10.1]
at com.ubooquity.data.feeder.a.b(SourceFile:382) ~[Ubooquity.jar:1.10.1]
at com.ubooquity.data.feeder.a.a(SourceFile:212) ~[Ubooquity.jar:1.10.1]
at com.ubooquity.data.feeder.a.b(SourceFile:316) ~[Ubooquity.jar:1.10.1]
at com.ubooquity.data.feeder.a.a(SourceFile:35) ~[Ubooquity.jar:1.10.1]
at com.ubooquity.data.feeder.a$1.run(SourceFile:116) ~[Ubooquity.jar:1.10.1]
at java.lang.Thread.run(Unknown Source) ~[na:1.8.0_51]
Caused by: java.lang.ClassNotFoundException: Failure to load: com.twelvemonkeys.image.InverseColorMapIndexColorModel
at com.ubooquity.e.c.loadClass(SourceFile:992) ~[Ubooquity.jar:1.10.1]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[na:1.8.0_51]
... 27 common frames omitted


Both ubooquity and java on latest version, Windows 10 PC.