Mass delete subtitle files
I ran bazarr on a bunch of my shows and got some bad subtitles (mismatched episodes, symbols instead of letters, lines in the wrong order).
I'd like to delete all downloaded subtitles from a series (and just let Plex search for subtitles for any given episode since it seems to get better results).
But the Delete option is greyed out in the mass editor.
Comments: 1
Oldest
•
Newest
•
Most likes
•
Fewest likes
-
21 Jun
BrianTake a look at https://github.com/BrianWeiHaoMa/bazarrbulksync.
This CLI tool now supports mass/bulk deletion through the Bazarr API.
For example, you can run:
docker run --rm -it -v ./bazarrbulksync_config.yml:/app/bazarrbulksync/bazarrbulksync_config.yml wayhowma/bazarrbulksync:0.3.0 delete all --series-ids 1,2,3
to delete all subtitles from 3 different series with ids 1, 2, and 3. There are more fine grained and/or wider deletion options available as well. Since it is a CLI tool you will have to get the series ids through F12 developer tools on your sonar series page if you want to delete specific series (unless someone knows an easier way to get the ids).