Search found 5 matches

by 2moons
06 Nov 2016, 22:16
Forum: Feature Requests and Bug Reports
Topic: findMatch errors on filebot/amc
Replies: 10
Views: 7408

Re: findMatch errors on filebot/amc

I simplified the number of ignore folders/labels to avoid complications and retried. The files were successfully processed and the remaining files were cleaned. Did it a few times with different files and labels and they all worked. For good measure also confirmed that when requested to be ignored ...
by 2moons
06 Nov 2016, 09:08
Forum: Feature Requests and Bug Reports
Topic: findMatch errors on filebot/amc
Replies: 10
Views: 7408

Re: findMatch errors on filebot/amc

Hi sorry for the lack of logs previously (is very late and hunger has set in). I tried FileBot_4.7.5_B1 and the outcome was the same with the files being processed but the folder not being cleaned. log as follows: ********************************************************************************** Run ...
by 2moons
06 Nov 2016, 05:01
Forum: Feature Requests and Bug Reports
Topic: findMatch errors on filebot/amc
Replies: 10
Views: 7408

Re: findMatch errors on filebot/amc

Hi, I am getting these errors also. Mine are related to folders (labels) using ignore=.... filebot -script fn:amc --output "//home/boxuser/Downloads/Filebot Outputs/Filebot Auto/" --action move --conflict skip -non-strict --log-file "/home/boxuser/Downloads/Finished/amc.log" --def ignore="Anime ...
by 2moons
07 Feb 2016, 21:56
Forum: Scripting and Automation
Topic: AMC - how to add labels to media type file path
Replies: 3
Views: 3288

Re: AMC - how to add labels to media type file path

Ok - thanks for that.

To be clear, you are suggesting I would need to add something along the lines of

Code: Select all

--def "seriesFormat={label}/{n}/{episode.special ? 'Special' : 'Season '+s.pad(2)}/{n} - {s00e00} - {t}"
many thanks
by 2moons
07 Feb 2016, 06:23
Forum: Scripting and Automation
Topic: AMC - how to add labels to media type file path
Replies: 3
Views: 3288

AMC - how to add labels to media type file path

Hi all, Looking for some help to sort my AMC outputs into subfolders (labels) within the AMC generated ones (TV Shows, Movies, etc) when running as an external program in qBittorrent. System is Ubuntu 15.10 64bit qBittorrent 3.4.0alpha filebot 4.6.1 Within qBittorrent for running an external program ...