How to disable backdrops with --def extras=y

Any questions? Need some help?
Post Reply
pb421
Posts: 15
Joined: 12 Jun 2014, 08:05

How to disable backdrops with --def extras=y

Post by pb421 »

Hi,
how to How to disable backdrops with --def artwork=y --def extras=y

this is my command

Code: Select all

filebot -script fn:amc --output "/home/user/public_html/data/" --log-file amc.log --action move --conflict override -non-strict --lang en --def artwork=y  --def extras=y --def "seriesFormat=tv/{fn}" --def "movieFormat=movie/{fn}" --def "musicFormat=music/{fn}" "ut_dir=$TR_TORRENT_DIR/$TR_TORRENT_NAME" "ut_kind=multi" "ut_title=$TR_TORRENT_NAME"
Basically i need separate imdb and themovidb url.

without --def extras=y imdb and themoviedb url on the movie.nfo, and i need those .url separate on the folder.
with --def extras=y imdb and themoviedb url are separate in the folder but backdrops is also is there. i need to disable backdrops




Regards.
User avatar
rednoah
The Source
Posts: 23074
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: How to disable backdrops with --def extras=y

Post by rednoah »

Sorry, there is no option to get *.url files but not get backdrops.
:idea: Please read the FAQ and How to Request Help.
Post Reply