Search found 4 matches

by tannikas
04 Jul 2016, 20:12
Forum: Scripting and Automation
Topic: Amc don't copy some movies anymore
Replies: 7
Views: 5676

Re: Amc don't copy some movies anymore

Ok, found the problem from here:
https://github.com/filebot/scripts/blob ... groovy#L68
My file full path starts with /volume1/... and "e1" part matches with regex

Code: Select all

f.path =~ /(?i:tvs-|tvp-|E[P]?\d{1,3}|Season[\D]?\d{1,2}|\d{4}.S\d{2})/
f.path.substring fixed this
by tannikas
01 Jul 2016, 21:11
Forum: Scripting and Automation
Topic: Amc don't copy some movies anymore
Replies: 7
Views: 5676

Re: Amc don't copy some movies anymore

Did this empty file test in synology and also in my windows machine. Both have same version - FileBot 4.7 (r3923) / Java(TM) SE Runtime Environment 1.8.0_91 It went ok in windows machine - Group: [tvs:null, mov:green room 2016] => [Green.Room.2016.HDRip.XviD.AC3-EVO.avi] But not in synology - Group ...
by tannikas
30 Jun 2016, 08:58
Forum: Scripting and Automation
Topic: Amc don't copy some movies anymore
Replies: 7
Views: 5676

Re: Amc don't copy some movies anymore

1. This is script from here - https://github.com/filebot/scripts/blob/master/amc.groovy . Copied it into local folder few days ago because fn:amc caused network errors. Tried with fn:amc also yesterday with same result like local script. 2. .nfo content ...
by tannikas
30 Jun 2016, 07:53
Forum: Scripting and Automation
Topic: Amc don't copy some movies anymore
Replies: 7
Views: 5676

Amc don't copy some movies anymore

Running it in my synology disk station. It worked for years but recently there where some network problems (couldn't resolve fn:amc) and I upgraded FileBot to version 4.7. Now it doesn't recognize most of movies and don't copy them anywhere. My script: filebot -script "/volume1/homes/admin/filebot ...