Is there a way to edit the suball script? I'm currently running filebot on my synology NAS. I have 2 problems with filebot:
1. it does not recognize following path "/volume1/video/TV show/". I have to edit my TV show folder to TVshow. Then it works. Is there a fix so I can use it with a space?
2. suball automatically adds eng to the srt parth. I know a lot of programs support this (and mine does to) but I already have tons of srt files with the lang added to it... If I let filebot download each srt again it will have to download 2000 srt files and with a 200 daily max this is not possible.
code used to download subtitles:
Code: Select all
filebot -script fn:suball -–lang en /volume1/video/TV show
Code: Select all
filebot -script fn:replace --def "e=.eng.srt" "r=.srt" /volume1/video/TV show
Soul