i have little to no experience to scripting with Terminal on Mac OS X, so...
My current workflow:
--> download videos via jDownloader to an external HDD --> have jDownloader do the extracting and put the files into a "Completed"-folder --> let Filebot rename and move the video to the Movies-HDD
For this i use this script:
Code: Select all
filebot -script fn:watcher -rename -non-strict /Volumes/PLEX-TEMP/_JD/Completed/ --output /Volumes/PLEX-MOVIES-01/MOVIES-01 --format "{n} ({y})/{n} ({y})" --db TheMovieDB
For that i would need this script:
Code: Select all
filebot -get-missing-subtitles -non-strict -r --lang ro /Volumes/PLEX-MOVIES-01/MOVIES-01
Is there a way to combine this two scripts, so i only need to run one script in the background?
Thanks!
hubert