Calling the amc / suball / artwork / cleaner scripts

Support for Windows users
Post Reply
melobyrro
Posts: 16
Joined: 01 Apr 2016, 03:01

Calling the amc / suball / artwork / cleaner scripts

Post by melobyrro »

Noobie here at many levels, lol, but heres what i got setup

FolderAgent monitors C:/ADownloads for new files and calls this cli saved as .bat

Code: Select all

filebot -script fn:amc --output "C:\AMedia" --action move --conflict override -non-strict "C:\AMedia\ADownloads" --def "seriesFormat=C:/AMedia/ATV Shows/{n} - {s00e00} - {t}/{n} - {s00e00} - {t}" "movieFormat=C:/AMedia/AMovies/{n} ({y}){' CD'+pi}{'.'+lang}/{n} ({y}){' CD'+pi}{'.'+lang}" --log-file amc.log --def excludeList=amc.txt

filebot -script fn:suball "C:/AMedia/ATV Shows" --lang=pob  -non-strict --def maxAgeDays=7
filebot -script fn:suball "C:/AMedia/ATV Shows" --lang=en  -non-strict --def maxAgeDays=7

filebot -script fn:suball "C:/AMedia/AMovies" --lang=pob  -non-strict --def maxAgeDays=7
filebot -script fn:suball "C:/AMedia/AMovies" --lang=en  -non-strict --def maxAgeDays=7

filebot -script fn:artwork.tmdb "C:/AMedia/AMovies"

filebot -script fn:artwork.tvdb "C:/AMedia/ATV Shows"

filebot -script fn:cleaner "C:/AMedia/ADownloads"
It might be a bit redundant, maybe calling scripts too much, i just wanted someone elses opinion,
User avatar
rednoah
The Source
Posts: 23925
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Any suggestion on my CLI?

Post by rednoah »

1.
You probably won't need the artwork/cleaner calls if you enable --def artwork and --def clean in the amc script.

2.
The --format is relative to --output so you don't need to repeat the absolute output path in all the formats.
:idea: Please read the FAQ and How to Request Help.
melobyrro
Posts: 16
Joined: 01 Apr 2016, 03:01

Re: Calling the amc / suball / artwork / cleaner scripts

Post by melobyrro »

thanks, i use utorrent rss to doenload tv shows, sometimes itll download 2 of the same episode with different name but once it runs thru amc it comes the same same, how do i force it to delete or replace the file thats already in /tvshows?
melobyrro
Posts: 16
Joined: 01 Apr 2016, 03:01

Re: Any suggestion on my CLI?

Post by melobyrro »

rednoah wrote:1.
You probably won't need the artwork/cleaner calls if you enable --def artwork and --def clean in the amc script.

2.
The --format is relative to --output so you don't need to repeat the absolute output path in all the formats.

also, when i use --def artwork, ir give me

Argument: C:\AMedia
Argument: C:\AMedia\ADownloads
Argument: C:\Users\melob\artwork
File not found: C:\Users\melob\artwork
Failure (┬░_┬░)

why is it looking at the users/melob/... folder?
o i need to pt anyhigelse after--def artworrk?

Code: Select all

filebot -script fn:amc --output "C:/AMedia" --action move -non-strict "C:/AMedia/ADownloads"  --conflict override --lang en --def "seriesFormat=C:/AMedia/ATV Shows/{n} - {s00e00} - {t}/{n} - {s00e00} - {t}" "movieFormat=C:/AMedia/AMovies/{n} ({y}){' CD'+pi}{'.'+lang}/{n} ({y}){' CD'+pi}{'.'+lang}" --def artwork --def clean=y --log-file amc.log
melobyrro
Posts: 16
Joined: 01 Apr 2016, 03:01

Re: Calling the amc / suball / artwork / cleaner scripts

Post by melobyrro »

never mind, i got it all, sorry to bother u so many times with stupid questions, lol

thanks agains @rednoah for keeping up with this forum and patient with all of us dummies.
Post Reply