Skip to content
Kain edited this page Nov 12, 2021 · 11 revisions

This tool is designed to work with Bazarr's post-processing.

Windows:

  1. Grab the latest build from the releases page.
  2. Unzip and place the executable somewhere Bazarr can access it. For example: C:\Windows
  3. In Bazarr navigate to Settings -> Subtitles -> Post Processing
  4. Enter the command: subclean "{{subtitles}}" -w 2>&1 and save
  5. If done correctly you should see something similar to this in the logs whenever a subtitle is downloaded.

If you get the message subclean is not recognized as an internal or external command make sure you have added the directory to the windows PATH environment variable

Linux:

  1. Will add later.

MacOS

  1. Will add later.

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
Clone this wiki locally