Strange thing started happening - mystery ogg files

Any questions? Need some help?
Post Reply
User avatar
slugxl
Donor
Posts: 50
Joined: 21 Jan 2013, 20:11

Strange thing started happening - mystery ogg files

Post by slugxl »

I'm not sure what I've done. I've had a setup running for quite a while now without issue. I had not updated filebot in a long time and yesterday I updated to 3.8. Also, I was reading the forum on how I could get a log file from utorrent command line execution and attempted to implement that (added >>"E:\uTorrent\filebot.log" 2>&1 to my uTorrent command line.

Did some test runs and never got any output. Log file never got generated. Ran filebot -script fn:sysinfo and everything looked ok. Just left what I added on the command line.

Now, and sorry I cannot say for sure, most of my downloads have resulted in a flurry of new directories being created in my movies folder, each containing an .ogg file, and the folder names, and file names appear to be from something like a album by a foreign artist (French or Italian, cannot really tell). I have no idea where this is coming from. I went through everything sitting in my uTorrent downloaded directory and there is nothing like this. But each time, it is the same thing. Like 20 new folders, all named like a song title.

If I run filebot and call my groovy script, it works. It seems this is related to uTorrent command execution? I don't understand where this stuff is coming from.

So I have a couple of questions. 1) how can I get a log of filebot's output? Using >> "E:\uTorrent\Filebot.log" 2>&1 does not seem to work on the uTorrent command line. BTW here is the full command line: E:\uTorrent\invoke.vbs FileBot -script "E:/uTorrent/aj.groovy" --output "E:/uTorrent/UnRar" --action copy --conflict skip -non-strict --def subtitles=n artwork=n "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S" >> "E:\uTorrent\Filebot.log" 2>&1

Any suggestions on how I can get a log? Might help me figure out what is going on with this .ogg thing.

2) Sometimes I will download something .nzb and I just put those files in a certain folder and then I have a .bat file that runs filebot and calls my same script, the aj.groovy script. But, when I do that I always get this error:

Code: Select all

hash[attributes={}; value=[status[attributes={type=integer}; value=[1]], request[attributes={}; value=[9df33522eb8a9247f52426b6951efb7c]]]]
MissingPropertyException: No such property: gmail for class: Script3
groovy.lang.MissingPropertyException: No such property: gmail for class: Script3
	at Script3.run(Script3.groovy:262)
	at net.sourceforge.filebot.cli.ScriptShell.evaluate(ScriptShell.java:102)
	at net.sourceforge.filebot.cli.ScriptShell.runScript(ScriptShell.java:95)
	at net.sourceforge.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:125)
	at net.sourceforge.filebot.Main.main(Main.java:190)
Failure (~_~)
Launch4j: Failed to run the given command.
Rednoah I will PM you a link to a copy of my groovy script, and the command line I am using here is: "C:\Program Files\FileBot\Filebot" -script "E:\uTorrent\aj.groovy" "E:\Downloads\complete\FileBot" -non-strict

The only other thing I would like to ask is I am obviously doing something wrong here again because I get this alot. I did this just as a test, I picked something small, but it is a movie. The script resulted with seeing it as a tv show:

Code: Select all

C:\Program Files (x86)\SABnzbd>"C:\Program Files\FileBot\Filebot" -script "E:\uTorrent\aj.groovy" "E:\Downloads\complete\FileBot" -non-strict 
Argument: E:\Downloads\complete\FileBot
Input: E:\Downloads\complete\FileBot\About Time (2013) - 480p\About.Time.2013.480p.BluRay.x264-mSD.mkv
About.Time.2013.480p.BluRay.x264-mSD.mkv [series: Time, movie: About Time (2013)]
Exclude Movie: About Time (2013)
Group: [tvs:Time, mov:null, anime:null] => [About.Time.2013.480p.BluRay.x264-mSD.mkv]
Rename episodes using [TheTVDB]
Auto-detected query: [Time]
Fetching episode data for [Time]
Fetching episode data for [Timecop]
Fetching episode data for [Time Out]
Fetching episode data for [Timeless]
Fetching episode data for [Timeslip]
[MOVE] Rename [E:\Downloads\complete\FileBot\About Time (2013) - 480p\About.Time.2013.480p.BluRay.x264-mSD.mkv] to [P:\Timeless\Season 01\S01E13 - Ann Wolfe Lama Kunga.mkv]
Processed 1 files
Sending Pushover notification
Finished processing [About Time (2013) - 480p] (1 files).

