tv shows being named as movies

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
jmcnown
Posts: 1
Joined: 25 Mar 2017, 12:45

tv shows being named as movies

Post by jmcnown »

hello got the movies working no problem but the tv shows will not work please help and thank you
I am using vuze as my torrent downloader
my code:

Code: Select all

Filebot -script fn:amc --output "E:/movies" --action copy --conflict auto -non-strict --log-file amc.log --def unsorted=y music=y artwork=y "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S" --def seriesFormat="F:/tv seasons/{n}/{fn}" movieFormat="F:/Movies/{genre}/{ny}/{ny}{subt}" musicFormat="M:/MNSMusic/{n}/{fn}"
my log:

Code: Select all

Run script [fn:amc] at [Sat Mar 25 07:39:10 EDT 2017]
Parameter: unsorted = y
Parameter: music = y
Parameter: artwork = y
Parameter: ut_dir = E:\movies\Greys.Anatomy.S13E10.HDTV.x264-LOL[ettv]
Parameter: ut_file = 
Parameter: ut_kind = multi
Parameter: ut_title = Greys.Anatomy.S13E10.HDTV.x264-LOL[ettv]
Parameter: ut_label = Uncategorised
Parameter: ut_state = %S
Parameter: seriesFormat = F:/tv seasons/{n}/{fn}
Parameter: movieFormat = F:/Movies/{genre}/{ny}/{ny}{subt}
Parameter: musicFormat = M:/MNSMusic/{n}/{fn}
Bad ut_state value: %S
Input: E:\movies\Greys.Anatomy.S13E10.HDTV.x264-LOL[ettv]\greys.anatomy.1310.hdtv-lol[ettv].mkv
Group: [mov:anatomy 2000] => [greys.anatomy.1310.hdtv-lol[ettv].mkv]
Rename movies using [TheMovieDB]
Auto-detect movie from context: [E:\movies\Greys.Anatomy.S13E10.HDTV.x264-LOL[ettv]\greys.anatomy.1310.hdtv-lol[ettv].mkv]
[COPY] From [E:\movies\Greys.Anatomy.S13E10.HDTV.x264-LOL[ettv]\greys.anatomy.1310.hdtv-lol[ettv].mkv] to [F:\Movies\Horror\Anatomy (2000)\Anatomy (2000).mkv]
Processed 1 files
Fetching movie artwork for [Anatomy (2000)] to [F:\Movies\Horror\Anatomy (2000)]
Generate Movie NFO: Anatomy [1698]
Fetching F:\Movies\Horror\Anatomy (2000)\poster.jpg => [posters/1400x2100, en, http://image.tmdb.org/t/p/original/xVvMgM0WTARC5RMj7JjqtVZh22f.jpg]
Fetching F:\Movies\Horror\Anatomy (2000)\fanart.jpg => [backdrops/1920x1080, http://image.tmdb.org/t/p/original/lOf9IpSKA0mnkb7xAKsdi8gdoGy.jpg]
Fanart not found: F:\Movies\Horror\Anatomy (2000)\clearart.png / hdmovieclearart
Fanart not found: F:\Movies\Horror\Anatomy (2000)\clearart.png / movieart
Fetching F:\Movies\Horror\Anatomy (2000)\logo.png => [hdmovielogo, de, 0.0, http://assets.fanart.tv/fanart/movies/1698/hdmovielogo/anatomy-50f146f0db465.png]
Fanart not found: F:\Movies\Horror\Anatomy (2000)\disc.png / moviedisc
Fanart not found: F:\Movies\Horror\Anatomy (2000)\disc.png / moviedisc
Fanart not found: F:\Movies\Horror\Anatomy (2000)\disc.png / moviedisc
Done ヾ(@⌒ー⌒@)ノ
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: tv shows being named as movies

Post by rednoah »

1.
Please run filebot -script fn:sysinfo and post the output.

2.
Best to force TV or Movie mode by passing in the appropriate label.
:idea: Please read the FAQ and How to Request Help.
Post Reply