0
Planned

Feature Request: Boolean Search

Darren 7 years ago updated by Tom 7 years ago 1

Is including boolean operators in the search function doable without venturing into an Advanced Search rewrite?

0

Marvin 3 supports comics via Ubooquity OPDS

Telecart 7 years ago 0

This might be old news but I Just figured I'd let folks know, I've been playing around with Marvin 3 for iOS and it now supports comics as well as ePUB books and has robust OPDS support and cloud sync the page location between instances of Marvin 3. It's a nice app if you're looking for one app to handle both books and comics associated with an Ubooquity server. No streaming, only downloading though.

0
Under review

specify log level on start

Toonman 7 years ago updated by Tom 7 years ago 3

Hi, 

Wondering if it is possible (without recompiling the JAR) to specify the log level at startup, i.e., with a command line option ? 


We have -workdir and -headless, etc, wouldnt mind a -loglevel 

(unless it already exists?)


Use case for containers is I only really want to output errors, info level does not really interest me.


0
Planned

Log file issue

Elouan 7 years ago updated by Tom 7 years ago 3

I'm running the beta version of ubooquity on a Synology NAS:

Ubooquity 2.0.2 built on 2017-04-24 at 20:52


I have a problem with the logs file: 

If I click on 'view logs' from the admin interface, I see only part of the log file : the latest log in my case dates back from 30/05/2017

On the other hand the log file is updated correctly: if I download the file itself and open it in notebook, I see the latest changes: the latest log in the file is from 20/06/2017


so: the web interface is not displaying the entire content of the file


The file is 280kB, so below the 1MB threshold.


It's possible that I've deleted archived logs (.zip) before, but I don't see why this shoudl cause a problem, but maybe you would

0

[2.0.2] Starting in a FreeNAS Jail as a service?

Clay 7 years ago updated 7 years ago 1

Anybody have a startup script for 2.0.2 that works for FreeNAS in a jail?


Preferably gives me options to start/stop, behaves with a pidfile, all that good stuff.

0

Not pulling apple-touch-icon when configured for reverse proxy

saucebarbeque 7 years ago updated by El Micka 7 years ago 5

Hi - 


Finally figured out the nuances to nginx and Ubooquity, and now Ubooquity lives under /ubooquity. I use nginx access for remote access, and I hit Ubooquity directly when I'm at home.


When I attempt to "Add to Home Screen" from Safari on my iPad or iPhone, I now get the generic screenshot icon instead of the nice books & cloud icon I had prior to the nginx setup...


Can this be fixed?

0
Answered

Not workign on synology ds216j+

Lyu JH (lyu0001) 7 years ago updated 7 years ago 2

synology dsm 6.0

JAVA 7 (1.7.0)


ubooquity.conf 


start on started httpd-user
stop on runlevel [06]

exec /var/packages/java7/target/jre/bin/java -Dfile.encoding=UTF-8 -jar -Xmx512m /var/packages/Ubooquity/Ubooquity.jar -port 2202 -webadmin -headless -workdir "/volume1/comics" 


Log


20170611 18:41:10 [main] INFO  com.ubooquity.Ubooquity - Running with the following parameters - headless: false, libraryport: -1, adminport: -1, remoteadmin: false, host: null, debug: false, execdir: /var/packages/Ubooquity
20170611 18:41:10 [main] INFO  com.ubooquity.Ubooquity - #############################
20170611 18:41:10 [main] INFO  com.ubooquity.Ubooquity - #     Starting Ubooquity    #
20170611 18:41:10 [main] INFO  com.ubooquity.Ubooquity - #############################
20170611 18:41:10 [main] INFO  com.ubooquity.Ubooquity - Java version: 1.8.0_131
20170611 18:41:10 [main] INFO  com.ubooquity.Ubooquity - Java vendor: Oracle Corporation
20170611 18:41:10 [main] INFO  com.ubooquity.Ubooquity - Max heap size available: 121 MB
20170611 18:41:10 [main] INFO  com.ubooquity.Ubooquity - OS name: Linux
20170611 18:41:10 [main] INFO  com.ubooquity.Ubooquity - OS version: 3.10.102
20170611 18:41:10 [main] INFO  com.ubooquity.Ubooquity - OS architecture: arm
20170611 18:41:10 [main] INFO  com.ubooquity.Ubooquity - Loading local version info
20170611 18:41:10 [main] INFO  com.ubooquity.Ubooquity - Ubooquity 2.0.2 built on 2017-04-24 at 20:52
20170611 18:41:10 [main] INFO  com.ubooquity.Ubooquity - Creating application folders
20170611 18:41:11 [main] INFO  com.ubooquity.Ubooquity - Loading preferences
20170611 18:41:11 [main] INFO  com.ubooquity.Ubooquity - Saving preferences
20170611 18:41:17 [main] INFO  org.eclipse.jetty.util.log - Logging initialized @27199ms to org.eclipse.jetty.util.log.Slf4jLog
20170611 18:41:17 [main] INFO  com.ubooquity.b - Starting internal server...
20170611 18:41:17 [main] INFO  com.ubooquity.b - Reverse proxy prefix is not activated
20170611 18:41:17 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Scanning books directories
20170611 18:41:17 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Finished scanning books directories, populating folders content cache
20170611 18:41:17 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Books folder content cache populated
20170611 18:41:17 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Scanning comics directories
20170611 18:41:17 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Finished scanning comics directories, populating folders content cache
20170611 18:41:17 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Comics folder content cache populated
20170611 18:41:17 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Comics statistics: [total: 0, added or updated: 0, removed: 0]
20170611 18:41:17 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Books statistics: [total: 0, added or updated: 0, removed: 0]
20170611 18:41:18 [main] INFO  org.eclipse.jetty.server.Server - jetty-9.4.0.v20161208
20170611 18:41:18 [main] INFO  o.e.j.server.handler.ContextHandler - Started o.e.j.s.h.ContextHandler@13d1baf{/,null,AVAILABLE,@admin}
20170611 18:41:18 [main] INFO  o.e.j.server.handler.ContextHandler - Started o.e.j.s.h.ContextHandler@eb3ea3{/,null,AVAILABLE,@library}
20170611 18:41:18 [main] INFO  o.e.jetty.server.AbstractConnector - Started admin@3cf2ba{HTTP/1.1,[http/1.1]}{127.0.0.1:2203}
20170611 18:41:18 [main] ERROR com.ubooquity.Ubooquity - Exiting application because of exception
java.net.BindException: Address already in use

