This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

dsclean

0.2.3 • Public • Published

dsclean

Tool to remove unregistered download tasks in Synology Download Station.

An unregistered download task is a torrent where its tracker status is Unregistered torrent.

Installation

Requires DSM 7 or later.

$ npm install -g dsclean

Usage

Environment variables

The following environment variables must be set for the dsclean command:

Variable Description Default/Required
HOST Host of the Synology NAS where Download Station is installed http://localhost:5000
USERNAME Username on HOST with appropriate Download Station permissions Required
PASSWORD Password for USERNAME Required

dsclean

Lists all unregistered download tasks that USERNAME has access to on HOST.

$ dsclean
2 unregistered downloads:
ubuntu-22.04.1-desktop-amd64.iso
ubuntu-22.10-desktop-amd64.iso

dsclean --delete

Deletes all unregistered download tasks that USERNAME has access to on HOST.

$ dsclean --delete
2 downloads deleted:
ubuntu-22.04.1-desktop-amd64.iso deleted
ubuntu-22.10-desktop-amd64.iso deleted

Package Sidebar

Install

npm i dsclean

Weekly Downloads

2

Version

0.2.3

License

ISC

Unpacked Size

12.9 kB

Total Files

14

Last publish

Collaborators

  • shraymonks