I'd like to say thank you for all the work that has been done to make my life easier!
I'm using the guide and settings for Automated Media Center utorrent intergration. The script is working great. I have made a few tweeks to fit my sytem. I would like to tweek it a little more but am not sure how to acomplish what I want.
What I currently have setup.
When torrent is done downloading filebot renames files and places them in my media folder.
If downloaded file is .MP4 the prosses stops if the file is .MKV or .avi. I have the program "watchfolder" watching my media folder and encodes it to .MP4.
Watchfolder deletes original file and moves encoded file to a folder Filebot.
I'm running your script from the CMD line "Watch folder and rename new episodes" which rename the new .MP4 files which is redundant and then moves the files to my media folder.
I have taken out the def subtitles=en. Would it be possable to only search for subtitles for non english speaking parts? Something like --def subtitles-forced=en
Is there a way to eliminate the program "watchfolder" and add scripting to do what I have watchfolder do?
Can I add to watch folder script to watch for movies files and rename them example below
Code: Select all
filebot -script fn:watcher -extract -rename /path/to/completed/ --output /final/destination/ --format "TV Shows/{n}/Season {s}/{n} {sxe} {t}" --db TheTVDB format "Movies/{n} {y}/{n} ({y}){" CD$pi"}" --db TheMovieDB
Andy