brianspilner01 / media-server-scripts

84 stars 18 forks source link

Breaks in Bazarr with paths that contain single-quotes #6

Closed deepfriedmind closed 3 years ago

deepfriedmind commented 3 years ago

If you add it to Bazarr as you've outlined here:

https://github.com/brianspilner01/media-server-scripts/blob/e9a6145d6f765a42d4fced52078524d8e6b2ae0f/sub-clean.sh#L10-L11

It will break if the path contains a single-quote. If you add it with double quotes, i.e. "{{subtitles}}", it works.

deepfriedmind commented 3 years ago

Oh, and huge thanks for the script btw :)

brianspilner01 commented 3 years ago

You're very welcome, thanks!