Readium for epubs
So, just started using Ubooquity yesterday and I think its an amazing product. Just out of curiosity, is there a reason you're not using Readium for displaying epubs? Its open source and handles fixed layout and reflowable epubs really well:
https://github.com/readium/
I think Readium-2 supports CBZ as well. It doesn't support PDF, but maybe you could just check the extension and switch to readium for epubs and use your existing reader for PDFs. Just an idea, again love the product, keep up the good work!
When there is an image in a directory: Use the first image contained in a directory to be the icon of the directory
If I have a file system like this :
B
|-- Balzac, Honore de
|-- A combien l'amour revient aux vieillards.epub
|-- Adieu.epub
|-- Bronte, Charlotte
|-- Jane Eyre I.epub
|-- Jane Eyre II.epub
I don't want "A combien l'amour revient aux vieillards.epub" icon for "B" directory or "Balzac, Honore de" directory
...
I prefer to use "B.jpeg" content in "B" directory
I prefer to use "Balzac, Honore de.jpeg" or "_.jpeg" content in "Balzac, Honore de" directory
B
|-- B.jpeg
|-- Balzac, Honore de
|-- _.jpeg
|-- A combien l'amour revient aux vieillards.epub
|-- Adieu.epub
|-- Bronte, Charlotte
|-- Bronte, Charlotte.jpeg
|-- Jane Eyre I.epub
|-- Jane Eyre II.epub
Ability to ignore subdirectories?
I've recently discovered that LazyLibrarian's cache file is located in the same directory as my library. While I'm working to move that, I'm wondering if there is a way to ignore specific subdirectories under a given shared folder?
Ubooquity 2.1.1
Dear All,
I have Synology DS212, DSM6, Java8 and I try to install Ubooquity 2.1.1 but there is no way to run it.
Are there somebody who use this version on similar conf?
Regards.
Rololo
Parameter Ubooquity
Hi
I have issues to instal ubooquity.
I have instaled JAVA8, on my DS 212 DSM 6, with success, it answer at the command, Putty: java -version. (I hoper it is enought)
I have follwed some tuto and no way to launch ubooquity.
I have installed ubooquity 2.1.1, the file ubooquity.conf.
/etc/init/ubooquity.conf
start on started httpd-laurent stop on runlevel [06]
exec /var/packages/Java8/target/j2sdk-image/bin/java -jar -Xmx1024m
/var/packages/Ubooquity/Ubooquity.jar -port 2202 -webadmin -workdir "/volume1/web/Ubooquity"
the user is laurent do I have to put http-laurent or just laurent?
Mu directory of comics cbr, cbz is in /volume1/comics/ and the files of ubooquity are in :volume1/web/
other question is how to geenrate ubooquity.pid file and what put inside?
I have also installed throught launching task i put in the file ubooquity.sh
#============================================
# Ubooquity
# description: upstart job configuration file for automatically
# starting ubooquity when syno starts
# title :ubooquity.conf
# date :16 05 2017
# version : 2.0.2 (tested for ubooquity version...)
# original source: ubooquity forum about special characters
#
#=============================================
description "start/stop Ubooquity" author "Elouan Le Bretton" version "Ubooquity Version 2.0.2; java version 1.8.0_121 "
# automatically start ubooquity after webserver has been started # DSM 5.0 = httpd-user (apache); DSM 6.0 = nginx start on started nginx
# stop ubooquity on stop on runlevel [06]
# Automatically respawn if ubooquity stops unexpetedly respawn respawn limit 5 500 # expect stop [this seems to be expected sometime but requires testing to be sure)
# run the scripts as the 'http' user; because running as root (the default) is a bad idea. setuid http laurent
script # installation settings JAVA_BIN=/var/packages/Java8/target/j2sdk-image/bin/java PCKG_BIN=/var/packages/Ubooquity/Ubooquity.jar WORK_DIR=/volume1/web/.Ubooquity # app settings PORT=2202 ADMINPORT=2203 MEM=512m
# This ensures that ubooquity reads special characters properly #export LC_ALL=fr_FR.utf8 export LANG=fr_FR.utf8
#Command line for launching ubooquity echo "Starting the Ubooquity server" $JAVA_BIN -jar $PCKG_BIN --adminport $ADMINPORT --libraryport $PORT --workdir $WORK_DIR --remoteadmin --headless & UBOOQUITY_PID=$! echo $UBOOQUITY_PID > $PID_FILE echo "The server has been started with pid $UBOOQUITY_PID ."
exit 0
is my parameter are correct ????
thanks in advance
Rololo
else my 2202 port are open.
N00b here. How to autostart on Raspbian?
Hi.
I am starting Ubooquity on my remote Pi with
cd /opt/ubooquity
sudo java -jar Ubooquity.jar --remoteadmin --headless
and all works fine. But, if I quit putty (I'm accessing Pi from Win10 computer), server is unavailable. I'am n00b in linux, so I don't know how to start Ubooquity after reboot.
Help, please?
java.lang.NullPointerException
Hello,
when scanning I have a lot of :
Problem while reading comic metadata for file file:
java.lang.NullPointerException: null
at
com.fasterxml.jackson.core.JsonFactory.createParser(JsonFactory.java:879)
~[jackson-core-2.8.4.jar.983480597962983624.tmp:2.8.4]
at
com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:2842)
~[jackson-databind-2.8.4.jar.151384572592272459.tmp:2.8.4]
at com.ubooquity.b.d.a(SourceFile:100) ~[Ubooquity.jar:2.1.1]
at com.ubooquity.data.feeder.a.b(SourceFile:522) [Ubooquity.jar:2.1.1]
at com.ubooquity.data.feeder.a.b(SourceFile:459) [Ubooquity.jar:2.1.1]
at com.ubooquity.data.feeder.a.b(SourceFile:112) [Ubooquity.jar:2.1.1]
at java.lang.Thread.run(Unknown Source) ~[na:1.8.0_151]
java.lang.IllegalArgumentException - ubuntu 16.04
Hello all,
I try to make a home server with ubooquity. I installed Java and downloaded ubooquity.jar (v2.1.1) both on a raspberry pi 2 running raspbian and on a mini pc running ubuntu (atom d525 + 4go ram). On both computer I have the same error, which I copy below. May you help me ?
Command line arguments error: java.lang.IllegalArgumentException: The provided execution directory does not exist or is not writable
Launch Ubooquity with the "--help" option to display available commands
Ubooquity has stopped
concerned about server
I am a layman.1 have near 900GB of Rabindra Nath Tegor's and other authors book in PDF format. each book contains 5 gb file size, can I use this application to upload the books and read those. please reply.
thanks
souvik
My system configuration,
i5 6th gen
16 gb ram
512x4=2tb ssd.
windows 10
Customer support service by UserEcho