Page 1 of 1

Error "Unable to differentiate"

Posted: 15 Aug 2014, 19:13
by badrabbit
Hi,

i'm getting the following error but only with movies. TV Shows work just fine and i didn't change anything on my system:

Code: Select all

filebot -script fn:amc /Volumes/MEDIA_DL/_HAZEL/07_MEDIA --output /Volumes/PLEXMEDIA_4K -non-strict --action copy --conflict override --def subtitles=ro clean=y "movieFormat=a_MOVIES/{n} ({y})/{n} ({y})" "seriesFormat=c_TV_SHOWS/{n}/Season {s}/{n} - {s00e00} - {t}"
Parameter: subtitles = ro
Parameter: clean = y
Parameter: movieFormat = a_MOVIES/{n} ({y})/{n} ({y})
Parameter: seriesFormat = c_TV_SHOWS/{n}/Season {s}/{n} - {s00e00} - {t}
Argument: /Volumes/MEDIA_DL/_HAZEL/07_MEDIA
Input: /Volumes/MEDIA_DL/_HAZEL/07_MEDIA/Divergent.720p.BluRay.x264-EXQUiSiTE.m4v
Divergent.720p.BluRay.x264-EXQUiSiTE.m4v [series: Divergent, movie: Divergent (2014)]
Unable to differentiate: [Divergent.720p.BluRay.x264-EXQUiSiTE.m4v] => [Divergent] VS [Divergent (2014)]
Group: [tvs:null, mov:null, anime:null] => [Divergent.720p.BluRay.x264-EXQUiSiTE.m4v]
Get [Romanian] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: /Volumes/MEDIA_DL/_HAZEL/07_MEDIA/Divergent.720p.BluRay.x264-EXQUiSiTE.m4v
Finished without processing any files
Failure (°_°)
The movie gets renamed correctly when i'm using the GUI. Any thought? Thanks!

Re: Error "Unable to differentiate"

Posted: 16 Aug 2014, 07:25
by rednoah
Just label those as "Movie" to force processing as Movie.

Re: Error "Unable to differentiate"

Posted: 16 Aug 2014, 07:32
by badrabbit
Thanks. You mean in the filename? But why has it worked until now this way?

Re: Error "Unable to differentiate"

Posted: 16 Aug 2014, 08:18
by rednoah
1.
Why do you think it stopped working? It's 1 file that doesn't work, and probably never has.

2.
I meant --def ut_label=movie but putting all the movies in a folder called Movies also does the trick.

Re: Error "Unable to differentiate"

Posted: 16 Aug 2014, 13:17
by badrabbit
Thanks again! I'm gonna try that.

It's not only this movie. There are couple of them which won't work. And that started happening about 2 weeks ago.

Anyway, thank you for the quick help as always!