You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 769B

7 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
123456789101112131415161718192021222324252627
  1. # Bootybot
  2. The new verion of Bootybot is a daemon for managing all of your tasks on the
  3. high seas.
  4. **Note:** This is highly experimental and very early in development.
  5. ## Components
  6. ### Server
  7. The `bootyd` program runs as a system service or in a container and should have
  8. access to all of the files you expect it to be running on. You can talk to it
  9. over a unix socket.
  10. ### CLI
  11. The `bootyctl` program is how you primarily interact with the running `bootyd`
  12. server to trigger content ingests and perform other administration tasks.
  13. ### Identity Engines
  14. These are things for actually identifying content.
  15. * `filebot` - Traditional and more versatile, but not libre
  16. * `parley` - Bootybot's native identification engine; faster, libre, but highly experimental