Skip to content
Kain edited this page Dec 15, 2021 · 11 revisions

This tool is designed to work with Bazarr's post-processing for automatic cleaning on any subtitles downloaded.

Binaries

  1. Grab the latest build from the releases page.
  2. Unzip and place the executable somewhere Bazarr can access it.
  3. In Bazarr navigate to Settings → Subtitles → Post Processing
  4. Enter the command: subclean "{{subtitles}}" -w -n 2>&1 and save

Verify

If done correctly you should see something similar to this in the logs whenever a subtitle is downloaded.

If you get the following message:

subclean is not recognized as an internal or external command

...make sure you have added the directory to the windows PATH environment variable

NodeJS

If you have NodeJS installed, you can simply install, update or uninstall subclean using the following commands:

  1. npm install -g subclean
  2. npm upgrade -g subclean
  3. npm remove -g subclean

Example

1

Clone this wiki locally