New Files:
* S01E13 - Ann Wolfe Lama Kunga
I assume I'm causing this on the command line but not sure what to do to correct it.

Thanks,
slug.
User avatar
rednoah
The Source
Posts: 23933
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Strange thing started happening - mystery ogg files

Post by rednoah »

1. Windows CMD is weird. I've added logging into the Java core by now. Just set something like --log-file amc.log

2. The second gmail error is probably due to some modification you made, or it was broken when you copied it. Either way I can't really be bothered to maintain forks and outdated versions.

3. FileBot sure is not creating any random audio files! :D Check your amc settings, maybe audio processing in enabled? That would explain filebot sorting audio as well.

4. Don't use the invoke.vbs that VisualBasicScript shit is even more crazy than Windows CMD.

5. Somehow FileBot thinks it's an Episode file. Shit happens.

Seems to work with the latest development revision though:

Code: Select all

Parameter: ut_kind = multi
Parameter: minFileSize = 0
Parameter: minLengthMS = 0
Parameter: ut_dir = D:\workspace\testdata\AMC-TEST
Input: D:\workspace\testdata\AMC-TEST\About Time (2013) - 480p\About.Time.2013.480p.BluRay.x264-mSD.mkv
About.Time.2013.480p.BluRay.x264-mSD.mkv [series: Time, movie: About Time (2013)]
Exclude Series: Time
Group: [tvs:null, mov:about time 2013, anime:null] => [About.Time.2013.480p.BluRay.x264-mSD.mkv]
Rename movies using [TheMovieDB]
Auto-detect movie from context: [D:\workspace\testdata\AMC-TEST\About Time (2013) - 480p\About.Time.2013.480p.BluRay.x264-mSD.mkv]
[TEST] Rename [D:\workspace\testdata\AMC-TEST\About Time (2013) - 480p\About.Time.2013.480p.BluRay.x264-mSD.mkv] to [D:\workspace\output\Movies\About Time (2013)\About Time (2013).mkv]
Processed 1 files
Done ヾ(@⌒ー⌒@)ノ
:idea: Please read the FAQ and How to Request Help.
User avatar
slugxl
Donor
Posts: 50
Joined: 21 Jan 2013, 20:11

Re: Strange thing started happening - mystery ogg files

Post by slugxl »

Thanks for the response.
User avatar
slugxl
Donor
Posts: 50
Joined: 21 Jan 2013, 20:11

Re: Strange thing started happening - mystery ogg files

Post by slugxl »

I updated to your latest development release. I added logging to the command line. I'm not using invoke.vbs. I grabbed a movie and again it got treated as a tv show. I know this didn't happen to you so I fall into the category 'well it worked for me so whatever'. But, if you could tell me what might be causing this I would really appreciate it. I haven't really changed anything other than updating filebot and changing the command line as discussed. I don't know what it is excluding as movie:

Code: Select all

