Pocketbook-Nextcloud-Client/README.md

52 lines
2.4 KiB
Markdown
Raw Normal View History

2020-08-26 08:59:32 +00:00
# Pocketbook Nextcloud Client
2020-08-26 17:10:01 +00:00
A basic client to access an existing nextcloud instance via Pocketbook.
2020-08-26 08:59:32 +00:00
2021-02-15 20:07:27 +00:00
<img src="/screenshots/loginScreen.bmp" width="15%" height="15%">&nbsp;&nbsp;<img src="/screenshots/loginScreenURL.bmp" width="15%" height="15%">&nbsp;&nbsp;<img src="/screenshots/startScreen.bmp" width="15%" height="15%">&nbsp;&nbsp;<img src="/screenshots/menu.bmp" width="15%" height="15%">&nbsp;&nbsp;<img src="/screenshots/folderDialog.bmp" width="15%" height="15%">&nbsp;&nbsp;<img src="/screenshots/fileDialog.bmp" width="15%" height="15%">
2020-08-26 08:59:32 +00:00
2021-01-13 11:59:45 +00:00
## Features
* Display and navigate nextcloud file structure
* Download files to local storage system
* Sync folders to local storage system
2021-01-13 11:59:45 +00:00
* Remove files from local storage system
* Show local files that are saved but no longer available in the cloud
* Open epub, pdf, text, html, word and mobi with default ebook reader application
* Set Start folder to custom path
* Offline Modus
2020-11-05 12:16:51 +00:00
## Installation
Download and unzip the file from releases and place the nextcloud.app into the "applications" folder of your pocketbook. Once you disconnect the Pocketbook from the PC, the application should be visibile in the application launcher.
### Tested on
2021-02-02 20:34:51 +00:00
* Pocketbook Touch HD3 (PB623)
2021-02-15 18:49:07 +00:00
* Pocketbook Touch Lux 5 (PB628)
2021-03-01 20:36:06 +00:00
* Pocketbook Touch HD2 (PB631)
* Pocketbook Aqua 2 (PB641)
2020-11-05 12:16:51 +00:00
## Usage
To login type the servername (You can look up the WebDAV URL in the files app->seetings. (The nextcloud URL is the part till \"/remote.php...\".), Username and Password. You then will be redirected to the root file folder of your nextcloud instance.
2020-11-05 12:16:51 +00:00
To download a file, click on it. A synced file can be either opened, synced or removed.
2020-08-26 08:59:32 +00:00
2020-11-05 12:16:51 +00:00
### Known issues
2020-11-10 09:27:16 +00:00
* The main menu of the PB shows new books only if it turns into sleep modus. Otherwise the new books can only be opened from the nextcloud applicaton.
2021-03-03 21:20:33 +00:00
## How to build
First you need to install the basic build tools for linux.
Then you have to download the Pocketbook SDK (A Fork can be downloaded from https://github.com/JuanJakobo/pocketbook-sdk5.
In the CMakeLists.txt of this project you have to set the root of the TOOLCHAIN_PATH to the location where you saved the SDK:
`SET (TOOLCHAIN_PATH "../../SDK/pocketbook-sdk5-master")`
Then you have to setup cmake by:
`cmake .`
To build the application you can run the makearm script.
`./makearm.sh`
## Disclamer
Use as your own risk!
2021-03-03 21:20:33 +00:00
Even though the possibility is really low, the application could harm your device or even break it.