https://github.com/atomicptr/nightraid
A service that monitors directories for filler episodes of anime
https://github.com/atomicptr/nightraid
Last synced: 11 months ago
JSON representation
A service that monitors directories for filler episodes of anime
- Host: GitHub
- URL: https://github.com/atomicptr/nightraid
- Owner: atomicptr
- License: agpl-3.0
- Created: 2024-04-01T09:43:11.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T21:33:01.000Z (over 1 year ago)
- Last Synced: 2025-03-07T00:37:44.408Z (11 months ago)
- Language: TypeScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nightraid
A service that monitors directories for filler episodes of anime, powered by animefillerlist.com, made with [Bun](https://bun.sh).
## Setup
First you need to create a config file
```toml
filler-mode = "quarantine"
[[directory]]
path = "/home/username/Downloads"
quarantine-directory = "/home/username/Downloads/_quarantine"
```
There are three filler modes available:
- do-nothing, which as the name suggests does nothing but log the file
- quarantine, which moves the file into a specified quarantine directory
- delete, which deletes the file
It's recommended to use Docker:
```bash
$ docker run --rm -v nightraid.toml:/app/nightraid.toml ghcr.io/atomicptr/nightraid:latest
```
## License
AGPLv3
[]()