Amc don't copy some movies anymore
Posted: 30 Jun 2016, 07:53
Running it in my synology disk station. It worked for years but recently there where some network problems (couldn't resolve fn:amc) and I upgraded FileBot to version 4.7. Now it doesn't recognize most of movies and don't copy them anywhere.
My script:
And log example:
Looks like it decides that its not movie but episode? And it happens most of movies I recently downloaded.
My script:
Code: Select all
filebot -script "/volume1/homes/admin/filebot/amc.groovy" --output /volume1 --log all --log-file /volume1/homes/admin/filebot/amc.log --action copy --conflict override -non-strict "/volume1/homes/admin/torrent" --encoding windows-1252 --def excludeList=/volume1/homes/admin/filebot/amc.txt subtitles=en,et skipExtract=n clean=y music=y "movieFormat=video/movie/{n} ({y})/{n} {y}{' CD'+pi}{'.'+lang}" "seriesFormat=video/TV show/{n}/{episode.special ? 'Special' : 'Season '+s.pad(2)}/{n} - {episode.special ? 'S00E'+special.pad(2) : s00e00} - {t.replaceAll(/[\`\´\‘\’?]/, /'/).replaceAll(/[!?.]+\$/).replacePart(', Part \$1')}{'.'+lang}" "musicFormat=music/{n}/{album+'/'}{pi.pad(2)+'. '}{artist} - {t}" "exec=synoindex -a \"{file}\""
Code: Select all
Locking /volume1/homes/admin/filebot/amc.log
Run script [/volume1/homes/admin/filebot/amc.groovy] at [Thu Jun 30 00:04:13 EEST 2016]
Parameter: excludeList = /volume1/homes/admin/filebot/amc.txt
Parameter: subtitles = en,et
Parameter: skipExtract = n
Parameter: clean = y
Parameter: music = y
Parameter: movieFormat = video/movie/{n} ({y})/{n} {y}{' CD'+pi}{'.'+lang}
Parameter: seriesFormat = video/TV show/{n}/{episode.special ? 'Special' : 'Season '+s.pad(2)}/{n} - {episode.special ? 'S00E'+special.pad(2) : s00e00} - {t.replaceAll(/[`\�\�\�?]/, /'/).replaceAll(/[!?.]+$/).replacePart(', Part $1')}{'.'+lang}
Parameter: musicFormat = music/{n}/{album+'/'}{pi.pad(2)+'. '}{artist} - {t}
Parameter: exec = synoindex -a "{file}"
Argument: /volume1/homes/admin/torrent
Using excludes: /volume1/homes/admin/filebot/amc.txt (15496)
Ignore hidden folder: /volume1/homes/admin/torrent/@eaDir
Input: /volume1/homes/admin/torrent/Green.Room.2016.HDRip.XviD.AC3-EVO/Green.Room.2016.HDRip.XviD.AC3-EVO.avi
Exclude: /volume1/homes/admin/torrent/Green.Room.2016.HDRip.XviD.AC3-EVO/Green.Room.2016.HDRip.XviD.AC3-EVO.nfo
Exclude: /volume1/homes/admin/torrent/Green.Room.2016.HDRip.XviD.AC3-EVO/Green.Room.2016.HDRip.XviD.AC3-EVO.screens
Exclude: /volume1/homes/admin/torrent/Green.Room.2016.HDRip.XviD.AC3-EVO/Green.Room.2016.HDRip.XviD.AC3-EVO.sfv
Exclude: /volume1/homes/admin/torrent/Green.Room.2016.HDRip.XviD.AC3-EVO/sample.avi
Group: [tvs:null] => [Green.Room.2016.HDRip.XviD.AC3-EVO.avi]
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: /volume1/homes/admin/torrent/Green.Room.2016.HDRip.XviD.AC3-EVO/Green.Room.2016.HDRip.XviD.AC3-EVO.avi
Get [Estonian] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: /volume1/homes/admin/torrent/Green.Room.2016.HDRip.XviD.AC3-EVO/Green.Room.2016.HDRip.XviD.AC3-EVO.avi
Finished without processing any files
Failure (°_°)