Search found 8 matches

by birno
14 Apr 2015, 16:52
Forum: Scripting and Automation
Topic: Filter does not works with movies in AMC
Replies: 4
Views: 4007

Re: Filter does not works with movies in AMC

rednoah wrote:Maybe?
--def music=y Process music files as well. Disabled by default.
I swear I read the whole manual( a few months ago when started to use this script :D ).
But at the time I used only for movie and series.
Thanks!
by birno
13 Apr 2015, 19:39
Forum: Scripting and Automation
Topic: Filter does not works with movies in AMC
Replies: 4
Views: 4007

Re: Filter does not works with movies in AMC

Ok, thanks, wasn't clear that that the problem is the series vs. movie thing.
After setting ut_label it works for movies.
Now has an other problem with music, the label is "music", the musicFormat is set, but it's exclude every song.
Trying to figure out what is this, but looks strange.
by birno
12 Apr 2015, 07:31
Forum: Scripting and Automation
Topic: Filter does not works with movies in AMC
Replies: 4
Views: 4007

Filter does not works with movies in AMC

Hi, I'm using the AMC script with some filters, which works fine for series but doesn't for movies. Command: filebot -no-xattr -script fn:amc --log-file amc.log --action test -non-strict --conflict auto --def skipExtract=n --def deleteAfterExt ract=n --def "seriesFormat={n}/Season {s.pad(2)}/{n ...
by birno
15 Nov 2014, 09:50
Forum: Scripting and Automation
Topic: Better matching based on already exists folders
Replies: 7
Views: 7305

Re: Better matching based on already exists folders

Is there a way to know if filebot failed to succesfully run the given command without parsing the output?
I checked the ERRORLEVEL in command line on windows but that always return 0.
by birno
28 Oct 2014, 20:53
Forum: Scripting and Automation
Topic: Better matching based on already exists folders
Replies: 7
Views: 7305

Re: Better matching based on already exists folders

1. Yes, I read that topic, that's why I said, some advanced example would make it more clear how it works. I will add this little folder exists snippet too, when finalized. 2. Awesome, thanks! :D 3. Thanks again, useful, I will check them, maybe checkout the source and trying to take a look at the ...
by birno
28 Oct 2014, 18:26
Forum: Scripting and Automation
Topic: Better matching based on already exists folders
Replies: 7
Views: 7305

Re: Better matching based on already exists folders

I played a little bit with this --filter option. If I understand correctly, FileBot use this filter on every possible titles and using the first matched one, right? So --filter "new File('h:/series', n).exists()" allow only titles which already exists in the folder, but what if it's not exists? In ...
by birno
27 Oct 2014, 20:10
Forum: Scripting and Automation
Topic: Better matching based on already exists folders
Replies: 7
Views: 7305

Re: Better matching based on already exists folders

1. But if an output folder defined or the Episode format contains a path, without any substitution mark, for example in the beginning of the format(" h:/series/ {n}/Season {s.pad(2)}/{sxe}"), then it's a good start. 3. Your filter expression could check for existing folders . It's sounds good, I ...
by birno
27 Oct 2014, 18:16
Forum: Scripting and Automation
Topic: Better matching based on already exists folders
Replies: 7
Views: 7305

Better matching based on already exists folders

Hi, First of all, thanks for the amazing software and scripts! I'm using AMC, with the -non-strict switch and sometimes it can't match the correct series name, which is understandable. Just wondering, is there a switch or other script which tries to figure out the correct title, based on the already ...