bazarr-bulk-0.1.4 is not a library.
BAZARR BULK CLI
A CLI tool for performing actions in bulk on Bazarr movies and tv shows. List of supported actions:
- sync
- ocr-fixes
- common-fixes
- remove-hearing-impaired
- remove-style-tags
- reverse-rtl
Installation
Install with cargo
bazarr-bulk is published on crates.io. In order to install a Rust crate from crates.io, it is required to have Rust and cargo installed on your system.
Manual installation from an archive
Latest release page provides an option to manually install the bb binary from an archive. The archive is available for Linux, MacOS, and Windows. Download, extract and move the binary to the desired directory, and set execution permissions.
Linux
- Download the Linux tar.gz archive from the latest release
- Extract the archive
- Move the binary
- Set execution permissions
- Run bb
MacOS
- Download the MacOS (apple-darwin) ZIP archive from the latest release
- Extract the archive
- Move the binary
- Set execution permissions
- Run bb
Windows
- Download the Windows ZIP archive from the latest release
- Extract the archive
- Run bb.exe
Usage
- Create a JSON config file based on the template file.
- Run
bb --config your-config.json[movies|tv-shows] [ACTION]
CLI Manual
# Performs bulk operations on subtitles of movies and tv shows using Bazarr's API
)
Movies
# Perform operations on movies
)
TV Shows
# Perform operations on tv shows
)
Sync Options
# Customize tv-show/movie subtitle sync options
))