您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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