multiple language subtitles download
Posted: 13 Sep 2016, 02:28
after my amc script, I have a sub all cron unde linux which check the missing subtitles
My question is how to add multiple language search ?
this is working for french or english, but how to combine both in one serch ?
is giving
My question is how to add multiple language search ?
Code: Select all
filebot --log-file /var/log/filebot/amc-missing.log -script fn:suball "/raid/medias/videos/TV Shows" --def maxAgeDays=30 --lang=en --output srt
Code: Select all
filebot --log-file /var/log/filebot/amc-missing.log -script fn:suball "/raid/medias/videos/TV Shows" --def maxAgeDays=30 --lang=fr --output srt
Code: Select all
filebot --log-file /var/log/filebot/amc-missing.log -script fn:suball "/raid/medias/videos/TV Shows" --def maxAgeDays=30 --lang=en,fr --output srt
Code: Select all
Illegal language code: en,fr