Your comments

thanks tom

can you give me the command if it is possible ?

excellent news !!!!

oh thanks .... nice news !!!!!!!!!!

Hello

I can't use the option display setting to try to sort my comics like i want. is it a bug or an option we ll get in the future ?

like Ethan Knack, do you thing it is possible to sort like :

asterix 1..33 - folder

batman 01 --- file

captain america 1..10 - folder

daredevil 5 - file

ultimates 1..15 - folder


thanks for your answer and thanks for this great awesome ubooquity !!!!

ok thanks


i try another thing :


start on started httpd-user
stop on runlevel [06]



script
LANG=en_US.UTF-8
export LANG
exec /var/packages/JavaManager/target/Java/bin/java -Dfile.encoding=UTF-8 -jar /var/packages/Ubooquity/Ubooquity.jar -port 2202 -webadmin
end script


and it seems to function very well !!!!!!!


With your script do i need to install crashplan ?

i tried your script

now ubooquity can be access by the web page but even with your script comics's names with é or è etc.... don t appear in the list of my comics

I replace my

VERSION 01 et ORIGINALE
start on started httpd-user
stop on runlevel [06]



exec /var/packages/JavaManager/target/Java/bin/java -Duser.dir='/var/packages/Ubooquity' -jar -Xmx1024m /var/packages/Ubooquity/Ubooquity.jar -port 2202 -webadmin


by


description "start/stop Ubooquity"
author "lapause"
start on started httpd-user
stop on runlevel [06]
setuid http
script
JAVA_DIR=/var/packages/JavaManager/target/Java/bin
WORK_DIR=/var/packages/Ubooquity
PORT=2202
# $MEM=-Xmx1024m
LANG=en_US.UTF-8
export LANG
exec $JAVA_DIR/java -Dfile.encoding=UTF-8 $MEM -jar $WORK_DIR/Ubooquity.jar -port $PORT -workdir $WORK_DIR -webadmin
end script


and now i can't connect on ubooquity witha web page pointing at 192.168.0.12:2202



if i use

java -Dfile.encoding=UTF-8 -jar Ubooquity.jar -webadmin

in the var/packages/Ubooquity ....it goes well but if i reboot the nas all is gone ...


thanks

it works well with me


but do you know how introduce something in this conf file so ubooquity will be able to read titers with é è or other things like that ?


thanks