Failed to create excludes
Posted: 06 Sep 2016, 12:22
I have a new system set up with deluge calling filebot, and I was struggling to understand why it wasn't sorting files. In the log, it shows that filebot is being called in the correct way and Deluge is doing its job, but the script is failing at something called excludes. Here is my system information
And here is the output of my log file
Ive google and can't seem to find the answer, so any hep would be greatly appreciated
Code: Select all
FileBot 4.7.2 (r4178)
JNA Native: 4.0.1
MediaInfo: MediaInfoLib - v0.7.69
7-Zip-JBinding: 9.20
Chromaprint: fpcalc version 1.1.0 (/usr/share/filebot/fpcalc)
Extended Attributes: OK
GVFS: OK
Groovy Engine: 2.4.7
JRE: Java(TM) SE Runtime Environment 1.8.0_101 (headless)
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 1 Core / 893 MB Max Memory / 12 MB Used Memory
OS: Linux (amd64)
Package: DEB
Data: /home/joe/.filebot
uname: Linux JoesMediaCentre 4.4.0-36-generic #55-Ubuntu SMP Thu Aug 11 18:01:55 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Done ヾ(@⌒ー⌒@)ノ
And here is the output of my log file
Code: Select all
Run script [fn:amc] at [Wed Aug 31 19:44:29 BST 2016]
Parameter: unsorted = y
Parameter: music = y
Parameter: artwork = y
Parameter: kodi = host
Parameter: excludeList = .excludes
Parameter: ut_dir = /media/joe/Incomplete
Parameter: ut_kind = multi
Parameter: ut_title = Suits.S06E07.720p.HDTV.x264-KILLERS.mkv
Parameter: ut_label = N/A
Using excludes: /media/joe/Downloads/.excludes (382)
No files selected for processing
Failure (°_°)
Run script [fn:amc] at [Fri Sep 02 00:05:15 BST 2016]
Parameter: unsorted = y
Parameter: music = y
Parameter: artwork = y
Parameter: kodi = host
Parameter: excludeList = .excludes
Parameter: ut_dir = /media/joe/SAMSUNG/Incomplete
Parameter: ut_kind = multi
Parameter: ut_title = Suits.S06E08.720p.HDTV.x264-KILLERS.mkv
Parameter: ut_label = N/A
Creating excludes: /media/joe/Downloads/.excludes
Failed to create excludeList: /media/joe/Downloads/.excludes
Failure (°_°)
Run script [fn:amc] at [Mon Sep 05 01:41:32 BST 2016]
Parameter: unsorted = y
Parameter: music = y
Parameter: artwork = y
Parameter: kodi = host
Parameter: excludeList = .excludes
Parameter: ut_dir = /media/joe/SAMSUNG/Incomplete
Parameter: ut_kind = multi
Parameter: ut_title = Game.of.Thrones.S06E00.18.Hours.at.the.Paint.Hall.720p.HDTV.x264-BATV.mkv
Parameter: ut_label = N/A
Creating excludes: /media/joe/Downloads/.excludes
Failed to create excludeList: /media/joe/Downloads/.excludes
Failure (°_°)
Ive google and can't seem to find the answer, so any hep would be greatly appreciated