0
Under review

Metadata for cbr files

Lukas H. 8 years ago updated by Κωνσταντίνος Γεωργοκίτσος 8 years ago 6

Hey,

I was wondering if anybody has a somewhat easy way to add metadata for Ubooquity in a .cbr container. Most solutions out there only work for .cbz.

Is using the ComicInfo.xml the only way to add metadata?

Does anybody know a tool that can create the ComicInfo File? The only way i could come up with is coping sections out of my ComicRack Database but thats very inconvinient.

0

[2.0.2] Bypass single root folder broken?

m montminy 8 years ago updated by Anderson Pereira 8 years ago 1

Is the option to bypass a single root folder broken, or maybe I'm using it wrong?


When I enable it, I get

HTTP ERROR: 404

Problem accessing /comics/1/. Reason:

    Not Found

I'm not sure if this is because it's not working currently, or if it's an artifact of my reverse proxy or some other misconfig. It works fine if I disable the option, but since I only have a single root, it's an extra click, so I'd like to bypass it.

0
Fixed

[2.0] Web admin page links broken

Scott (ScooterPSU) 8 years ago updated by Tom 8 years ago 1

The Help, Forum and Donate links at the top of the admin page point to the old URLs.

0
Fixed

[2.0] Opds download error

Kenji 8 years ago updated by Christophe Pecquerie 8 years ago 13

hello


OS : ios 10.3

App : chuncky

Server ; DS2415 (commande line) / QNAP TVQ882 (docker)

Ubooquity version : 10.0.1 / 2.0

Error: The network connection was lost

i can stream but i can't download

width 1.10.1, i can stream and download file

so i don't know if is chunky bug or ubooquity


Image 201

0
Planned

[2.0] Mounted drive not available

christophe ourliac 8 years ago updated by Bobby Hill 8 years ago 10

In 2.0 when adding new folder - mounted network drives are not visible


Image 199Image 200

0
Fixed

[2.0] folder-info file syntax change/broken?

Scott (ScooterPSU) 8 years ago updated by Tom 8 years ago 1

<link rel="stylesheet" type="text/css" href="[[FOLDER]]/folder.css">

<div align="center">

<img src="[[FOLDER]]/header.jpg" width="100%">

</div>


The paths are translating like they used to:

[[FOLDER]]/folder.css becomes http://192.168.1.110:2202/ubooquity/comics/119?folderinfo=/folder.css but the file itself error 500s.


Is this a syntax change or an error?

0
Completed

[ 2.0 ] cookie to old behind a proxy

zer 8 years ago updated by Tom 8 years ago 5

Hi,


Accessing Ubboquity v2 behind a proxy seems a bit complicated !


I reach the loggin page, log in seccuessfully, but when I click on any link, I am asked to log in again. And again. And again... :=)


Here is the appropriate log :

20170419 16:09:02 [qtp883020319-34] INFO com.ubooquity.d.c - Cookie token invalid or too old. Access Denied. [login:zer][ip:192.168.42.42]


It's a simple nginx proxy with the following conf :

location / {

proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_buffering off;

}

The same config I used with Ubooquity v1.10.1 and that used to work.


Note :

- Direct access works perfectly. It happens only when the access comes from behind the proxy.

- I tried adding --host 0.0.0.0, ip of the proxy ...

0
Not a bug

opds server doesnt seem to be running

saucebarbeque 8 years ago updated by Tom 8 years ago 6

Hi there - Raspbian Jessie install in progress. Ubooquity seems to be up and running just fine from a browser - no issue seeing things on the admin page or on the main page. I can't find any evidence that OPDS is working though... no log entries, Chunky can't connect, and neither netstat nor lsof see the port (2202) open.


Any ideas?

0
Fixed

[ 2.0 ] java.lang.NoClassDefFoundError: javafx/fxml/Initializable

zer 8 years ago updated 8 years ago 27

Hi,


Got this java error while trying to start Ubooquity 2.0 :


root@jayjay:/opt/ubooquity$ java -Dfile.encoding=UTF-8 -jar Ubooquity.jar -webadmin -headless -port 2202

java.lang.NoClassDefFoundError: javafx/fxml/Initializable
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
at com.ubooquity.e.a.d(SourceFile:597)
at com.ubooquity.e.a.loadClass(SourceFile:962)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
at java.lang.Class.getMethod0(Class.java:3018)
at java.lang.Class.getMethod(Class.java:1784)
at com.ubooquity.e.a.a(SourceFile:802)
at com.ubooquity.Launcher.main(SourceFile:10)
Caused by: java.lang.ClassNotFoundException: Failure to load: javafx.fxml.Initializable
at com.ubooquity.e.a.loadClass(SourceFile:992)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 12 more

On the same server that host Ubooquity 1.10.1. Any idea ?

zer.

0
Fixed

[2.0] pdf thumbnails missing in safari

Matthieu 8 years ago updated by Tom 8 years ago 13

Hi again Tom,


For me all pdf are missing their thumbnails. It was working before, with latest release 1.x.

I have the thumbnails for all other types (cbr, epub, ...)


I tried several rescan, server reboot as well as entire library deletion. Still the same.


Java version: 1.8.0_121

Max heap size available: 910 MB

OS name: Linux

OS version: 3.16.0-4-686-pae

OS architecture: i386

Ubooquity 2.0.0 built on 2017-04-15 at 09:21


Cleared the browser cache (safari). NIL help.

While I was writing this, I checked via Firefox... it works there... :-(

Safari on Mac & iOS does not display them.


I remember we faced this before, due to OS X bug, and could be resolved using https. But that was not related to pdf (any thumbnail was affected)

As I said, I did not change any thing on my side except ubooquity to 2.0 (I still have https from web to apache then http from apache to jetty)


Thanks for your usual support

Matthieu