Skip to content

A service that monitors directories for filler episodes of anime

License

Notifications You must be signed in to change notification settings

atomicptr/nightraid

Repository files navigation

nightraid

A service that monitors directories for filler episodes of anime, powered by animefillerlist.com, made with Bun.

Setup

First you need to create a config file

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:

$ docker run --rm -v nightraid.toml:/app/nightraid.toml ghcr.io/atomicptr/nightraid:latest

License

AGPLv3

About

A service that monitors directories for filler episodes of anime

Resources

License

Stars

Watchers

Forks

Packages