Metadata-Version: 2.1
Name: dvr-tools
Version: 1.0.3
Summary: A command-line interface for managing DVR tools.
Author-email: Ilya Krivoshein <htctomsk634@gmail.com>
License: MIT
Keywords: DVR,tools,command-line,video,recorder
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: requests

# DVR_Tools

> :warning: Currently supports only Inspector DVRs

- Getting drive root by its letter
- Deleting all files inside EVENT folder
- Downloading and unpacking most recent DB update

## Logging

There are some informational messages by default. To increase logging verbosity, add `--debug` argument.
Example: `python3 dvr.py --debug`

## Help

```text
Usage: dvr.py main [OPTIONS]

  Tools for working with DVR

Options:
  --drive TEXT      Drive letter
  --delete_events   Delete all files in EVENT
  --update_db       Download DB update
  --dvr_model TEXT  Inspector DVR model
  --help            Show this message and exit.
```
