-
Notifications
You must be signed in to change notification settings - Fork 5
Bazarr
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.
- Grab the latest build from the releases page.
- Unzip and place the executable somewhere Bazarr can access it.
- In Bazarr navigate to Settings → Subtitles → Post Processing
- Enter the command:
subclean "{{subtitles}}" -w -n 2>&1
and save
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
If you have NodeJS installed, you can simply install, update or uninstall subclean using the following commands:
npm install -g subclean
npm upgrade -g subclean
npm remove -g subclean
Questions? Comments? Need help?
Feel free to contact me on Discord: drkain