Page 1 of 1

Download movie trailers witch utorrnet Script

Posted: 13 Oct 2013, 09:01
by Calcky82
Hello,

First: great program. Using it for a week now and i'm very very enthusiast.

I'm using this script in utorrent:

Code: Select all

filebot.exe -script fn:amc --output "F:/downloads" --log-file amc.log --action copy --conflict override -non-strict --def "seriesFormat=TV Shows/{n}/{'Season '+s.pad(2)}/{n} - {sxe} - {t}" "movieFormat=Movies/{n} ({y})/{n} ({y}){' CD'+pi}" --def plex=127.0.0.1 --def music=y subtitles=en artwork=y "ignore=[.]iso" "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S
I know it's possible for filebot to also download movietrailers besides the subtitels and fanart, but I cant's figure out how to do this.

Someone?

Re: Download movie trailers witch utorrnet Script

Posted: 13 Oct 2013, 09:59
by rednoah
No, it's not supported. I should know. :P

Re: Download movie trailers witch utorrnet Script

Posted: 13 Oct 2013, 13:26
by Calcky82
OK. Thanks

Re: Download movie trailers witch utorrnet Script

Posted: 14 Oct 2013, 03:00
by rednoah
Have you checked the .nfo files generated by filebot? There should be information about trailers in there if available.

You can write your own script that grabs these links and downloads the trailers. But I guess youtube will block you from doing that.

Re: Download movie trailers witch utorrnet Script

Posted: 17 Dec 2016, 21:26
by tmack8001
I have found that to get trailers you can use youtube-dl (https://github.com/rg3/youtube-dl) which is another cli command line tool that works with pulling videos from youtube. As @rednoah states you would need to read the nfo files that live along side the movies you have pre sorted with filebot.