https://github.com/averissimo/watchdir
Dropbox script that crawls all subdirectories of parent and will download all files
https://github.com/averissimo/watchdir
Last synced: about 1 year ago
JSON representation
Dropbox script that crawls all subdirectories of parent and will download all files
- Host: GitHub
- URL: https://github.com/averissimo/watchdir
- Owner: averissimo
- License: gpl-3.0
- Created: 2013-11-28T14:42:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-28T15:11:28.000Z (over 12 years ago)
- Last Synced: 2025-02-08T18:11:51.917Z (over 1 year ago)
- Language: Shell
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Watchdir
========
Raspberry Pi dropbox script that crawls all subdirectories of parent and will download all files
Related repositories
--------------------
* [andreafabrizi/Dropbox-Uploader](https://github.com/andreafabrizi/Dropbox-Uploader) - Dropbox-Uploader script that works with Raspberry Pi
* [averissimo/deluge.commands](https://github.com/averissimo/deluge-commmands) (_Optional_) - Custom commands that deluge runs when finishes/starts a download
* [dbr/tvnamer](https://github.com/dbr/tvnamer) (_Optional_) - Script that renames tv episodes
Install
-------
* Clone the Dropbox-Uploader repository from https://github.com/andreafabrizi/Dropbox-Uploader
* Create own ~/.watchdirrc config file from example and adapt the values
* Run the script
Config file
-----------
### Dropbox-Uploader script
* EXEC: Path to dropbox-uploader script
### Local file structure
* PARENT_DIR: Top directory that will be crawled
* SUFFIX: Suffix that should be matched
* ADDED_LOG: Location of the added log
* COMPLETED_LOG: Location of the completed log
### Dropbox file structure
* REMOTE_TOP_PARENT: Name of directory in drobox that should be synced
* REMOTE_PARENT_DIR: Mapping between PARENT_DIR and dropbox equivalent
* REMOTE_ADDED_DIR: Where files that have the SUFFIX should be placed
See [watchdirrc.example](https://github.com/averissimo/watchdir/blob/master/watchdirrc.example) for more details