Download movie trailers witch utorrnet Script

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Calcky82
Donor
Posts: 23
Joined: 06 Oct 2013, 12:03

Download movie trailers witch utorrnet Script

Post 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?
User avatar
rednoah
The Source
Posts: 23005
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Download movie trailers witch utorrnet Script

Post by rednoah »

No, it's not supported. I should know. :P
:idea: Please read the FAQ and How to Request Help.
Calcky82
Donor
Posts: 23
Joined: 06 Oct 2013, 12:03

Re: Download movie trailers witch utorrnet Script

Post by Calcky82 »

OK. Thanks
User avatar
rednoah
The Source
Posts: 23005
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Download movie trailers witch utorrnet Script

Post 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.
:idea: Please read the FAQ and How to Request Help.
tmack8001
Posts: 1
Joined: 17 Dec 2016, 21:22

Re: Download movie trailers witch utorrnet Script

Post 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.
Post Reply