A tool to read animebox backup files and export the data in alternate formats.
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.

18 lines
460 B

  1. # AnimeBox Sync
  2. A tool to read AnimeBox backup files and download the favorited files
  3. ## Usage
  4. ### Docker
  5. To download all favorites from a backup file.
  6. ```bash
  7. docker run -v <abbj file>:/app/backup.abbj -v <save directory>:/app/tmp/ -v <state file>:/app/state.json sothr/animebox-sync:latest
  8. ```
  9. To list all searches from a backup file.
  10. ```bash
  11. docker run -v <abbj file>:/app/backup.abbj sothr/animebox-sync:latest animebox-sync backup.abbj searches
  12. ```