Ubooquity does not work on my new NAS Synology DS920+ .
- Ho installato JAVA 8
- Ho pianificato un'attività attivata con "script definito dall'utente"
- L'ho quindi attivato utilizzando il seguente script ubooquity.sh
#! / usr / bin / env bash
#title: ubooquity.sh
#description: avvia ubooquity server. script di shell nel task manager
#date: 2021 aprile
# ================================================= =============================
### VARIABILI JAVA ###
# Directory di installazione di Java
JAVA_DIR = / var / packages / Java8 / target / j2sdk-image / jre
# Dimensione massima del pool di allocazione della memoria del runtime Java. Predefinito: 64 MB
MEM = 512 m
### VARIABILI DI UBOOQUITY ###
# Posizione binaria Ubooquity
UBOOQUITY_BIN = / var / packages / Ubooquity / Ubooquity.jar
# Directory di lavoro Ubooquity
WORK_DIR = / volume1 / Ubooquity
# Posizione del file ID processo Ubooquity
PID_FILE = $ WORK_DIR / ubooquity.pid
# Porta della libreria Ubooquity
LIB_PORT = 2202
# Porta di amministrazione Ubooquity
ADMIN_PORT = 2203
### VARIABILI AMBIENTALI ###
# Codifica dei caratteri
ENCO = UTF-8
# Selezione locale
LANG = en_US. $ ENCO
### SCRIPT ###
# Soluzione alternativa per leggere correttamente i caratteri speciali
export LANG = en_US. $ ENCO
# Elimina il processo precedente
if [-f $ PID_FILE]; poi
pkill -F $ PID_FILE> / dev / null 2> & 1
fi
# Avvia ubooquity
printf "Avvio del server Ubooquity ... \ n"
$ JAVA_DIR / java -jar -Dfile.encoding = $ ENCO -Xmx $ MEM $ UBOOQUITY_BIN \
--adminport $ ADMIN_PORT --libraryport $ LIB_PORT \
--workdir $ WORK_DIR \
--remoteadmin --headless & UBOOQUITY_PID = $!
echo $ UBOOQUITY_PID> $ PID_FILE
printf "Ubooquity è ora in esecuzione (pid:% d). \ n" $ UBOOQUITY_PID
uscita 0
- Ho ricevuto il seguente errore e l'applicazione non si avvia
/volume1/Ubooquity/ubooquity.sh: riga 43: errore di sintassi: fine del file inaspettata
Ho anche sostituito la seguente riga nello script
JAVA_DIR = / var / packages / java / target / bin
Ma l'errore è ancora lo stesso.
qual è l'errore?
To the Java Script wiz kids.. A Request
On the Admin page,
as it chugs away with its imports... it shows "n" characters of a combined path and filename
would it be possible to extract the path AND the filename, and then display them on 2 lines.
the existing HTML is
<div> {{status.currentOperation}}</div>
What I would like to see...
<div> {{ pathname }} <br /> {{filename}} </div>
so I guess that a list of all of the "status" sub-objects would help, or if the pathname / filename is elsewhere under some other object name that would be of use... Any Thoughts as to how to make this work (other than bothering the Author with a feature request?)
Command line to refresh database - Linux
Hey, hello guys.
Is there a command line I can use to refresh the database, manually.
I intend to use it in a script. I run the Ubooquity on a Raspberry Pi (Dietpi OS).
Thanks!
Ciro
Anyway to add a "Staff Picks" or recommended section?
I do a podcast where I talk about comics I come across and sometimes I recommend them to my friends as well, and I also share my library with a few friends. I was wondering if there is a way to have a recommended section, or like a "staff picks" section just like in comic book stores. There are a few random issues or graphic novels I would like to have on display for various users. Is there anything like this at all? Is it possible with a theme?
Start using CLI stops
When I try to start Ubooquity using the CLI i get the following error:
log.txt
I only have Java 8 installed, no other java versions.
How can I fix this?
how to exclude '._Filenames'
Does someone know how to exclude files starting with ._ ? I like to exclude files starting with ._ The problem her is that my Mac somehow writes books into the store with one filename ._Book Name and the Book Name itself. When scanning for new books I see the two files. So the only way to get rid of this is manually removing the annoying ._Filename. Another way could be to exclude it from the search. But this is not working. i do have RecycleBin and like to add the ._*, so when I do RecycleBin; .._* it's not working. I tried other ways with a coma and # but I'm not getting there. Does anyone know how to solve this? Many thanks in advance,
Chris
Any have Ubooquity working with Big Sur?
Java seems to have a problem with Mac OS Big Sur. Unable to get it to launch any suggestions?
libreelec docker
I have Ubooquity installed on my Raspberry Pi 4 - Libreelec with the Kodi Docker addon and Portainer. Where can I find the attached hard drive now? the path for the HDD on my Raspi ist \var\media\HDD1\ ....i can not find :(
acces to ubooquity via quickconnect
Hello, i am pretty sure i missed something but i can't get in ubooquity from outside of my network. I have opened the ports 2202 and 2203 in my router but this is not working. By the way is there a possibility to use such as myname.quickconnect.to:2202 to get in or i am completely wrong? Thanks
Customer support service by UserEcho