From fa60e744e76f5be11336967f7ce8a04b24a9ca85 Mon Sep 17 00:00:00 2001 From: fsantini Date: Sun, 28 Oct 2018 09:53:31 +0100 Subject: [PATCH] Updare README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aebd6ca..9211e0a 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,9 @@ Run the script makeKoboRoot.sh . This will create a KoboRoot.tgz archive. Copy s After restarting, plug your kobo back into the computer. Navigate to the .kobo directory. A new kobocloud directory should have appeared. Inside, edit the file kobocloudrc to add the links to the cloud services (one per line). Notice: No subdirectories are supported at the moment, so be sure that your books are all in the same directories that you are sharing. -### Owncloud -To add an owncloud link, open your owncloud website in a browser and select the folder that you want to share. Click on "Share" and select "Share with link". Copy the link into the kobocloudrc file. +### Nextcloud (Owncloud) +To add a nextcloud (owncloud) link, open your nextcloud website in a browser and select the folder that you want to share. Click on "Share" and select "Share with link". Copy the link into the kobocloudrc file. +Please note that you need a recent Nextcloud version. Owncloud is at the moment not tested, but should also work. ### Dropbox To add a Dropbox link, open your dropbox in a browser. Select the folder that you want to share and click "Share" and "Send link". Copy the link that appears into the kobocloudrc file. @@ -22,8 +23,9 @@ KoboCloud keeps a log of each session in the .kobo/kobocloud/get.log file. If so ## Known issues * No subdirectories are supported -* Support of Google Drive is in the works. +* Support of Google Drive can be considered if there is demand ## Acknowledgment Thanks to the defunct SendToKobo service for the inspiration of the project and for the basis of the scripts. -Curl for Kobo was downloaded from here: https://www.mobileread.com/forums/showthread.php?p=3734553 +Curl for Kobo was downloaded from here: https://www.mobileread.com/forums/showthread.php?p=3734553 . Thanks to NiLuJe for providing it! +Thanks to Christoph Burschka for the help in updating this tool to the recent versions of kobo and nextcloud.