at sun.nio.ch.Net.bind0(Native Method) ~[na:1.8.0_131]
at sun.nio.ch.Net.bind(Net.java:433) ~[na:1.8.0_131]
at sun.nio.ch.Net.bind(Net.java:425) ~[na:1.8.0_131]
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) ~[na:1.8.0_131]
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) ~[na:1.8.0_131]
at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:298) ~[jetty-server-9.4.0.v20161208.jar.5531817902204455979.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) ~[jetty-server-9.4.0.v20161208.jar.5531817902204455979.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:236) ~[jetty-server-9.4.0.v20161208.jar.5531817902204455979.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) ~[jetty-util-9.4.0.v20161208.jar.7686238508981717002.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.Server.doStart(Server.java:431) ~[jetty-server-9.4.0.v20161208.jar.5531817902204455979.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) ~[jetty-util-9.4.0.v20161208.jar.7686238508981717002.tmp:9.4.0.v20161208]
at com.ubooquity.d.e.a(SourceFile:92) ~[Ubooquity.jar:2.0.2]
at com.ubooquity.b.a(SourceFile:95) ~[Ubooquity.jar:2.0.2]
at com.ubooquity.Ubooquity.main(SourceFile:222) ~[Ubooquity.jar:2.0.2]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_131]
at com.ubooquity.e.a.a(SourceFile:823) [Ubooquity.jar:2.0.2]
at com.ubooquity.Launcher.main(SourceFile:10) [Ubooquity.jar:2.0.2]
20170611 18:42:41 [Thread-2] INFO  com.ubooquity.b - Stopping internal server...
20170611 18:42:41 [Thread-2] INFO  com.ubooquity.data.feeder.a - Aborting content scan...
20170611 18:42:41 [Thread-2] INFO  com.ubooquity.data.feeder.a - Waiting for scanner thread to stop
20170611 18:42:41 [Thread-2] INFO  com.ubooquity.data.feeder.a - Scanner thread stopped
20170611 18:42:41 [Thread-2] INFO  o.e.jetty.server.AbstractConnector - Stopped library@1f46f8f{HTTP/1.1,[http/1.1]}{0.0.0.0:2202}
20170611 18:42:41 [Thread-2] INFO  o.e.jetty.server.AbstractConnector - Stopped admin@3cf2ba{HTTP/1.1,[http/1.1]}{127.0.0.1:2203}
20170611 18:42:41 [Thread-2] INFO  o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.h.ContextHandler@eb3ea3{/,null,UNAVAILABLE,@library}
20170611 18:42:41 [Thread-2] INFO  o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.h.ContextHandler@13d1baf{/,null,UNAVAILABLE,@admin}
20170611 18:42:41 [Thread-2] INFO  com.ubooquity.b - Internal server stopped
20170611 18:42:41 [Thread-2] INFO  com.ubooquity.Ubooquity - Ubooquity has closed.


Do anyone know how to solve the problem?

0

macbook Pro/Comcast XFinity Public Access

Cameron 7 years ago updated by Seth Chhim 7 years ago 1

I had previously been successful in setting up Ubooquity on my MacBook pro/ipad/comcast router. Then the ip address on Ubooquity updated from a 10.0.0..... ip to a 192.168...... ip and it's not worked ever since. I'm not sure if I'm correctly forwarding my port on my comcast router, as I was really just guessing on those steps. I can access my comics via web browser both inside my home network and outside (on my iPhone 4g) but I cannot get it to work with chunky anymore (the whole point of me using this server). I have odds enabled in the advanced menu of ubooquity, I disabled user accounts so it should be open to all, and I attempted to connect via myipaddress:2202/opds-comics and still nothing. any help would be greatly appreciated as this is the last piece I need to really just have the perfect digital comic reading experience. 

0
Under review

[2.0.2] Unable to access from Public IP address

austin whipple 7 years ago updated by Baz 4 years ago 12

I am unable to use my public IP address to browse Ubooquity, but I can do it locally, and from other computers on my network, including the router.


Things I have tried/confirmed:


1) Port is open on both the router and the modem. Using online port checking tools shows that it is reachable.

2) Trying with/without SSL enabled. SSL handshake does come up with a warning (since it is self-signed), suggesting they are getting the initial packets from the ssl-handing-part of the server

3) Problem exists with Windows Firewall turned on or off. There is an explicit rule for incoming connections on that port regardless.


Browsing straight to it just hangs for a long time until timing out. Using the default port.

0
Answered

Some CBZs result in "page not found"

Darren 7 years ago updated by Ben Erickson 5 years ago 12

My comic collection is comprised entirely of CBZs. A small percentage of these CBZs aren't viewable in the web viewer, but are downloadable and readable in any number of comic reader apps. I've unzipped these problem CBZs looking for superfluous files, but they appear identical to my good  CBZs containing only jpegs. Is there a jpeg format that disrupts the web view?