Finished without processing any files

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
User avatar
mrbucket101
Power User
Posts: 36
Joined: 02 Jul 2014, 00:25

Finished without processing any files

Post by mrbucket101 »

I'm baffled as to why it is having trouble moving the hunger games. At first I thought it might have been due to special characters in the path as The Hunger Games: Mockingjay has a colon in it. So I modified my filter to replace the : with a "- ", it didn't seem to solve the problem. There wasn't much to go on here from the log file, so I'm pretty much stuck.

I am running Filebot 4.5.6 on an xubuntu VM, running on a windows server 2012 host. Filebot is attempting to copy files to a CIFS share mounted in the home directory. I have verified that all the file permissions are correct and have successfully moved numerous TV shows, and a few movies with this script so far. This one movie seems to give me issues.

The following output was from the AMC script

Code: Select all

Parameter: clean = y
Parameter: ignore = .*(Apps|Games|eBooks).*
Parameter: pushover = *****
Parameter: seriesFormat = TV/{n.replaceTrailingBrackets()}/{n}" Season "{s}/{n} - {sxe} - {t.replaceAll(/[`?...]/, "'").replaceAll(/[!?.]+$/)}
Parameter: movieFormat = Movies/{n.replaceAll(/[:|]/, "- ")} ({y}) {vf}/{n.replaceAll(/[:|]/, "- ")} ({y}){' CD'+pi}{'.'+lang}
Argument: /home/******/Downloads/The.Hunger.Games.Mockingjay.Part.1.2014.1080p.BluRay.x264-SPARKS.mkv
Input: /home/******/Downloads/The.Hunger.Games.Mockingjay.Part.1.2014.1080p.BluRay.x264-SPARKS.mkv
Group: [:] => [The.Hunger.Games.Mockingjay.Part.1.2014.1080p.BluRay.x264-SPARKS.mkv]
Finished without processing any files
Failure (°_°)
I appreciate any help given, thanks for such a great program!

EDIT: I also tried moving this file using the default AMC movieFormat, and received the same error.
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Finished without processing any files

Post by rednoah »

"The.Hunger.Games" matches your "Games" ignore pattern. ;)
:idea: Please read the FAQ and How to Request Help.
User avatar
mrbucket101
Power User
Posts: 36
Joined: 02 Jul 2014, 00:25

Re: Finished without processing any files

Post by mrbucket101 »

rednoah wrote:"The.Hunger.Games" matches your "Games" ignore pattern. ;)
haha wow...

I thought that the ignore pattern only applied to labels from rTorrent.

Thanks!
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Finished without processing any files

Post by rednoah »

The ignore pattern is applied to file paths, not labels.
:idea: Please read the FAQ and How to Request Help.
Post Reply