I have installed it in Windows using the .zip file, (ie Manual Install, platform independent).
It's pretty straightforward, you can even forget about the rungui.cmd as all it seems to do is determine where to find your Java install (?).
So I just unzipped the archive in a folder and installed running "java.exe -Xms128m -Xmx512m -cp OpdsOutput-3.0-SNAPSHOT.jar Gui". I'm now checking what it did (create folders & settings), to have an idea of what will happen if I do the same in Linux (not sure if I can even install the GUI version on the DS, maybe only the CLI version is possible).
In Linux you would use "java -Xms128m -Xmx512m -cp ./OpdsOutput-3.0-SNAPSHOT.jar Gui %*"
You would have to change the memory parameter as my DS212j does not even have 512MB of memory.
chfauc wrote:is there a way to run calibre2opds on the synology to update the catalog e.g. every night, when the metadata.db has change its date ?
You can use 'crontab' to schedule jobs.
Have you installed calibre2opds on your DS ??




