excludelist=AMC.txt... right, but where is?!
excludelist=AMC.txt... right, but where is?!
i'm lookink for the exclude list file but i cannot find.
does anyone know were the file is?
i'm using windows 7 ultimate
Thank you
does anyone know were the file is?
i'm using windows 7 ultimate
Thank you
Re: excludelist=AMC.txt... right, but where is?!
The first few lines of output will tell you the exact location:
Assuming you're passing the right parameters:
Code: Select all
Using excludes: ...
Code: Select all
--def excludeList=amc.txt
Re: excludelist=AMC.txt... right, but where is?!
the output doesn't tell me anything, tonight i'll check twice.
i try to use the windows search feat but no result. :'(
i use this syntax:
but i cannot find the file, is that in the filebot dir? in the win7 roaming dir?
i can find AMC.log but not amc.txt.
i try to use the windows search feat but no result. :'(
i use this syntax:
Code: Select all
--def excludeList=amc.txt
i can find AMC.log but not amc.txt.
Re: excludelist=AMC.txt... right, but where is?!
Works fine:
Looks like the excludeList is resolved against your --output folder. You can specify an absolute path instead if you want. It'll be created after the first run so it won't be available for the first run.
Code: Select all
Parameter: ut_dir = /Users/reinhard/Development/test/AMC-TEST
Parameter: excludeList = amc.txt
Using excludes: /Users/reinhard/Development/test/OUTPUT/amc.txt (1)
Failure (°_°)
No files selected for processing
Re: excludelist=AMC.txt... right, but where is?!
That could solve my problem 
I use qbittorent and i use this:
tonight i'll try your solution 
Thank you so much!

I use qbittorent and i use this:
Code: Select all
filebot -script fn:amc --output "X:/path/to/media" --log-file amc.log --action copy --conflict override -non-strict --def music=y subtitles=en artwork=y exludeList=amc.txt "%f"

Thank you so much!
Re: excludelist=AMC.txt... right, but where is?!
"%f" must not be a --def option...
Please just copy & paste from the manual, ok?
@see viewtopic.php?f=4&t=215#p9774
Please just copy & paste from the manual, ok?
@see viewtopic.php?f=4&t=215#p9774
Re: excludelist=AMC.txt... right, but where is?!
i just copy, but from there:
http://www.filebot.net/forums/viewtopic.php?f=4&t=2131
is it wrong?
(meanwhile i use the one you write above
)
http://www.filebot.net/forums/viewtopic.php?f=4&t=2131
is it wrong?
(meanwhile i use the one you write above

Re: excludelist=AMC.txt... right, but where is?!
It's wrong but it'll probably work in most cases. Mine is correct and will always work.
Re: excludelist=AMC.txt... right, but where is?!
I can't help but think that if you gave complete information you would have fewer calls for helprednoah wrote: ↑27 May 2015, 10:18 Works fine:Looks like the excludeList is resolved against your --output folder. You can specify an absolute path instead if you want. It'll be created after the first run so it won't be available for the first run.Code: Select all
Parameter: ut_dir = /Users/reinhard/Development/test/AMC-TEST Parameter: excludeList = amc.txt Using excludes: /Users/reinhard/Development/test/OUTPUT/amc.txt (1) Failure (°_°) No files selected for processing

What exactly did you enter in Terminal to get the results you show above?
Re: excludelist=AMC.txt... right, but where is?!
The sample command from the amc manual. What command are you running? What does the output say?