Filebot AMC renaming wrong
Posted: 13 May 2016, 18:41
Filebot amc script has worked for me perfectly for ages, but recently has been renaming media wrong, mainly movies as tv shows.
This is my script, i cannot use labels as my torrent client is on a remote server, synced with bt sync and script run locally. this is my script:
This is most recent output:
Thanks
This is my script, i cannot use labels as my torrent client is on a remote server, synced with bt sync and script run locally. this is my script:
filebot -script fn:amc --output "V:/" --action copy -non-strict "C:/Users/Chris/Seedbox" --log-file amc.log --def excludeList=amc.txt --conflict auto --def unsorted=y --def deleteAfterExtract=y --def clean=y --def plex=127.0.0.1: --def "movieFormat=V:/Movies/{n} ({y})"
This is most recent output:
Any help is appreciated!Run script [fn:amc] at [Fri May 13 19:31:16 BST 2016]
Parameter: excludeList = amc.txt
Parameter: unsorted = y
Parameter: deleteAfterExtract = y
Parameter: clean = y
Parameter: plex = 127.0.0.1:
Parameter: movieFormat = V:/Movies/{n} ({y})
Argument: C:\Users\Chris\Seedbox
Creating excludes: V:\amc.txt
Ignore hidden folder: C:\Users\Chris\Seedbox\.sync
Input: C:\Users\Chris\Seedbox\London.Has.Fallen.2016.1080p.WEB-DL.H264.AC3-EVO\London.Has.Fallen.2016.1080p.WEB-DL.H264.AC3-EVO.mkv
Input: C:\Users\Chris\Seedbox\London.Has.Fallen.2016.1080p.WEB-DL.H264.AC3-EVO\Subtitles\English.srt
Input: C:\Users\Chris\Seedbox\The.Jungle.Book.2016.1080p.TC.X264.Masteredition.AC3-1.9GB- MAX.mkv
Exclude: C:\Users\Chris\Seedbox\London.Has.Fallen.2016.1080p.WEB-DL.H264.AC3-EVO\London.Has.Fallen.2016.1080p.WEB-DL.H264.AC3-EVO.nfo
Group: [mov:london has fallen 2016] => [London.Has.Fallen.2016.1080p.WEB-DL.H264.AC3-EVO.mkv]
Group: [tvs:fallen] => [English.srt]
Group: [tvs:the jungle book] => [The.Jungle.Book.2016.1080p.TC.X264.Masteredition.AC3-1.9GB- MAX.mkv]
Rename movies using [TheMovieDB]
Failed to grep IMDbID: London.Has.Fallen.2016.1080p.WEB-DL.H264.AC3-EVO.nfo
Auto-detect movie from context: [C:\Users\Chris\Seedbox\London.Has.Fallen.2016.1080p.WEB-DL.H264.AC3-EVO\London.Has.Fallen.2016.1080p.WEB-DL.H264.AC3-EVO.mkv]
Failed to read media info: null
Skipped [C:\Users\Chris\Seedbox\London.Has.Fallen.2016.1080p.WEB-DL.H264.AC3-EVO\London.Has.Fallen.2016.1080p.WEB-DL.H264.AC3-EVO.mkv] because [V:\Movies\London Has Fallen (2016).mkv] already exists
Processed 0 files
Rename episodes using [TheTVDB]
Auto-detected query: [Fallen]
Fetching episode data for [Fallen]
Fetching episode data for [The Fall]
Fetching episode data for [Fallen Hero]
Fetching episode data for [Fallen Angel]
Fetching episode data for [Fallen Angels]
[COPY] Rename [C:\Users\Chris\Seedbox\London.Has.Fallen.2016.1080p.WEB-DL.H264.AC3-EVO\Subtitles\English.srt] to [V:\TV Shows\Fallen\Season 01\Fallen - S01E03 - Someone Always Has To Die.eng.srt]
Processed 1 files
Rename episodes using [TheTVDB]
Auto-detected query: [The Jungle Book]
Fetching episode data for [The Jungle Book]
Fetching episode data for [The Jungle Book: The Adventures of Mowgli]
[COPY] Rename [C:\Users\Chris\Seedbox\The.Jungle.Book.2016.1080p.TC.X264.Masteredition.AC3-1.9GB- MAX.mkv] to [V:\TV Shows\The Jungle Book\Season 01\The Jungle Book - S01E16 - Blood Brothers.mkv]
Processed 1 files
Notify Plex: 127.0.0.1
GET: http://127.0.0.1:32400/library/sections ... lex-Token=
Done ヾ(@⌒ー⌒@)ノ
Thanks