Tv Cleaner
@lint/tv-cleanerv2026.05.21.1
01README
TV series deletion executor — consumes tv-curator drop_candidates, honors keep-forever tags, deletes via Sonarr API with cooling-period gate.
02Models
tv-cleaner.tsv2026.05.21.1
fn applyDrops(apply: boolean, skipIds?: any)
Apply (or dry-run) deletion of TV curator-flagged drop candidates against Sonarr.
| Argument | Type | Description |
|---|---|---|
| apply | boolean | If true, actually call Sonarr DELETE. If false (default), dry-run only. |
| skipIds? | any | Array of Sonarr series IDs to spare. Pass as JSON: '[123, 456]'. |
03Stats
A
100 / 100
Downloads
2
Archive size
7.5 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
04Platforms
05Labels