0
Under review

Grouping Books With The Same Extension [MOBI,PDF,EPUB]

Daryl 3 years ago updated by Tom 1 year ago 2

I have loaded Ubooquity with a bunch of files. Some are dubplicates win different file formats. I enjoy reading PDF on my computer/browser, but EPUB on my mobile device. I would appreciate the ability to group files if their base name is the same.


If this is already a feature, it's either not working, or I don't know how to enable it.

0

how to disable Download

Ramana Reddy 3 years ago 0
0

Leading zeros mess up the order

Don Maker 3 years ago 0

I noticed that leading zeros are counted and will mess up large collection order.

For example, Detective Comics is well over 1000 issues, but if you have something like Detective Comics 935.cbr as well as Detective Comics 1000.cbr, it will sort all the 1xxx before any xxx.cbr files. This is kind of annoying and will force me to rename some comics. 

Not a huge deal, but would be nice if leading zeros were not necessary.

0

Can't start server on boot, raspberry pi. Only runs while Putty is open.

simple223 3 years ago 0

Hello!

I have been using this guide to try and set up my ubooquity server. https://www.htpcguides.com/install-ubooquity-on-raspberry-pi-for-personal-ebook-server/

changing

export UBOOQUITY_HOME=/opt/ubooquity 
DAEMON_NAME="Ubooquity"
DAEMON_USER=root
DAEMON_PATH="/usr/bin/java"
DAEMON_OPTS="-jar /opt/ubooquity/Ubooquity.jar -webadmin -headless -port 2022"
DAEMON_PWD="/opt/ubooquity"
DAEMON_DESC=$(get_lsb_header_val $0 "Short-Description")
DAEMON_PID="/var/run/${DAEMON_NAME}.pid"
DAEMON_NICE=0
DAEMON_LOG='/var/log/cherrymusic'

to

export UBOOQUITY_HOME=/opt/ubooquity 
DAEMON_NAME="Ubooquity"
DAEMON_USER=root
DAEMON_PATH="/usr/bin/java"
DAEMON_OPTS="-jar /opt/ubooquity/Ubooquity.jar --admintport 2022 --remoteadmin --headless --libraryport 3456"
DAEMON_PWD="/opt/ubooquity"
DAEMON_DESC=$(get_lsb_header_val $0 "Short-Description")
DAEMON_PID="/var/run/${DAEMON_NAME}.pid"
DAEMON_NICE=0
DAEMON_LOG='/var/log/cherrymusic

I can get ubooquity to start while using Putty using

sudo java -jar /opt/ubooquity/Ubooquity.jar --adminport 2022 --remoteadmin --headless --libraryport 3456

But if I close Putty, it stops the server.

I'm pretty new to this.

Thanks!

0

First scan seems stuck

Don Maker 3 years ago updated 3 years ago 2

Can't figure this out. I just found Ubooquity today and was loving it. This is awesome. I can stream my comics from anywhere now and not have to use micr sd cards anymore, I thought.

It scanned hundreds of issues pretty quickly, but now it seems to scan one file, then just sits there. It was stuck for a couple of hours on one file, then I rebooted and it scanned the next file in the location and then stalled again. But there is nothing at all helpful in the logs:

