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 (°_°)