Running FileBot from the console, Groovy scripting, shell scripts, etc
Calcky82
Donor
Posts: 23 Joined: 06 Oct 2013, 12:03
Post
by Calcky82 » 13 Oct 2013, 09:01
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?
rednoah
The Source
Posts: 23925 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 13 Oct 2013, 09:59
No, it's not supported. I should know.
rednoah
The Source
Posts: 23925 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 14 Oct 2013, 03:00
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.
tmack8001
Posts: 1 Joined: 17 Dec 2016, 21:22
Post
by tmack8001 » 17 Dec 2016, 21:26
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.