0.3.0 • Published 7 years ago

porla-autoadd v0.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

porla-autoadd

The porla-autoadd script will monitor directories and automatically add any torrents it finds based on filters and rules. It is the easiest way to get torrents into Porla.

Example configuration

The autoadd script can be configured either with a list of simple paths to watch, or with an object describing the path, an (optional) RegExp filter and a (optional) save path.

{
  "autoadd": {
    "folders": [
      "/Users/john/Torrents",
      {
        "path": "/Users/john/Other torrents",
        "filter": ".*\\.torrent$",
        "savePath": "/Downloads"
      }
    ]
  }
}

Installing in Porla

From your Porla project repository, run:

npm install porla-autoadd --save

Then add porla-autoadd to your external-scripts.json:

[
    "porla-autoadd"
]
0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago