Updated README.md
This commit is contained in:
31
README.md
31
README.md
@@ -1,2 +1,31 @@
|
||||
# DbPicSync
|
||||
DbPicSync git module for use in DbSoftware (https://github.com/0xFEEDC0DE64/DbSoftware)
|
||||
Lets you convert any files/folders to pictures to store on free unlimited amazon photo storage.
|
||||
|
||||
Amazon offers prime customers 5GB free cloud storage in [amazon drive](https://www.amazon.com/clouddrive) and unlimited storage for photos.
|
||||
|
||||
This tool lets you convert any file/folder structure from your existing NAS or external HDD into such photos!
|
||||
|
||||
One of those generated photos can look like this:
|
||||

|
||||
|
||||
The generated folders looks like this:
|
||||

|
||||
|
||||
After uploading tons of random data your storage usage might look like this:
|
||||

|
||||
|
||||
# Building from source
|
||||
This project can only be built as part of the project structure [DbSoftware](https://github.com/0xFEEDC0DE64/DbSoftware)
|
||||
|
||||
```Shell
|
||||
git clone https://github.com/0xFEEDC0DE64/DbSoftware.git
|
||||
cd DbSoftware
|
||||
git submodule update --init --recursive DbPicSync
|
||||
cd ..
|
||||
mkdir build_DbSoftware
|
||||
cd build_DbSoftware
|
||||
qmake CONFIG+=ccache ../DbSoftware
|
||||
make -j$(nproc) sub-DbPicSync
|
||||
make sub-DbPicSync-install_subtargets
|
||||
./bin/picsync
|
||||
```
|
||||
|
BIN
amazon.png
Normal file
BIN
amazon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
BIN
example.png
Normal file
BIN
example.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 MiB |
BIN
folder.png
Normal file
BIN
folder.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 191 KiB |
Reference in New Issue
Block a user