|
4 | 4 |
|
5 | 5 | * Piwigo-Java is a GitHub project for the Piwigo Remote Sync Java application |
6 | 6 | * Piwigo Remote Sync is also a reusable API for the Piwigo photo gallery software |
7 | | -* Piwigo Remote Sync is available in **alpha** version |
| 7 | +* Piwigo Remote Sync is available in **beta** version |
8 | 8 |
|
9 | 9 | # Requirements |
10 | 10 |
|
|
16 | 16 | 1. **Download** the latest **remotesync-ui.jar** from https://github.com/Piwigo/Piwigo-Java/releases |
17 | 17 | 2. **Double click** on it (your Operating System should use your default Java installation to execute the application) |
18 | 18 |
|
19 | | -# FAQ |
| 19 | +# Screenshots |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
20 | 25 |
|
21 | | -* **Is there any documentation available** |
22 | | -* Not yet |
| 26 | +# FAQ |
23 | 27 |
|
24 | | -* **What does "Sync" means** |
| 28 | +* **What does "Sync" mean ?s** |
25 | 29 | * Right, it means "upload". This application will only upload new local images to your remote gallery |
26 | 30 |
|
27 | 31 | * **Is there any link to [Piwigo Import Tree](http://piwigo.org/doc/doku.php?id=user_documentation:tools:piwigo_import_tree) ?** |
28 | 32 | * Yes. As of 0.0.x, we try to offer the same level of functionality. Right now, we use the same cache mechanism (upload each local file once based on it's filename) |
29 | 33 |
|
30 | 34 | # Troubleshooting |
31 | 35 |
|
32 | | -Using a shell, start the application with |
33 | | - |
34 | | -`java -jar /tmp/remotesync-ui.jar -debug` |
| 36 | +When you manage to upload some images, you may get some errors. |
| 37 | +If so, please use the "Show log" button, and attach it to an issue here on Github. |
35 | 38 |
|
36 | 39 | # License |
37 | 40 |
|
|
0 commit comments