Your comments
Here is mine, on Syno DS216play:
echo "Ubooquity task manager script"
#nom du fichier enregistrant le pid de ubooquity au lancement
PID_FILE=/volume1/docs/e-book/Ubooquity/ubooquity.pid
# installation settings
JAVA_BIN=/var/packages/Java8/target/j2sdk-image/bin/java
PCKG_BIN=/volume1/docs/e-book/Ubooquity/Ubooquity.jar
WORK_DIR=/volume1/docs/e-book/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 -Xmx$MEM -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
Thanks a lot Tom. Just installed it, good fix!
Be brave for the ToDo list ;)
Cheers
Hi. This is feature already planned by Tom in a future version.
See this thread: https://ubooquity.userecho.com/communities/1/topics/689-are-there-any-plans-for-coming-updates-or-releases
Thanks. I knew more or less this set-up.
But that’d deserve a more... user friendly HMI way, isn’t-it? :)
Tom,
I’d love a feedback please :)
Thanks
Hi,
On iPad, I recommend Chunky. I don't know for android tablets...
Cheers
Hi Skylar,
check this post: http://ubooquity.userecho.com/topics/489-database-backup-rebuild/#comment-3026
Cheers
Good. So nothing "unexpected"...
Realise that you have to setup again everything. Including users and access rights on folders. I guess you setup the folders to be scanned but not yet the users...
Tom, just a hint, that as discussed in the past, the lack of settings migration generate users confusion ;-)
Hi,
Did you come from version 1.x?
If yes, then you have to reconfigure from scratch. Tom set a dedicat address & port for admin page, not anymore the same than library port. Check the readme.
Customer support service by UserEcho
which tool? :)
I’m getting bored with Ubooquity…