Odps not working
Hello,
I've just installed ubooquity 2.1.2 on my freenas.
It works fine using the web browser.
I then tried to use the android app with odps. (ku boo)
And it's not working. I tried to access the odps page through browser to see if I have a valid xml, but I only see the default page of ubooquity.
Odps is activate on admin page.
Does anybody have an idea how to make this work?
Download series
Hello, I don't know if this has been suggested, but I take my tablet on long trips with intermittent internet access and it would be very helpful to be able to download entire series or be able to select multiple issues at a time to download from the web interface instead of having to click on each one.
Error at start Ubooquity
Hello everyone, i tried to Install Ubooquity in my Nas DS612+ using Putty with this:
https://vaemendis.github.io/ubooquity-doc/pages/tutorials/install-on-synology.html
and this tutorial:
https://www.chrisanthropic.com/blog/2016/ubooquity-comics-server-on-synology-nas/
and i have always the same problem when i tried to run the cmd : start ubooquity
ruben.san.pal@Pandore:/etc/init$ start ubooquity
start: Rejected send message, 1 matched rules; type="method_call", sender=":1.30" (uid=1026 pid=20964 comm="start ubooquity ") interface="com.ubuntu.Upstart0_6.Job" member="Start" error name="(unset)" requested_reply="0" destination="com.ubuntu.Upstart" (uid=0 pid=1 comm="/sbin/init ")
i modify the ubooquity.conf files using my parameter : volume1/Comics, and also Java8. I don't know if i need to modificate other thing to start ubooquity.
Thank you very much for your help, i tried to use other topics but i don't find this error.
I can give other information if you needed
Thanks !
Ubooquity 2.1.2 - Theme Issue
Hi,
I'm a new one in the Ubooquity World and I try to understand Ubooquity.
I have an issue with themes. I can't install any theme. I followed instructions (here : https://vaemendis.net/ubooquity/static10/themes). When I installed different themes. I have these results : https://ibb.co/ntKALL
I don't understand why I have this issue. Anyone can please explain me ?
Thank you =)
Set path of cookie if proxy prefix is used
The way the "Reverse proxy prefix" works, I think it makes sense that the cookie "UbooquityAdminSession" be set with that prefix too as Path instead of "/".
Downloading Semi-Working
Wondering if anyone else has run into this. I'm pretty sure its a weird Chrome quirk, as Firefox doesn't have the same results. Also I'm running the latest Stable build 2.1.1.
(In Chrome)When you use the Comic side of the application and click to download, Chrome tries to display the cbr/cbz file. If I right click > save link as, it will actually download the cbr/cbz. I tested on the Ebook side and don't get this result, I can download the epub.
(In Firefox)Click to download and it will prompt for download location for both Comics and Ebooks.
Anyone else run into this and if so, do you find a solution/workaround?
Where do I find -->
The current (up-to-date) version(s?) of the Comixology theme?
Browsing through many of the threads, I find references to all sorts of scripts --- where might these be found?
Thank you in Advance...
Rich
Ubooquity and VPN
Can anyone help me if its possible to set up Ubooquity while using a VPN? (i using nordVPN).
Thank you!!
directory scan hangs on two files
I've got a problem where the scanner hangs on a couple of my files (literally just 2 out of thousands). It just doesn't progress and gives me no new error messages, just saying that it's attempting to scan the files. I can send you the files if that would help you discover why it's freezing.
Ubooquity Synology Set up Problem
Hello guys,
I've been trying to set up Ubooquity with my Synology but with no luck. I am using "User Defined Script" for DSM 6 with Java 8. I am getting error "/usr/bin/env: bash: No such file or directory". I have tried everything but st,
My current ubooquity.sh is below:
#!/usr/bin/env bash
#title : ubooquity.sh
#description : Launch ubooquity server. shell script in task manager
#date : 20170807
#==============================================================================
### JAVA VARIABLES ###
# Java installation directory
JAVA_DIR=/var/packages/java8/target/j2sdk-image/jre/bin
# Maximum size of the Java runtime memory allocation pool. Default: 64MB
MEM=512m
### UBOOQUITY VARIABLES ###
# Ubooquity binary location
UBOOQUITY_BIN=/volume1/Internal/Ubooquity/Ubooquity.jar
# Ubooquity working directory
WORK_DIR=/volume1/Gulibu/
# Ubooquity process ID file location
PID_FILE=$WORK_DIR/ubooquity.pid
# Ubooquity library port
LIB_PORT=2202
# Ubooquity administration port
ADMIN_PORT=2203
### ENVIRONMENT VARIABLES ###
# Character encoding
ENCO=UTF-8
# Locale selection
LANG=en_US.$ENCO
### SCRIPT ###
# Workaround to read special characters properly
export LANG
# Kill previous process
if [ -f $PID_FILE ]; then
pkill -F $PID_FILE > /dev/null 2>&1
fi
# Launch ubooquity
printf "Starting Ubooquity server...\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 is now running (pid: %d).\n" $UBOOQUITY_PID
exit 0
Customer support service by UserEcho