20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - #############################
20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - # Starting Ubooquity #
20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - #############################
20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - Java version: 1.8.0_301
20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - Java vendor: Oracle Corporation
20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - java vm name: Java HotSpot(TM) 64-Bit Server VM
20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - java runtime name: Java(TM) SE Runtime Environment
20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - Max heap size available: 7273 MB
20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - OS name: Windows 10
20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - OS version: 10.0
20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - OS architecture: amd64
20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - Loading local version info
20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - Ubooquity 2.1.2 built on 2018-10-14 at 12:58
20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - Creating application folders
20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - Loading preferences
20211012 18:49:22 [main] INFO org.eclipse.jetty.util.log - Logging initialized @1761ms to org.eclipse.jetty.util.log.Slf4jLog
20211012 18:49:22 [main] INFO com.ubooquity.b - Starting internal server...
20211012 18:49:22 [main] INFO com.ubooquity.b - Reverse proxy prefix is not activated
20211012 18:49:22 [Scanner thread] INFO com.ubooquity.data.feeder.a - Scanning books directories
20211012 18:49:22 [Scanner thread] INFO com.ubooquity.data.feeder.a - Finished scanning books directories, populating folders content cache
20211012 18:49:22 [Scanner thread] INFO com.ubooquity.data.feeder.a - Books folder content cache populated
20211012 18:49:22 [Scanner thread] INFO com.ubooquity.data.feeder.a - Scanning comics directories
20211012 18:49:22 [Scanner thread] WARN
com.ubooquity.data.database.c - Could not find id of root path
D:\Backup\Comics and Ebooks\Comics\Recent Unsorted Comics (ignore this
warning if you just added a new root directory)
20211012 18:49:22 [main] INFO org.eclipse.jetty.server.Server - jetty-9.4.0.v20161208
20211012 18:49:22 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.h.ContextHandler@305ffe9e{/,null,AVAILABLE,@admin}
20211012 18:49:22 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.h.ContextHandler@302c971f{/,null,AVAILABLE,@library}
20211012 18:49:23 [main] INFO o.e.jetty.server.AbstractConnector - Started library@3de8f619{HTTP/1.1,[http/1.1]}{0.0.0.0:2202}
20211012 18:49:23 [main] INFO o.e.jetty.server.AbstractConnector - Started admin@2ab4bc72{HTTP/1.1,[http/1.1]}{0.0.0.0:2203}
20211012 18:49:23 [main] INFO org.eclipse.jetty.server.Server - Started @1971ms
20211012 18:49:23 [main] INFO com.ubooquity.b - Internal server started. Listening on port 2202 (library) and 2203 (admin)
20211012 18:49:23 [Scanner thread] INFO
com.ubooquity.b.d - Reading metadata of comic file: D:\Backup\Comics
and Ebooks\Comics\Main Collection\DC\Series\Batman (pre
Rebirth)\Detective Comics\DC 500-600\Detective Comics 515.cbr
20211012 18:49:23 [Scanner thread] INFO
com.ubooquity.data.database.c - Inserting/updating comic entry in
database : D:\Backup\Comics and Ebooks\Comics\Main
Collection\DC\Series\Batman (pre Rebirth)\Detective Comics\DC
500-600\Detective Comics 515.cbr
20211012 18:49:24 [Timer-0] INFO com.ubooquity.Ubooquity - Checking latest available Ubooquity version from website
20211012 18:49:24 [Timer-0] INFO com.ubooquity.Ubooquity - Latest version available: 2.1.2 - Current version: 2.1.2

It's been sitting on Detective Comics 515 for over ten minutes now.

Any help would be great appreciated. I was so excited to use something like this, but now it just stuck for some reason...

Thank you.

0

Cannot see any result

aroseva 3 years ago 0

Hello, 

I work on Mac OS 11.5 and i can't see any result if i look for a comics or a book. The result page is all wihite. Have an idea?

Thanks!

0

Issue connecting to comics/books quick link

xerxes501 3 years ago updated by John Papoula 3 years ago 1

Thanks for the great work, I love the look. I'm having an issue right now and I'm not sure how to fix it. I can access my latest comics, books, and raw files. But when I try to click the browse tab or the comics and books quick links, I get taken back to my synology nas home page. It looks like its using the right address, but trying to connect through port 5000 while I have reverse proxy in use.  Is there a work around?  Thank you.

0

Deactivate thumbnails

KyleKatarn 3 years ago 0

Hi,

Is there a way to deactivate thumbnail generation?

My goal is to fasten database update on small server.

Thanks

0
Under review

Some CBR files not working on app or web

cee4our 3 years ago updated by Tom 3 years ago 3

I have some comics in CBR format that I made last year by using WinRAR and then changing the extension and they all work fine but the ones I've made in the past couple days won't work. The only thing I've noticed about them is the CBR's I made last year the text shows up blue and the new ones I make the files are black. No idea why that's the case or why that would matter. Any ideas for why these aren't working?

Answer
Tom 3 years ago

RAR is a proprietary format for which very few decompression library exist.

The library used by Ubooquity (the only existing in Java) has issues with some RAR file, and can't open RAR 5 files at all.

For comics there is no reason whatsoever to prefer RAR to Zip (cbz) anyway.

0

Moving Ubooquity From Windows to Docker

Bobby Hill 3 years ago updated by John Papoula 3 years ago 1

My previous installation of Ubooquity was on Windows, with my Comics folder on my Synology NAS mapped as a letter drive (R) so that Ubooquity could see it.

I have now moved to Docker in Unraid. In order to preserve my old database I need to map the old comics path inside of the container to the new path outside of the container:

Container Path: R:\\Comics
Host Path: /mnt/user/Comics/


Docker really doesn't like this and refuses to take it.  Anyone have any idears??

Image 784