Parameter: excludeList = E:\uTorrent\amc-input.txt
Parameter: subtitles = n
Parameter: artwork = n
Parameter: ut_dir = E:\uTorrent\Complete\The.Fifth.Estate.2013.720p.BluRay.x264-SPARKS
Parameter: ut_file = Proof\the.fifth.estate.2013.720p.bluray.x264.proof-sparks.jpg
Parameter: ut_kind = multi
Parameter: ut_title = The.Fifth.Estate.2013.720p.BluRay.x264-SPARKS
Parameter: ut_label = 
Parameter: ut_state = 5
Read archive [the.fifth.estate.2013.720p.bluray.x264.subs-sparks.rar] and extract to [E:\uTorrent\Complete\The.Fifth.Estate.2013.720p.BluRay.x264-SPARKS\Subs\the.fifth.estate.2013.720p.bluray.x264.subs-sparks]
Read archive [the.fifth.estate.2013.720p.bluray.x264-sparks.rar] and extract to [E:\uTorrent\Complete\The.Fifth.Estate.2013.720p.BluRay.x264-SPARKS\the.fifth.estate.2013.720p.bluray.x264-sparks]
Extracting files [E:\uTorrent\Complete\The.Fifth.Estate.2013.720p.BluRay.x264-SPARKS\the.fifth.estate.2013.720p.bluray.x264-sparks\the.fifth.estate.2013.720p.bluray.x264-sparks.mkv]
Input: E:\uTorrent\Complete\The.Fifth.Estate.2013.720p.BluRay.x264-SPARKS\the.fifth.estate.2013.720p.bluray.x264-sparks\the.fifth.estate.2013.720p.bluray.x264-sparks.mkv
the.fifth.estate.2013.720p.bluray.x264-sparks.mkv [series: The Fifth Estate, movie: The Fifth Estate (2013)]
Exclude Movie: The Fifth Estate (2013)
Group: [tvs:The Fifth Estate, mov:null, anime:null] => [the.fifth.estate.2013.720p.bluray.x264-sparks.mkv]
Rename episodes using [TheTVDB]
Auto-detected query: [The Fifth Estate]
Fetching episode data for [The Fifth Estate]
Fetching episode data for [The Estate]
Stripping invalid characters from new path: P:\The Fifth Estate/Season 38/S38E13 - Costa Concordia: The Captain's Tale
[COPY] Rename [E:\uTorrent\Complete\The.Fifth.Estate.2013.720p.BluRay.x264-SPARKS\the.fifth.estate.2013.720p.bluray.x264-sparks\the.fifth.estate.2013.720p.bluray.x264-sparks.mkv] to [P:\The Fifth Estate\Season 38\S38E13 - Costa Concordia The Captain's Tale.mkv]
Processed 1 files
Sending Pushover notification
Finished processing The.Fifth.Estate.2013.720p.BluRay.x264-SPARKS (1 files).

New Files:
* S38E13 - Costa Concordia The Captain's Tale

Done ヾ(@⌒ー⌒@)ノ
Thanks.
User avatar
slugxl
Donor
Posts: 50
Joined: 21 Jan 2013, 20:11

Re: Strange thing started happening - mystery ogg files

Post by slugxl »

Next one. Sorry to annoy so bad.

Code: Select all

Parameter: excludeList = E:\uTorrent\amc-input.txt
Parameter: subtitles = n
Parameter: artwork = n
Parameter: ut_dir = E:\uTorrent\Complete\The.Fifth.Estate.2013.720p.BluRay.x264-SPARKS
Parameter: ut_file = Proof\the.fifth.estate.2013.720p.bluray.x264.proof-sparks.jpg
Parameter: ut_kind = multi
Parameter: ut_title = The.Fifth.Estate.2013.720p.BluRay.x264-SPARKS
Parameter: ut_label = 
Parameter: ut_state = 5
Read archive [the.fifth.estate.2013.720p.bluray.x264.subs-sparks.rar] and extract to [E:\uTorrent\Complete\The.Fifth.Estate.2013.720p.BluRay.x264-SPARKS\Subs\the.fifth.estate.2013.720p.bluray.x264.subs-sparks]
Read archive [the.fifth.estate.2013.720p.bluray.x264-sparks.rar] and extract to [E:\uTorrent\Complete\The.Fifth.Estate.2013.720p.BluRay.x264-SPARKS\the.fifth.estate.2013.720p.bluray.x264-sparks]
Extracting files [E:\uTorrent\Complete\The.Fifth.Estate.2013.720p.BluRay.x264-SPARKS\the.fifth.estate.2013.720p.bluray.x264-sparks\the.fifth.estate.2013.720p.bluray.x264-sparks.mkv]
Input: E:\uTorrent\Complete\The.Fifth.Estate.2013.720p.BluRay.x264-SPARKS\the.fifth.estate.2013.720p.bluray.x264-sparks\the.fifth.estate.2013.720p.bluray.x264-sparks.mkv
the.fifth.estate.2013.720p.bluray.x264-sparks.mkv [series: The Fifth Estate, movie: The Fifth Estate (2013)]
Exclude Movie: The Fifth Estate (2013)
Group: [tvs:The Fifth Estate, mov:null, anime:null] => [the.fifth.estate.2013.720p.bluray.x264-sparks.mkv]
Rename episodes using [TheTVDB]
Auto-detected query: [The Fifth Estate]
Fetching episode data for [The Fifth Estate]
Fetching episode data for [The Estate]
Stripping invalid characters from new path: P:\The Fifth Estate/Season 38/S38E13 - Costa Concordia: The Captain's Tale
[COPY] Rename [E:\uTorrent\Complete\The.Fifth.Estate.2013.720p.BluRay.x264-SPARKS\the.fifth.estate.2013.720p.bluray.x264-sparks\the.fifth.estate.2013.720p.bluray.x264-sparks.mkv] to [P:\The Fifth Estate\Season 38\S38E13 - Costa Concordia The Captain's Tale.mkv]
Processed 1 files
Sending Pushover notification
Finished processing The.Fifth.Estate.2013.720p.BluRay.x264-SPARKS (1 files).

New Files:
* S38E13 - Costa Concordia The Captain's Tale

hash[attributes={}; value=[status[attributes={type=integer}; value=[1]], request[attributes={}; value=[e4c6e20bec58533a8c8422ca03a52759]]]]
Done ヾ(@⌒ー⌒@)ノ
Parameter: excludeList = E:\uTorrent\amc-input.txt
Parameter: subtitles = n
Parameter: artwork = n
Parameter: ut_dir = E:\uTorrent\Complete\Bad.Milo.2013.LiMiTED.720p.BluRay.x264-GECKOS
Parameter: ut_file = Proof\bad.milo.2013.limited.720p.bluray.x264.proof-geckos.jpg
Parameter: ut_kind = multi
Parameter: ut_title = Bad.Milo.2013.LiMiTED.720p.BluRay.x264-GECKOS
Parameter: ut_label = 
Parameter: ut_state = 5
Read archive [bad.milo.2013.limited.720p.bluray.x264-geckos.rar] and extract to [E:\uTorrent\Complete\Bad.Milo.2013.LiMiTED.720p.BluRay.x264-GECKOS\bad.milo.2013.limited.720p.bluray.x264-geckos]
Extracting files [E:\uTorrent\Complete\Bad.Milo.2013.LiMiTED.720p.BluRay.x264-GECKOS\bad.milo.2013.limited.720p.bluray.x264-geckos\bad.milo.2013.limited.720p.bluray.x264-geckos.mkv]
Read archive [bad.milo.2013.limited.720p.bluray.x264.subs-geckos.rar] and extract to [E:\uTorrent\Complete\Bad.Milo.2013.LiMiTED.720p.BluRay.x264-GECKOS\Subs\bad.milo.2013.limited.720p.bluray.x264.subs-geckos]
Input: E:\uTorrent\Complete\Bad.Milo.2013.LiMiTED.720p.BluRay.x264-GECKOS\bad.milo.2013.limited.720p.bluray.x264-geckos\bad.milo.2013.limited.720p.bluray.x264-geckos.mkv
bad.milo.2013.limited.720p.bluray.x264-geckos.mkv [series: Milo, movie: Bad Milo! (2013)]
Exclude Movie: Bad Milo! (2013)
Group: [tvs:Milo, mov:null, anime:null] => [bad.milo.2013.limited.720p.bluray.x264-geckos.mkv]
Rename episodes using [TheTVDB]
Auto-detected query: [Milo]
Fetching episode data for [Milo]
[COPY] Rename [E:\uTorrent\Complete\Bad.Milo.2013.LiMiTED.720p.BluRay.x264-GECKOS\bad.milo.2013.limited.720p.bluray.x264-geckos\bad.milo.2013.limited.720p.bluray.x264-geckos.mkv] to [P:\Milo\Season 01\S01E13 - Milo and the Circus.mkv]
Processed 1 files
Sending Pushover notification
Finished processing Bad.Milo.2013.LiMiTED.720p.BluRay.x264-GECKOS (1 files).

New Files:
* S01E13 - Milo and the Circus

Done ヾ(@⌒ー⌒@)ノ
User avatar
slugxl
Donor
Posts: 50
Joined: 21 Jan 2013, 20:11

Re: Strange thing started happening - mystery ogg files

Post by slugxl »

I'm sure people like me just annoy the hell out of you. If I just knew why it insisted this was not a movie all the problems would be solved. I do computer support for a living and I personally don't do the well it doesn't happen to me so sorry reply. I know you probably have enough to deal with and could give a shit about this. But at the same time I've given you enough money I should be able to ask your help one a year.
User avatar
rednoah
The Source
Posts: 23933
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Strange thing started happening - mystery ogg files

Post by rednoah »

I appreciate you reporting any errors, that's why there's a pre-release and forums to report these things. ;)

Though this one should be working:

Code: Select all

Parameter: ut_kind = multi
Parameter: minFileSize = 0
Parameter: minLengthMS = 0
Parameter: ut_dir = D:\workspace\testdata\AMC-TEST
Input: D:\workspace\testdata\AMC-TEST\Bad.Milo.2013.LiMiTED.720p.BluRay.x264-GECKOS\bad.milo.2013.limited.720p.bluray.x264-geckos\bad.milo.2013.limited.720p.bluray.x264-geckos.mkv
Input: D:\workspace\testdata\AMC-TEST\The.Fifth.Estate.2013.720p.BluRay.x264-SPARKS\the.fifth.estate.2013.720p.bluray.x264-sparks\the.fifth.estate.2013.720p.bluray.x264-sparks.mkv
bad.milo.2013.limited.720p.bluray.x264-geckos.mkv [series: Milo, movie: Bad Milo! (2013)]
Exclude Series: Milo
the.fifth.estate.2013.720p.bluray.x264-sparks.mkv [series: The Fifth Estate, movie: The Fifth Estate (2013)]
Exclude Series: The Fifth Estate
Group: [tvs:null, mov:bad milo 2013, anime:null] => [bad.milo.2013.limited.720p.bluray.x264-geckos.mkv]
Group: [tvs:null, mov:the fifth estate 2013, anime:null] => [the.fifth.estate.2013.720p.bluray.x264-sparks.mkv]
Rename movies using [TheMovieDB]
Auto-detect movie from context: [D:\workspace\testdata\AMC-TEST\Bad.Milo.2013.LiMiTED.720p.BluRay.x264-GECKOS\bad.milo.2013.limited.720p.bluray.x264-geckos\bad.milo.2013.limited.720p.bluray.x264-geckos.mkv]
[TEST] Rename [D:\workspace\testdata\AMC-TEST\Bad.Milo.2013.LiMiTED.720p.BluRay.x264-GECKOS\bad.milo.2013.limited.720p.bluray.x264-geckos\bad.milo.2013.limited.720p.bluray.x264-geckos.mkv] to [D:\workspace\output\Movies\Bad Milo! (2013)\Bad Milo! (2013).mkv]
Processed 1 files
Rename movies using [TheMovieDB]
Auto-detect movie from context: [D:\workspace\testdata\AMC-TEST\The.Fifth.Estate.2013.720p.BluRay.x264-SPARKS\the.fifth.estate.2013.720p.bluray.x264-sparks\the.fifth.estate.2013.720p.bluray.x264-sparks.mkv]
[TEST] Rename [D:\workspace\testdata\AMC-TEST\The.Fifth.Estate.2013.720p.BluRay.x264-SPARKS\the.fifth.estate.2013.720p.bluray.x264-sparks\the.fifth.estate.2013.720p.bluray.x264-sparks.mkv] to [D:\workspace\output\Movies\The Fifth Estate (2013)\The Fifth Estate (2013).mkv]
Processed 1 files
Done ヾ(@⌒ー⌒@)ノ
Try filebot -clear-cache, and before each test (that is not with --action test) you may want to filebot -script fn:xattr --action clear to make sure previously stored meta attributes don't mess with things.
:idea: Please read the FAQ and How to Request Help.
User avatar
slugxl
Donor
Posts: 50
Joined: 21 Jan 2013, 20:11

Re: Strange thing started happening - mystery ogg files

Post by slugxl »

removed.
Last edited by slugxl on 12 Jan 2014, 17:39, edited 1 time in total.
User avatar
rednoah
The Source
Posts: 23933
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Strange thing started happening - mystery ogg files

Post by rednoah »

Sorry, that's a long time ago and i tweaked countless things that i can't even remember. :lol:

I can only make sure that the current script works:
http://filebot.net/scripts/amc.groovy

Finding the difference that makes yours not work is your job now :roll:
:idea: Please read the FAQ and How to Request Help.
User avatar
slugxl
Donor
Posts: 50
Joined: 21 Jan 2013, 20:11

Re: Strange thing started happening - mystery ogg files

Post by slugxl »

I agree. I'm taking your current amc.groovy script and will just try to make the small changes that we made so I can use a more current script. Working on it now.
User avatar
slugxl
Donor
Posts: 50
Joined: 21 Jan 2013, 20:11

Re: Strange thing started happening - mystery ogg files

Post by slugxl »

Before you had helped me do kind of a load balancing for the saving of different files to my server shares. I know use a NAS and have on drive per media type. I can dig on here or since it seems you are online right now maybe you can just tell me. If it is movie go to this drive, tv go to this drive type thing. Right now I have:
mov: tryQuietly{ movieFormat } ?: '''{["O:"].collect{"$it/$n" as File}.sort{a,b -> a.exists() <=> b.exists() ?: a.root.freeSpace <=> b.root.freeSpace}.last()}/{n}''',

I don't need that anymore. Just, if movie, save to O:. Shall I hunt or do you just want to tell me. That's about all I need to change in the amc script.
User avatar
rednoah
The Source
Posts: 23933
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Strange thing started happening - mystery ogg files

Post by rednoah »

Here's a little trick:

Code: Select all

{movie; 'M'}{episode; 'E'}:/
(it works by movie/episode bindings failing and unwinding the expression in one case or the other)

Best to play with the format in the GUI editor / renamer and then just paste it into the script.
:idea: Please read the FAQ and How to Request Help.
User avatar
slugxl
Donor
Posts: 50
Joined: 21 Jan 2013, 20:11

Re: Strange thing started happening - mystery ogg files

Post by slugxl »

thank you.
User avatar
rednoah
The Source
Posts: 23933
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Strange thing started happening - mystery ogg files

Post by rednoah »

Come to think of it having logic for that doesn't make sense at all.

You already have to formats in the script for movies and tv shows. Just hard-code the drive into each format respectively. :D
:idea: Please read the FAQ and How to Request Help.
User avatar
slugxl
Donor
Posts: 50
Joined: 21 Jan 2013, 20:11

Re: Strange thing started happening - mystery ogg files

Post by slugxl »

Did some testing via command line and I can use your amc script, not a saved copy, with some command line parameters and everything is working. Great. Thanks.
User avatar
slugxl
Donor
Posts: 50
Joined: 21 Jan 2013, 20:11

Re: Strange thing started happening - mystery ogg files

Post by slugxl »

I guess I spoke to soon. I was testing with movies, and then I tried testing tv series episodes. I tried various downloads but always get the same error:

Code: Select all

Argument: E:\uTorrent\test
Input: E:\uTorrent\test\The.Vampire.Diaries.S04E13.720p.HDTV.X264-DIMENSION\twilight.the.series.413.720p-dimension\The.Vampire.Diaries.S04E13.720p.HDTV.X264-DIMENSION.mkv
Exclude: E:\uTorrent\test\amc.log
Exclude: E:\uTorrent\test\File.History
MissingMethodException: No signature of method: Script2.detectSeriesName() is applicable for argument types: (java.io.File, java.lang.Boolean, java.lang.Boolean) values: [E:\uTorrent\test\The.Vampire.Diaries.S04E13.720p.HDTV.X264-DIMENSION\twilight.the.series.413.720p-dimension\The.Vampire.Diaries.S04E13.720p.HDTV.X264-DIMENSION.mkv, ...]
Possible solutions: detectSeriesName(java.lang.Object), detectSeriesName(java.lang.Object, java.lang.Object)
groovy.lang.MissingMethodException: No signature of method: Script2.detectSeriesName() is applicable for argument types: (java.io.File, java.lang.Boolean, java.lang.Boolean) values: [E:\uTorrent\test\The.Vampire.Diaries.S04E13.720p.HDTV.X264-DIMENSION\twilight.the.series.413.720p-dimension\The.Vampire.Diaries.S04E13.720p.HDTV.X264-DIMENSION.mkv, ...]
Possible solutions: detectSeriesName(java.lang.Object), detectSeriesName(java.lang.Object, java.lang.Object)
	at Script3$_run_closure50.doCall(Script3.groovy:176)
	at Script3.run(Script3.groovy:167)
	at net.sourceforge.filebot.cli.ScriptShell.evaluate(ScriptShell.java:91)
	at net.sourceforge.filebot.cli.ScriptShell.runScript(ScriptShell.java:85)
	at net.sourceforge.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:123)
	at net.sourceforge.filebot.Main.main(Main.java:192)
Failure (°_°)
Any suggestions?

Oh, in this case command line was:

Code: Select all

filebot -script fn:amc --output "E:/uTorrent/test/unrar" --action co
py -non-strict "E:/uTorrent/test" --log-file "E:/uTorrent/test/amc.log"
User avatar
slugxl
Donor
Posts: 50
Joined: 21 Jan 2013, 20:11

Re: Strange thing started happening - mystery ogg files

Post by slugxl »

For the heck of it I try my older script, with the same command line options and both movies and tv work. Whereas before it 'excluded' identifying movies. As long as I have something that works I am ok. But it would be interesting to know why tv won't detect using the new amc script.
User avatar
rednoah
The Source
Posts: 23933
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Strange thing started happening - mystery ogg files

Post by rednoah »

I guess the new app is still using a cached version of the old script, should be fine after 24h:

Code: Select all

filebot -clear-cache
Also make sure you're using the latest r2004+
:idea: Please read the FAQ and How to Request Help.
Post Reply