0
Completed

When there is an image in a directory: Use the first image contained in a directory to be the icon of the directory

minier francois 7 years ago updated 7 years ago 2

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



0
Answered

Ability to ignore subdirectories?

saucebarbeque 7 years ago updated by Tom 7 years ago 1

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?

0

Ubooquity 2.1.1

Rololo 7 years ago updated by RiC 7 years ago 3

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

0

Parameter Ubooquity

Rololo 7 years ago updated 7 years ago 7

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.

0

N00b here. How to autostart on Raspbian?

gett 7 years ago updated 7 years ago 1

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?




0
Started

java.lang.NullPointerException

lilybellule lilybellule 7 years ago updated by Tom 7 years ago 1

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]

Any idea of what could be cause ? Is it because I don't have meta data? In such case can you avoid metadata search ? Would that speed up scan ?
0

java.lang.IllegalArgumentException - ubuntu 16.04

mangepatate 7 years ago 0

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


0

concerned about server

souvik 7 years ago updated by Anton Baur 7 years ago 2

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 


0

Newbie questions

Skank 7 years ago 0

hi,

Im new here

Couple of questions using ubooquit


- how can i have genre? (auto use genres)? like with movies....

- able to when i click an ebook, i get a short description?

- what themes do you guys use? or none? and just stock...

and final question, i use a kobo ereader, how do i do this so i can use wifi and then browse the ubooquity database and chose what to download to my kobo ?


Thx

0

Ubooquity not reading NFS volume

Richard Leonard 7 years ago updated by Anton Baur 7 years ago 1

i have ubooquity installed on a boxen running Ubuntu 18 (bionic beaver) ---

It in turn mounts several small NAS boxen ( 2 have samba shares, 1 has nfs )


From a shell, as the same user that spawns off the ubooquity server -- i can browse the directory root that the ubooquity app does and read all three mount points -- no problem.. but the ubooquity app hits the nfs mount point and sees nothing...


In the ubooquity admin page, on the comics tab, trying to navigate to, and drill into the nfs share, it sees nothing.....


The log sees the mount point but nothing in it.


Again -- the user has no problem, --- i'm going to see if i can load samba on that boxen, and see if it can serve up the same location... but in the mean time -- has anyone else had a problem with ubooquity reading from a nfs mount point?