Search found 8 matches

by Roudaille77
24 Jun 2014, 11:37
Forum: Feature Requests and Bug Reports
Topic: AMC detect all movies as series
Replies: 14
Views: 8896

Re: AMC detect all movies as series

I can confirm : you have found something :D
No more problem with r2271 !
by Roudaille77
24 Jun 2014, 09:04
Forum: Feature Requests and Bug Reports
Topic: AMC detect all movies as series
Replies: 14
Views: 8896

Re: AMC detect all movies as series

So, I have done the clear-cache and re-run amc. Now the movie is detected as a.... serie :( Parameter: music = n Parameter: artwork = n Parameter: subtitles = n Parameter: seriesFormat = Series/{n}/{sxe} - {t} Parameter: movieFormat = Films/{n} ({y}){'-CD'+pi} Argument: /mnt/freebox/ext_hdd ...
by Roudaille77
24 Jun 2014, 08:43
Forum: Feature Requests and Bug Reports
Topic: AMC detect all movies as series
Replies: 14
Views: 8896

Re: AMC detect all movies as series

I am not sure to understand, do you want I run a clear-cache, and then execute the test script again ?
by Roudaille77
24 Jun 2014, 08:05
Forum: Feature Requests and Bug Reports
Topic: AMC detect all movies as series
Replies: 14
Views: 8896

Re: AMC detect all movies as series

The script : def f = new File('/mnt/freebox/ext_hdd/.downloads/[www.Cpasbien] Joe.2013.LIMITED.FRENCH.720p.BluRay.x264-LOST.mkv') def tvs = detectSeriesName(f, true, false) def mov = detectMovie(f, false) log.fine("$f.name [series: $tvs, movie: $mov]") produces : [www.Cpasbien] Joe.2013.LIMITED ...
by Roudaille77
23 Jun 2014, 20:23
Forum: Feature Requests and Bug Reports
Topic: AMC detect all movies as series
Replies: 14
Views: 8896

Re: AMC detect all movies as series

With this line (without the prefix) :

Code: Select all

println detectMovie('''/mnt/freebox/ext_hdd/.downloads/Joe.2013.LIMITED.FRENCH.720p.BluRay.x264-LOST.mkv''' as File, false)
The script finds the movie !
by Roudaille77
23 Jun 2014, 20:17
Forum: Feature Requests and Bug Reports
Topic: AMC detect all movies as series
Replies: 14
Views: 8896

Re: AMC detect all movies as series

The script : println MediaDetection.releaseInfo.getMovieList().size() println MediaDetection.releaseInfo.getTheTVDBIndex().size() println WebServices.TheMovieDB.searchMovie('Joe 2013', Locale.FRENCH) println "*****" println WebServices.TheMovieDB.searchMovie('Joe', Locale.FRENCH) println ...
by Roudaille77
23 Jun 2014, 16:19
Forum: Feature Requests and Bug Reports
Topic: AMC detect all movies as series
Replies: 14
Views: 8896

Re: AMC detect all movies as series

My sysinfo log : FileBot 4.1 (r2268) JNA Native: 4.0.0 MediaInfo: java.lang.UnsatisfiedLinkError: Unable to load library 'mediainfo': Native library (linux-arm/libmediainfo.so) not found in resource path ([file:/home/pi/scripts/filebot/FileBot.jar]) 7-Zip-JBinding: net.sf.sevenzipjbinding ...
by Roudaille77
23 Jun 2014, 15:58
Forum: Feature Requests and Bug Reports
Topic: AMC detect all movies as series
Replies: 14
Views: 8896

AMC detect all movies as series

Hello, since 4.1, AMC don't detect my movies anymore. For example, the following command : ./filebot.sh -script fn:amc --output /tmp --action copy -non-strict --lang fr --encoding utf8 --conflict fail "/mnt/freebox/ext_hdd/.downloads/[www.Cpasbien.pe] Joe.2013.LIMITED.FRENCH.720p.BluRay.x264-LOST ...