Multiple subtitles languages for synology task scheduler

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
civeba
Posts: 2
Joined: 09 Oct 2015, 07:00

Multiple subtitles languages for synology task scheduler

Post by civeba »

Hiya,

I am unfortunately a complete newbie here, but I have bought a Synology DS412Play and found it to be an amazing solution to keep everyone in the family a lot more happy :) .. unfortunately it seems that the more you get the more you want. Now they want subtitles as well,.. and my extended family includes Swedish, Dutch and Latin American descents,.. hence they now want subtitles in English, Swedish, Dutch and most importantly Spanish. Is there anyway to have the script download multiple language files

I have in the Synology task scheduler added the automatic script that I hope someone can help me amend for multiple languages. I tried adding 'subtitles=spa' 'subtitles=swe' etc.. but didnt work :(

filebot -script 'fn:amc' /volume1/Nas/Media/NEW/ --output /volume1/Nas/Media/ --action move -non-strict --conflict auto --lang en --def 'music=y' 'unsorted=y' 'artwork=y' 'subtitles=eng' 'clean=y' 'deleteAfterExtract=y'

Thank you for your support :)

//C
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Multiple subtitles languages for synology task scheduler

Post by rednoah »

Manual wrote:--def subtitles=en,de,fr Download subtitles for the given languages
You can specify multiple languages using , as separator.

@see viewtopic.php?f=4&t=215
:idea: Please read the FAQ and How to Request Help.
civeba
Posts: 2
Joined: 09 Oct 2015, 07:00

Re: Multiple subtitles languages for synology task scheduler

Post by civeba »

Thank you so much @rednoah!!

It is with shame that I will ask the following question,.. but after spending quite some time trying to get it right, I figured I will post my script for your input. Do you see any thing wrong, why it doesnt take the subtitles?

filebot -script 'fn:amc' /volume1/NEW/ --output /volume1/ --action move -non-strict --conflict auto --lang en --def 'music=y' 'unsorted=y' 'artwork=y' 'subtitles=en,sv,es,nl' 'clean=y' 'deleteAfterExtract=y' 'excludeList=.excludes'

Thank you so much for great work!!

//C
Post Reply