Hello everyone,
I need to look at the output from filebot's log to help trouble shoot my amc script. I have read that I need to "*** If you need help start a new thread and always include cmdline output! ***" but I cannot figure out how to get the cmdline output.
I have read that I can use something like this
>> "C:\Users\Kira\Desktop\TV.filebot.log" 2>&1
But this does not seem to work for me.
There is the --log thing that I can put into the options, however I have no idea where to get this log from. There are references on the board that I can change the log location with output command, but am not sure of the syntax of how to use this.
And if I am testing AMC script with the same file over and over will it work if I include the "--def excludeList=amc-input.txt Keep a list of previously processed files to be ignored in future runs (if you run this script on the same files repeatedly you must enable this option)"
Do I need to keep using different files to test my options for the AMC script if I need to include this so as not to get banned? It makes it hard to use different files each time. Can I edit the amc-input.txt list so I can keep using the same file to test and not get banned? Where is this file on my computer?
Sorry for the disjointed rant. Hopefully someone will find time to help and hold my hand.
Thanks
-S
Need help with getting log from Filebot.
-
- Posts: 168
- Joined: 20 Jul 2012, 23:25
Re: Need help with getting log from Filebot.
Here is the problem that is a little more specific. Here is what I use to drag file to to rename and move them
The problem is that I need to change the seriesFormat. When I change it from
to
as this is my new location that I am storing shows. It fails. Why is changing that one thing making it fail?
Thanks
-S
Code: Select all
REM TV Renaming Filebot script with log output
filebot -script fn:amc %* --def "movieFormat={[\"\\\\TITANSERVER/2media.2tb/Movies\"].collect{\"$it\" as File}.sort{ a,b -> a.exists() <=> b.exists() ?: a.listPath().reverse().findResult{ it.freeSpace ?: null } <=> b.listPath().reverse().findResult{ it.freeSpace ?: null } }.last()}/{n} ({y}) [{imdbid}]/{n} ({y}) [{imdbid}]{'.'+[vf]}{'.'+[resolution]}{'.'+[vc]}{'.'+[ac]}{'.'+[af]}{'.'+[source]}" --def "seriesFormat={[\"\\\\TITANSERVER/TV Shows\"].collect{\"$it/$n\" as File}.sort{ a,b -> a.exists() <=> b.exists() ?: a.listPath().reverse().findResult{ it.freeSpace ?: null } <=> b.listPath().reverse().findResult{ it.freeSpace ?: null } }.last()}\{n} {episode.special ? 'Special' : 'Season '+s.pad(2)}\{n}.{s00e00}{'.'+[vf]}{'.'+[resolution]}{'.'+[vc]}{'.'+[ac]}{'.'+[af]}{'.'+[source]}.{t}" -r --action copy --conflict override -non-strict --def subtitles=en --def backdrops=y --def artwork=y --def myepisodes=*** --def gmail=***:****--def mailto=*** --def clean=y --def ut_label=tv
REM >> "C:\Users\Kira\Desktop\TV.filebot.log" 2>&1
Code: Select all
--def "seriesFormat={[\"\\\\TITANSERVER/TV Shows\"].collect
to
Code: Select all
--def "seriesFormat={[\"\\\\TITANSERVER/Series\"].collect
as this is my new location that I am storing shows. It fails. Why is changing that one thing making it fail?
Thanks
-S
Re: Need help with getting log from Filebot.
1.
FileBot stores log files in a folder called logs in it's APP_DATA folder. Redirecting output is of course possible, if you're running with cmd since IO redirection is a cmd feature, not a Windows feature. The easiest way would be to just fully specify the log file, e.g. --log-file C:/log.txt
2.
If you're running amc on the same set of files for testing then of course you don't need to set (and like you said can't) set --def excludeList. FileBot caches everything anyway for a few days so you won't get banned.
3.
Windows CMD is very annoying. You'll just need to find the issue by trial-and-error.
Here's some basics:
http://www.filebot.net/forums/viewtopic.php?f=4&t=1899
FileBot stores log files in a folder called logs in it's APP_DATA folder. Redirecting output is of course possible, if you're running with cmd since IO redirection is a cmd feature, not a Windows feature. The easiest way would be to just fully specify the log file, e.g. --log-file C:/log.txt
2.
If you're running amc on the same set of files for testing then of course you don't need to set (and like you said can't) set --def excludeList. FileBot caches everything anyway for a few days so you won't get banned.
3.
Windows CMD is very annoying. You'll just need to find the issue by trial-and-error.
Here's some basics:
http://www.filebot.net/forums/viewtopic.php?f=4&t=1899
-
- Posts: 168
- Joined: 20 Jul 2012, 23:25
Re: Need help with getting log from Filebot.
Thanks Rednoah. Finding the log file has been helpful in that I have been able to try many different ways of doing this, but still I am not getting a successful renaming. Below I have the log out pout from several way I have tried..
What I am trying to do is use a UNC path. The instructions you have given seem pretty straight forward, however when I put together stuff it does not seem to work.
My last effort was to copy the info from the amc page where you discuss how to use it and try a file. It failed and gave an
"java.lang.IllegalArgumentException: Illegal conflict action: overide"
Please help hold my hand again. I feel like I am close, but still am missing something.
-S
What I am trying to do is use a UNC path. The instructions you have given seem pretty straight forward, however when I put together stuff it does not seem to work.
My last effort was to copy the info from the amc page where you discuss how to use it and try a file. It failed and gave an
"java.lang.IllegalArgumentException: Illegal conflict action: overide"
Please help hold my hand again. I feel like I am close, but still am missing something.
-S
Code: Select all
Aug 30, 2014 8:23:21 AM net.sf.ehcache.store.disk.DiskStorageFactory <init>
WARNING: The index for data file C:\Users\Kira\AppData\Roaming\FileBot\cache\0\web-datasource-lv3.data is out of date, probably due to an unclean shutdown. Deleting index file C:\Users\Kira\AppData\Roaming\FileBot\cache\0\web-datasource-lv3.index
Aug 30, 2014 8:23:21 AM net.sf.ehcache.store.disk.DiskStorageFactory <init>
WARNING: The index for data file C:\Users\Kira\AppData\Roaming\FileBot\cache\0\web-datasource-lv2.data is out of date, probably due to an unclean shutdown. Deleting index file C:\Users\Kira\AppData\Roaming\FileBot\cache\0\web-datasource-lv2.index
Aug 30, 2014 8:23:21 AM net.sf.ehcache.store.disk.DiskStorageFactory <init>
WARNING: The index for data file C:\Users\Kira\AppData\Roaming\FileBot\cache\0\web-persistent-datasource.data is out of date, probably due to an unclean shutdown. Deleting index file C:\Users\Kira\AppData\Roaming\FileBot\cache\0\web-persistent-datasource.index
Aug 30, 2014 8:23:21 AM net.sf.ehcache.store.disk.DiskStorageFactory <init>
WARNING: The index for data file C:\Users\Kira\AppData\Roaming\FileBot\cache\0\web-datasource.data is out of date, probably due to an unclean shutdown. Deleting index file C:\Users\Kira\AppData\Roaming\FileBot\cache\0\web-datasource.index
Parameter: seriesFormat = {\\\\TITANSERVER\\Series}\{n} {episode.special ? 'Special' : 'Season '+s.pad(2)}\{n}.{s00e00}{'.'+[vf]}{'.'+[resolution]}{'.'+[vc]}{'.'+[ac]}{'.'+[af]}{'.'+[source]}.{t}
Parameter: subtitles = en
Parameter: backdrops = y
Parameter: artwork = y
Parameter: myepisodes = *****
Parameter: gmail = *****
Parameter: mailto = *****
Parameter: clean = y
Parameter: ut_label = tv
Parameter: excludeList = amc.txt
Argument: D:\1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF
Read archive [robot.chicken.s07e19.720p.hdtv.x264-qcf.part1.rar] and extract to [D:\1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF\robot.chicken.s07e19.720p.hdtv.x264-qcf.part1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF]
Extracting files [D:\1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF\robot.chicken.s07e19.720p.hdtv.x264-qcf.part1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF\Robot.Chicken.S07E19.720p.HDTV.x264-QCF.mkv]
Input: D:\1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF\robot.chicken.s07e19.720p.hdtv.x264-qcf.part1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF\Robot.Chicken.S07E19.720p.HDTV.x264-QCF.mkv
Exclude: D:\1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF\robot.chicken.s07e19.720p.hdtv.x264-qcf.nfo
Exclude: D:\1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF\robot.chicken.s07e19.720p.hdtv.x264-qcf.sfv
Exclude: D:\1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF\Sample\sample-robot.chicken.s07e19.720p.hdtv.x264-qcf.mkv
Group: [tvs:robot chicken] => [Robot.Chicken.S07E19.720p.HDTV.x264-QCF.mkv]
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: D:\1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF\robot.chicken.s07e19.720p.hdtv.x264-qcf.part1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF\Robot.Chicken.S07E19.720p.HDTV.x264-QCF.mkv
javax.script.ScriptException: SyntaxError: unexpected char: '\'
Clean temporary extracted files
Delete D:\1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF\robot.chicken.s07e19.720p.hdtv.x264-qcf.part1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF\Robot.Chicken.S07E19.720p.HDTV.x264-QCF.mkv
Delete D:\1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF\robot.chicken.s07e19.720p.hdtv.x264-qcf.part1
Finished without processing any files
Failure (°_°)
Parameter: seriesFormat = {\\\\TITANSERVER\Series}\{n} {episode.special ? 'Special' : 'Season '+s.pad(2)}\{n}.{s00e00}{'.'+[vf]}{'.'+[resolution]}{'.'+[vc]}{'.'+[ac]}{'.'+[af]}{'.'+[source]}.{t}
Parameter: subtitles = en
Parameter: backdrops = y
Parameter: artwork = y
Parameter: myepisodes = *****
Parameter: gmail = *****
Parameter: mailto = *****
Parameter: clean = y
Parameter: ut_label = tv
Parameter: excludeList = amc.txt
Argument: D:\1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF
Read archive [robot.chicken.s07e19.720p.hdtv.x264-qcf.part1.rar] and extract to [D:\1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF\robot.chicken.s07e19.720p.hdtv.x264-qcf.part1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF]
Extracting files [D:\1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF\robot.chicken.s07e19.720p.hdtv.x264-qcf.part1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF\Robot.Chicken.S07E19.720p.HDTV.x264-QCF.mkv]
Input: D:\1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF\robot.chicken.s07e19.720p.hdtv.x264-qcf.part1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF\Robot.Chicken.S07E19.720p.HDTV.x264-QCF.mkv
Exclude: D:\1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF\robot.chicken.s07e19.720p.hdtv.x264-qcf.nfo
Exclude: D:\1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF\robot.chicken.s07e19.720p.hdtv.x264-qcf.sfv
Exclude: D:\1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF\Sample\sample-robot.chicken.s07e19.720p.hdtv.x264-qcf.mkv
Group: [tvs:robot chicken] => [Robot.Chicken.S07E19.720p.HDTV.x264-QCF.mkv]
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: D:\1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF\robot.chicken.s07e19.720p.hdtv.x264-qcf.part1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF\Robot.Chicken.S07E19.720p.HDTV.x264-QCF.mkv
javax.script.ScriptException: SyntaxError: unexpected char: '\'
Clean temporary extracted files
Delete D:\1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF\robot.chicken.s07e19.720p.hdtv.x264-qcf.part1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF\Robot.Chicken.S07E19.720p.HDTV.x264-QCF.mkv
Delete D:\1\Robot.Chicken.S07E19.720p.HDTV.x264-QCF\robot.chicken.s07e19.720p.hdtv.x264-qcf.part1
Finished without processing any files
Failure (°_°)
Parameter: seriesFormat = {\\TITANSERVER\Series}\{n} {episode.special ? 'Special' : 'Season '+s.pad(2)}\{n}.{s00e00}{'.'+[vf]}{'.'+[resolution]}{'.'+[vc]}{'.'+[ac]}{'.'+[af]}{'.'+[source]}.{t}
Parameter: subtitles = en
Parameter: backdrops = y
Parameter: artwork = y
Parameter: myepisodes = *****
Parameter: gmail = *****
Parameter: mailto = *****
Parameter: clean = y
Parameter: ut_label = tv
Parameter: excludeList = amc.txt
Argument: D:\1\Rectify.S02E10.720p.HDTV.X264-DIMENSION
Read archive [get.rekt.210.720p-dimension.rar] and extract to [D:\1\Rectify.S02E10.720p.HDTV.X264-DIMENSION\get.rekt.210.720p-dimension\Rectify.S02E10.720p.HDTV.X264-DIMENSION]
Extracting files [D:\1\Rectify.S02E10.720p.HDTV.X264-DIMENSION\get.rekt.210.720p-dimension\Rectify.S02E10.720p.HDTV.X264-DIMENSION\Rectify.S02E10.720p.HDTV.X264-DIMENSION.mkv]
Input: D:\1\Rectify.S02E10.720p.HDTV.X264-DIMENSION\get.rekt.210.720p-dimension\Rectify.S02E10.720p.HDTV.X264-DIMENSION\Rectify.S02E10.720p.HDTV.X264-DIMENSION.mkv
Exclude: D:\1\Rectify.S02E10.720p.HDTV.X264-DIMENSION\get.rekt.210.720p-dimension.r00
Exclude: D:\1\Rectify.S02E10.720p.HDTV.X264-DIMENSION\get.rekt.210.720p-dimension.r01
Exclude: D:\1\Rectify.S02E10.720p.HDTV.X264-DIMENSION\get.rekt.210.720p-dimension.r02
Exclude: D:\1\Rectify.S02E10.720p.HDTV.X264-DIMENSION\get.rekt.210.720p-dimension.r03
Exclude: D:\1\Rectify.S02E10.720p.HDTV.X264-DIMENSION\get.rekt.210.720p-dimension.r04
Exclude: D:\1\Rectify.S02E10.720p.HDTV.X264-DIMENSION\get.rekt.210.720p-dimension.r05
Exclude: D:\1\Rectify.S02E10.720p.HDTV.X264-DIMENSION\get.rekt.210.720p-dimension.r06
Exclude: D:\1\Rectify.S02E10.720p.HDTV.X264-DIMENSION\get.rekt.210.720p-dimension.r07
Exclude: D:\1\Rectify.S02E10.720p.HDTV.X264-DIMENSION\get.rekt.210.720p-dimension.r08
Exclude: D:\1\Rectify.S02E10.720p.HDTV.X264-DIMENSION\get.rekt.210.720p-dimension.r09
Exclude: D:\1\Rectify.S02E10.720p.HDTV.X264-DIMENSION\get.rekt.210.720p-dimension.r10
Exclude: D:\1\Rectify.S02E10.720p.HDTV.X264-DIMENSION\get.rekt.210.720p-dimension.r11
Exclude: D:\1\Rectify.S02E10.720p.HDTV.X264-DIMENSION\get.rekt.210.720p-dimension.r12
Exclude: D:\1\Rectify.S02E10.720p.HDTV.X264-DIMENSION\get.rekt.210.720p-dimension.r13
Exclude: D:\1\Rectify.S02E10.720p.HDTV.X264-DIMENSION\get.rekt.210.720p-dimension.r14
Exclude: D:\1\Rectify.S02E10.720p.HDTV.X264-DIMENSION\get.rekt.210.720p-dimension.r15
Exclude: D:\1\Rectify.S02E10.720p.HDTV.X264-DIMENSION\get.rekt.210.720p-dimension.r16
Exclude: D:\1\Rectify.S02E10.720p.HDTV.X264-DIMENSION\get.rekt.210.720p-dimension.r17
Exclude: D:\1\Rectify.S02E10.720p.HDTV.X264-DIMENSION\get.rekt.210.720p-dimension.sfv
Exclude: D:\1\Rectify.S02E10.720p.HDTV.X264-DIMENSION\rectify.210.720p-dimension.nfo
Exclude: D:\1\Rectify.S02E10.720p.HDTV.X264-DIMENSION\Sample\get.rekt.210.720p-dimension.sample.mkv
Group: [tvs:rectify] => [Rectify.S02E10.720p.HDTV.X264-DIMENSION.mkv]
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
Matched [Rectify.S02E10.720p.HDTV.X264-DIMENSION.mkv] to [Rectify.S02E10.HDTV.x264-LOL-eng] via hash
Fetching [Rectify.S02E10.HDTV.x264-LOL-eng.srt]
Export [Rectify.S02E10.HDTV.x264-LOL-eng.srt] as: SubRip / UTF-8
Writing [Rectify.S02E10.HDTV.x264-LOL-eng.srt] to [Rectify.S02E10.720p.HDTV.X264-DIMENSION.eng.srt]
javax.script.ScriptException: SyntaxError: unexpected char: '\'
Clean temporary extracted files
Delete D:\1\Rectify.S02E10.720p.HDTV.X264-DIMENSION\get.rekt.210.720p-dimension\Rectify.S02E10.720p.HDTV.X264-DIMENSION\Rectify.S02E10.720p.HDTV.X264-DIMENSION.eng.srt
Delete D:\1\Rectify.S02E10.720p.HDTV.X264-DIMENSION\get.rekt.210.720p-dimension\Rectify.S02E10.720p.HDTV.X264-DIMENSION\Rectify.S02E10.720p.HDTV.X264-DIMENSION.mkv
Delete D:\1\Rectify.S02E10.720p.HDTV.X264-DIMENSION\get.rekt.210.720p-dimension
Finished without processing any files
Failure (°_°)
Parameter: seriesFormat = {"\\TITANSERVER\Series"}\{n} {episode.special ? 'Special' : 'Season '+s.pad(2)}\{n}.{s00e00}{'.'+[vf]}{'.'+[resolution]}{'.'+[vc]}{'.'+[ac]}{'.'+[af]}{'.'+[source]}.{t}
Parameter: subtitles = en
Parameter: backdrops = y
Parameter: artwork = y
Parameter: myepisodes = *****
Parameter: gmail = *****
Parameter: mailto = *****
Parameter: clean = y
Parameter: ut_label = tv
Parameter: excludeList = amc.txt
Argument: D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS
Read archive [falling.skies.s04e10.720p.hdtv.x264-killers.rar] and extract to [D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\falling.skies.s04e10.720p.hdtv.x264-killers\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS]
Extracting files [D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\falling.skies.s04e10.720p.hdtv.x264-killers\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS.mkv]
Input: D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\falling.skies.s04e10.720p.hdtv.x264-killers\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS.mkv
Exclude: D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\falling.skies.s04e10.720p.hdtv.x264-killers.nfo
Exclude: D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\falling.skies.s04e10.720p.hdtv.x264-killers.r00
Exclude: D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\falling.skies.s04e10.720p.hdtv.x264-killers.r01
Exclude: D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\falling.skies.s04e10.720p.hdtv.x264-killers.r02
Exclude: D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\falling.skies.s04e10.720p.hdtv.x264-killers.r03
Exclude: D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\falling.skies.s04e10.720p.hdtv.x264-killers.r04
Exclude: D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\falling.skies.s04e10.720p.hdtv.x264-killers.r05
Exclude: D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\falling.skies.s04e10.720p.hdtv.x264-killers.r06
Exclude: D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\falling.skies.s04e10.720p.hdtv.x264-killers.r07
Exclude: D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\falling.skies.s04e10.720p.hdtv.x264-killers.r08
Exclude: D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\falling.skies.s04e10.720p.hdtv.x264-killers.r09
Exclude: D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\falling.skies.s04e10.720p.hdtv.x264-killers.r10
Exclude: D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\falling.skies.s04e10.720p.hdtv.x264-killers.r11
Exclude: D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\falling.skies.s04e10.720p.hdtv.x264-killers.r12
Exclude: D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\falling.skies.s04e10.720p.hdtv.x264-killers.r13
Exclude: D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\falling.skies.s04e10.720p.hdtv.x264-killers.r14
Exclude: D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\falling.skies.s04e10.720p.hdtv.x264-killers.r15
Exclude: D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\falling.skies.s04e10.720p.hdtv.x264-killers.r16
Exclude: D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\falling.skies.s04e10.720p.hdtv.x264-killers.r17
Exclude: D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\falling.skies.s04e10.720p.hdtv.x264-killers.r18
Exclude: D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\falling.skies.s04e10.720p.hdtv.x264-killers.sfv
Exclude: D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\falling.skies.s04e10.hdtv.x264-killers.nfo
Exclude: D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\Sample\sample-falling.skies.s04e10.720p.hdtv.x264-killers.mkv
Group: [tvs:falling skies] => [Falling.Skies.S04E10.720p.HDTV.x264-KILLERS.mkv]
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
Matched [Falling.Skies.S04E10.720p.HDTV.x264-KILLERS.mkv] to [Falling.Skies.S04E10.HDTV.x264-KILLERS] via hash
Fetching [Falling.Skies.S04E10.HDTV.x264-KILLERS.srt]
Export [Falling.Skies.S04E10.HDTV.x264-KILLERS.srt] as: SubRip / UTF-8
Writing [Falling.Skies.S04E10.HDTV.x264-KILLERS.srt] to [Falling.Skies.S04E10.720p.HDTV.x264-KILLERS.eng.srt]
javax.script.ScriptException: SyntaxError: unexpected char: '\'
Clean temporary extracted files
Delete D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\falling.skies.s04e10.720p.hdtv.x264-killers\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS.eng.srt
Delete D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\falling.skies.s04e10.720p.hdtv.x264-killers\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS.mkv
Delete D:\1\Falling.Skies.S04E10.720p.HDTV.x264-KILLERS\falling.skies.s04e10.720p.hdtv.x264-killers
Finished without processing any files
Failure (°_°)
Parameter: seriesFormat = {"\\TITANSERVER/Series"}\{n} {episode.special ? 'Special' : 'Season '+s.pad(2)}\{n}.{s00e00}{'.'+[vf]}{'.'+[resolution]}{'.'+[vc]}{'.'+[ac]}{'.'+[af]}{'.'+[source]}.{t}
Parameter: subtitles = en
Parameter: backdrops = y
Parameter: artwork = y
Parameter: myepisodes = *****
Parameter: gmail = *****
Parameter: mailto = *****
Parameter: clean = y
Parameter: ut_label = tv
Parameter: excludeList = amc.txt
Argument: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Input: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Group: [tvs:the daily show] => [the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv]
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
java.lang.IllegalArgumentException: Illegal conflict action: overide
Finished without processing any files
Failure (°_°)
Parameter: seriesFormat = {\\TITANSERVER\Series}\{n} {episode.special ? 'Special' : 'Season '+s.pad(2)}\{n}.{s00e00}{'.'+[vf]}{'.'+[resolution]}{'.'+[vc]}{'.'+[ac]}{'.'+[af]}{'.'+[source]}.{t}
Parameter: subtitles = en
Parameter: backdrops = y
Parameter: artwork = y
Parameter: myepisodes = *****
Parameter: gmail = *****
Parameter: mailto = *****
Parameter: clean = y
Parameter: ut_label = tv
Parameter: excludeList = amc.txt
Argument: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Input: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Group: [tvs:the daily show] => [the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv]
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
javax.script.ScriptException: SyntaxError: unexpected char: '\'
Finished without processing any files
Failure (°_°)
Parameter: seriesFormat = {"\\TITANSERVER\Series"}/{n} {episode.special ? 'Special' : 'Season '+s.pad(2)}/{n}.{s00e00}{'.'+[vf]}{'.'+[resolution]}{'.'+[vc]}{'.'+[ac]}{'.'+[af]}{'.'+[source]}.{t}
Parameter: subtitles = en
Parameter: backdrops = y
Parameter: artwork = y
Parameter: myepisodes = *****
Parameter: gmail = *****
Parameter: mailto = *****
Parameter: clean = y
Parameter: ut_label = tv
Parameter: excludeList = amc.txt
Argument: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Input: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Group: [tvs:the daily show] => [the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv]
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
javax.script.ScriptException: SyntaxError: unexpected char: '\'
Finished without processing any files
Failure (°_°)
Parameter: seriesFormat = {//TITANSERVER/Series}/{n} {episode.special ? 'Special' : 'Season '+s.pad(2)}/{n}.{s00e00}{'.'+[vf]}{'.'+[resolution]}{'.'+[vc]}{'.'+[ac]}{'.'+[af]}{'.'+[source]}.{t}
Parameter: subtitles = en
Parameter: backdrops = y
Parameter: artwork = y
Parameter: myepisodes = *****
Parameter: gmail = *****
Parameter: mailto = *****
Parameter: clean = y
Parameter: ut_label = tv
Parameter: excludeList = amc.txt
Argument: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Input: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Group: [tvs:the daily show] => [the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv]
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
java.lang.IllegalArgumentException: Illegal conflict action: overide
Finished without processing any files
Failure (°_°)
Parameter: seriesFormat = {//TITANSERVER/Series}/{n} {episode.special ? 'Special' : 'Season '+s.pad(2)}/{n}.{s00e00}{'.'+[vf]}{'.'+[resolution]}{'.'+[vc]}{'.'+[ac]}{'.'+[af]}{'.'+[source]}.{t}
Parameter: subtitles = en
Parameter: backdrops = y
Parameter: artwork = y
Parameter: myepisodes = *****
Parameter: gmail = *****
Parameter: mailto = *****
Parameter: clean = y
Parameter: ut_label = tv
Parameter: excludeList = amc.txt
Argument: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Input: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Aug 30, 2014 9:44:30 AM net.sf.ehcache.store.disk.DiskStorageFactory <init>
WARNING: The index for data file C:\Users\Kira\AppData\Roaming\FileBot\cache\0\web-datasource-lv2.data is out of date, probably due to an unclean shutdown. Deleting index file C:\Users\Kira\AppData\Roaming\FileBot\cache\0\web-datasource-lv2.index
Aug 30, 2014 9:44:30 AM net.sf.ehcache.store.disk.DiskStorageFactory <init>
WARNING: The index for data file C:\Users\Kira\AppData\Roaming\FileBot\cache\0\web-persistent-datasource.data is out of date, probably due to an unclean shutdown. Deleting index file C:\Users\Kira\AppData\Roaming\FileBot\cache\0\web-persistent-datasource.index
Aug 30, 2014 9:44:30 AM net.sf.ehcache.store.disk.DiskStorageFactory <init>
WARNING: The index for data file C:\Users\Kira\AppData\Roaming\FileBot\cache\0\web-datasource.data is out of date, probably due to an unclean shutdown. Deleting index file C:\Users\Kira\AppData\Roaming\FileBot\cache\0\web-datasource.index
Aug 30, 2014 9:44:30 AM net.sf.ehcache.store.disk.DiskStorageFactory <init>
WARNING: The index for data file C:\Users\Kira\AppData\Roaming\FileBot\cache\0\web-datasource-lv3.data is out of date, probably due to an unclean shutdown. Deleting index file C:\Users\Kira\AppData\Roaming\FileBot\cache\0\web-datasource-lv3.index
Parameter: seriesFormat = {\\\\TITANSERVER/Series}/{n} {episode.special ? 'Special' : 'Season '+s.pad(2)}/{n}.{s00e00}{'.'+[vf]}{'.'+[resolution]}{'.'+[vc]}{'.'+[ac]}{'.'+[af]}{'.'+[source]}.{t}
Parameter: subtitles = en
Parameter: backdrops = y
Parameter: artwork = y
Parameter: myepisodes = *****
Parameter: gmail = *****
Parameter: mailto = *****
Parameter: clean = y
Parameter: ut_label = tv
Parameter: excludeList = amc.txt
Argument: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Input: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Group: [tvs:the daily show] => [the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv]
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
javax.script.ScriptException: SyntaxError: unexpected char: '\'
Finished without processing any files
Failure (°_°)
Parameter: seriesFormat = {"\\TITANSERVER/Series"}/{n} {episode.special ? 'Special' : 'Season '+s.pad(2)}/{n}.{s00e00}{'.'+[vf]}{'.'+[resolution]}{'.'+[vc]}{'.'+[ac]}{'.'+[af]}{'.'+[source]}.{t}
Parameter: subtitles = en
Parameter: backdrops = y
Parameter: artwork = y
Parameter: myepisodes = *****
Parameter: gmail = *****
Parameter: mailto = *****
Parameter: clean = y
Parameter: ut_label = tv
Parameter: excludeList = amc.txt
Argument: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Input: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Group: [tvs:the daily show] => [the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv]
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
java.lang.IllegalArgumentException: Illegal conflict action: overide
Finished without processing any files
Failure (°_°)
Aug 30, 2014 9:52:20 AM net.sf.ehcache.store.disk.DiskStorageFactory <init>
WARNING: The index for data file C:\Users\Kira\AppData\Roaming\FileBot\cache\1\web-datasource-lv3.data is out of date, probably due to an unclean shutdown. Deleting index file C:\Users\Kira\AppData\Roaming\FileBot\cache\1\web-datasource-lv3.index
Aug 30, 2014 9:52:20 AM net.sf.ehcache.store.disk.DiskStorageFactory <init>
WARNING: The index for data file C:\Users\Kira\AppData\Roaming\FileBot\cache\1\web-datasource.data is out of date, probably due to an unclean shutdown. Deleting index file C:\Users\Kira\AppData\Roaming\FileBot\cache\1\web-datasource.index
Aug 30, 2014 9:52:20 AM net.sf.ehcache.store.disk.DiskStorageFactory <init>
WARNING: The index for data file C:\Users\Kira\AppData\Roaming\FileBot\cache\1\web-datasource-lv2.data is out of date, probably due to an unclean shutdown. Deleting index file C:\Users\Kira\AppData\Roaming\FileBot\cache\1\web-datasource-lv2.index
Aug 30, 2014 9:52:20 AM net.sf.ehcache.store.disk.DiskStorageFactory <init>
WARNING: The index for data file C:\Users\Kira\AppData\Roaming\FileBot\cache\1\web-persistent-datasource.data is out of date, probably due to an unclean shutdown. Deleting index file C:\Users\Kira\AppData\Roaming\FileBot\cache\1\web-persistent-datasource.index
Parameter: seriesFormat = {\\\\TITANSERVER\\Series}/{n} {episode.special ? 'Special' : 'Season '+s.pad(2)}/{n}.{s00e00}{'.'+[vf]}{'.'+[resolution]}{'.'+[vc]}{'.'+[ac]}{'.'+[af]}{'.'+[source]}.{t}
Parameter: subtitles = en
Parameter: backdrops = y
Parameter: artwork = y
Parameter: myepisodes = *****
Parameter: gmail = *****
Parameter: mailto = *****
Parameter: clean = y
Parameter: ut_label = tv
Parameter: excludeList = amc.txt
Argument: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Input: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Group: [tvs:the daily show] => [the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv]
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
javax.script.ScriptException: SyntaxError: unexpected char: '\'
Finished without processing any files
Failure (°_°)
Parameter: seriesFormat = {["\\\\TITANSERVER/TV Shows"]/{n} {episode.special ? 'Special' : 'Season '+s.pad(2)}/{n}.{s00e00}{'.'+[vf]}{'.'+[resolution]}{'.'+[vc]}{'.'+[ac]}{'.'+[af]}{'.'+[source]}.{t}
Parameter: subtitles = en
Parameter: backdrops = y
Parameter: artwork = y
Parameter: myepisodes = *****
Parameter: gmail = *****
Parameter: mailto = *****
Parameter: clean = y
Parameter: ut_label = tv
Parameter: excludeList = amc.txt
Argument: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Input: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Group: [tvs:the daily show] => [the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv]
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
javax.script.ScriptException: SyntaxError: missing token: }
Finished without processing any files
Failure (°_°)
Aug 30, 2014 9:57:14 AM net.sf.ehcache.store.disk.DiskStorageFactory <init>
WARNING: The index for data file C:\Users\Kira\AppData\Roaming\FileBot\cache\1\web-datasource-lv2.data is out of date, probably due to an unclean shutdown. Deleting index file C:\Users\Kira\AppData\Roaming\FileBot\cache\1\web-datasource-lv2.index
Aug 30, 2014 9:57:14 AM net.sf.ehcache.store.disk.DiskStorageFactory <init>
WARNING: The index for data file C:\Users\Kira\AppData\Roaming\FileBot\cache\1\web-persistent-datasource.data is out of date, probably due to an unclean shutdown. Deleting index file C:\Users\Kira\AppData\Roaming\FileBot\cache\1\web-persistent-datasource.index
Aug 30, 2014 9:57:14 AM net.sf.ehcache.store.disk.DiskStorageFactory <init>
WARNING: The index for data file C:\Users\Kira\AppData\Roaming\FileBot\cache\1\web-datasource.data is out of date, probably due to an unclean shutdown. Deleting index file C:\Users\Kira\AppData\Roaming\FileBot\cache\1\web-datasource.index
Parameter: seriesFormat = {["\\\\TITANSERVER/TV Shows"]}/{n} {episode.special ? 'Special' : 'Season '+s.pad(2)}/{n}.{s00e00}{'.'+[vf]}{'.'+[resolution]}{'.'+[vc]}{'.'+[ac]}{'.'+[af]}{'.'+[source]}.{t}
Parameter: subtitles = en
Parameter: backdrops = y
Parameter: artwork = y
Parameter: myepisodes = *****
Parameter: gmail = *****
Parameter: mailto = *****
Parameter: clean = y
Parameter: ut_label = tv
Parameter: excludeList = amc.txt
Argument: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Input: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Group: [tvs:the daily show] => [the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv]
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
java.lang.IllegalArgumentException: Illegal conflict action: overide
Finished without processing any files
Failure (°_°)
Parameter: seriesFormat = {["\\\\TITANSERVER/TV Shows"]}/{n} {episode.special ? 'Special' : 'Season '+s.pad(2)}/{n}.{s00e00}{'.'+[vf]}{'.'+[resolution]}{'.'+[vc]}{'.'+[ac]}{'.'+[af]}{'.'+[source]}.{t}
Parameter: subtitles = en
Parameter: backdrops = y
Parameter: artwork = y
Parameter: myepisodes = *****
Parameter: gmail = *****
Parameter: mailto = *****
Parameter: clean = y
Parameter: ut_label = tv
Parameter: excludeList = amc.txt
Argument: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Aug 30, 2014 10:08:05 AM net.sf.ehcache.store.disk.DiskStorageFactory <init>
WARNING: The index for data file C:\Users\Kira\AppData\Roaming\FileBot\cache\1\web-persistent-datasource.data is out of date, probably due to an unclean shutdown. Deleting index file C:\Users\Kira\AppData\Roaming\FileBot\cache\1\web-persistent-datasource.index
Aug 30, 2014 10:08:05 AM net.sf.ehcache.store.disk.DiskStorageFactory <init>
WARNING: The index for data file C:\Users\Kira\AppData\Roaming\FileBot\cache\1\web-datasource-lv2.data is out of date, probably due to an unclean shutdown. Deleting index file C:\Users\Kira\AppData\Roaming\FileBot\cache\1\web-datasource-lv2.index
Aug 30, 2014 10:08:05 AM net.sf.ehcache.store.disk.DiskStorageFactory <init>
WARNING: The index for data file C:\Users\Kira\AppData\Roaming\FileBot\cache\1\web-datasource.data is out of date, probably due to an unclean shutdown. Deleting index file C:\Users\Kira\AppData\Roaming\FileBot\cache\1\web-datasource.index
Parameter: seriesFormat = {[C:/{n} {episode.special ? 'Special' : 'Season '+s.pad(2)}/{n}.{s00e00}{'.'+[vf]}{'.'+[resolution]}{'.'+[vc]}{'.'+[ac]}{'.'+[af]}{'.'+[source]}.{t}
Parameter: subtitles = en
Parameter: backdrops = y
Parameter: artwork = y
Parameter: myepisodes = *****
Parameter: gmail = *****
Parameter: mailto = *****
Parameter: clean = y
Parameter: ut_label = tv
Parameter: excludeList = amc.txt
Argument: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Input: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Group: [tvs:the daily show] => [the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv]
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
javax.script.ScriptException: SyntaxError: missing token: }
Finished without processing any files
Failure (°_°)
Parameter: seriesFormat = {C:/{n} {episode.special ? 'Special' : 'Season '+s.pad(2)}/{n}.{s00e00}{'.'+[vf]}{'.'+[resolution]}{'.'+[vc]}{'.'+[ac]}{'.'+[af]}{'.'+[source]}.{t}
Parameter: subtitles = en
Parameter: backdrops = y
Parameter: artwork = y
Parameter: myepisodes = *****
Parameter: gmail = *****
Parameter: mailto = *****
Parameter: clean = y
Parameter: ut_label = tv
Parameter: excludeList = amc.txt
Argument: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Input: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Group: [tvs:the daily show] => [the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv]
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
javax.script.ScriptException: SyntaxError: missing token: }
Finished without processing any files
Failure (°_°)
Parameter: seriesFormat = C:/{n} {episode.special ? 'Special' : 'Season '+s.pad(2)}/{n}.{s00e00}{'.'+[vf]}{'.'+[resolution]}{'.'+[vc]}{'.'+[ac]}{'.'+[af]}{'.'+[source]}.{t}
Parameter: subtitles = en
Parameter: backdrops = y
Parameter: artwork = y
Parameter: myepisodes = *****
Parameter: gmail = *****
Parameter: mailto = *****
Parameter: clean = y
Parameter: ut_label = tv
Parameter: excludeList = amc.txt
Argument: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Input: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Group: [tvs:the daily show] => [the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv]
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
java.lang.IllegalArgumentException: Illegal conflict action: overide
Finished without processing any files
Failure (°_°)
Parameter: seriesFormat = C:/TV/{n}/{'S'+s}/{fn}
Parameter: subtitles = en
Parameter: backdrops = y
Parameter: artwork = y
Parameter: myepisodes = *****
Parameter: gmail = *****
Parameter: mailto = *****
Parameter: clean = y
Parameter: ut_label = tv
Parameter: excludeList = amc.txt
Argument: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Input: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
Group: [tvs:the daily show] => [the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv]
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: D:\1\The.Daily.Show.2014.08.28.Todd.Glass.720p.HDTV.x264-CROOKS\the.daily.show.2014.08.28.todd.glass.720p.hdtv.x264-crooks.mkv
java.lang.IllegalArgumentException: Illegal conflict action: overide
Finished without processing any files
Failure (°_°)
Re: Need help with getting log from Filebot.
computer programs require things to be spelled correctly, i.e. override not overide
-
- Posts: 168
- Joined: 20 Jul 2012, 23:25
Re: Need help with getting log from Filebot.
HAHAHAHAHhahahhaaaaa.......I am such an idiot. I don't need a computer programmer's help...I need SPELLCHECK!
Thank you again.
So I got it to work locally (YEAH!) but when I put in the UNC it throws this error
java.nio.file.AccessDeniedException
I can read and write to the drive....wait I just figured it out....I needed to change the share permission on the server's shared drive.
So now
"seriesFormat=\\\\TITANSERVER/Series/{n}/{n} {episode.special ? 'Special' : 'Season '+s.pad(2)}/{n}.{s00e00}{'.'+[vf]}{'.'+[resolution]}{'.'+[vc]}{'.'+[ac]}{'.'+[af]}{'.'+[source]}.{t}"
Works for my UNC path through the CLI!
Thanks again for the help and I hope this little forum entry will help others not make the same mistake that I have.
-S
Thank you again.
So I got it to work locally (YEAH!) but when I put in the UNC it throws this error
java.nio.file.AccessDeniedException
I can read and write to the drive....wait I just figured it out....I needed to change the share permission on the server's shared drive.
So now
"seriesFormat=\\\\TITANSERVER/Series/{n}/{n} {episode.special ? 'Special' : 'Season '+s.pad(2)}/{n}.{s00e00}{'.'+[vf]}{'.'+[resolution]}{'.'+[vc]}{'.'+[ac]}{'.'+[af]}{'.'+[source]}.{t}"
Works for my UNC path through the CLI!
Thanks again for the help and I hope this little forum entry will help others not make the same mistake that I have.
-S