Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

il y a 7 ans
il y a 6 ans
il y a 6 ans
il y a 6 ans
il y a 6 ans
il y a 6 ans
il y a 6 ans
il y a 6 ans
il y a 6 ans
il y a 6 ans
il y a 6 ans
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