cannot force to TV

Support for Ubuntu and other Desktop Linux distributions
Post Reply
dkeith83
Posts: 1
Joined: 30 Jan 2018, 22:51

cannot force to TV

Post by dkeith83 »

Hi all
I have tried hopefully everything to force to tv/series however it still produces Unable to differentiate:
Also nothing appears for the --mode interactive i would have expected a window to at least select the movie or the tv series.
Any ideas what I have done wrong?

Any help would be appreciated

Thanks


Code: Select all

hts@server:~$ filebot -script fn:sysinfo
FileBot 4.7.9 (r4984)
JNA Native: 5.1.0
MediaInfo: 0.7.93
7-Zip-JBinding: 9.20
Chromaprint: 1.4.2
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2017-11-21 (r512)
Groovy: 2.4.10
JRE: OpenJDK Runtime Environment 1.8.0_151
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 2 Core / 658 MB Max Memory / 16 MB Used Memory
OS: Linux (amd64)
Package: DEB
uname: Linux server 4.9.0-5-amd64 #1 SMP Debian 4.9.65-3+deb9u2 (2018-01-04) x86_64 GNU/Linux
Done ヾ(@⌒ー⌒@)ノ
hts@server:~$ filebot --mode interactive -list --db TheTVDB -script fn:amc --def ut_label=series --output "/home/hts/tv/slink" --action symlink -non-strict "/home/hts/tv/recordings/tvshows/Kiri/Kiri - E01.mkv" --log-file "/home/hts/tv/slink/amc2.log"
Locking /home/hts/tv/slink/amc2.log
Run script [fn:amc] at [Tue Jan 30 22:55:46 GMT 2018]
Parameter: ut_label = series
Argument[0]: /home/hts/tv/recordings/tvshows/Kiri/Kiri - E01.mkv
Input: /home/hts/tv/recordings/tvshows/Kiri/Kiri - E01.mkv
xattr: [Kiri - E01.mkv] => [Kiri - 1x01 - Episode 1]
Kiri - E01.mkv [series: Kiri, movie: Kiri (2018)]
Unable to differentiate: [Kiri - E01.mkv] => [Kiri] VS [Kiri (2018)]
Group: [:] => [Kiri - E01.mkv]
Finished without processing any files
Failure (°_°)
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: cannot force to TV

Post by rednoah »

I see. There seems to be some old code where the --mode option is used for TV / Movie / Anime mode which is no incompatible with the newer --mode interactive option.

Your next best option is to put files into folders called "TV Shows" or "Movies" and then process them, because that'll force TV / Movie mode as well regardless of what value is passed in via the --mode option.


EDIT:

I've fixed this particular issue. You can use the newest version of the script by calling -script dev:amc.
:idea: Please read the FAQ and How to Request Help.
Post Reply