Not Matching: Director's Cut (2018)

All your suggestions, requests and ideas for future development
Post Reply
richyb
Posts: 4
Joined: 28 Jan 2016, 10:52

Not Matching: Director's Cut (2018)

Post by richyb »

For some reason, Filebot isn't matching Director's Cut (2018) [TheMovieDB entry: https://www.themoviedb.org/movie/355536-director-s-cut ] on my Synology:

Code: Select all

filebot -script 'fn:amc' '/volume1/video/Unsorted/Films/Director'\''s Cut (2018)' --output /volume1/video/Sorted/ --action move --order Airdate --conflict fail --lang en --def 'ut_label=Movie' 'unsorted=y' 'artwork=y' 'clean=y' 'skipExtract=y' 'excludeList=.excludes' --apply refresh --log all --log-file '/var/packages/filebot-node/target/data/filebot.log'

------------------------------------------

Run script [fn:amc] at [Tue May 04 17:06:25 IST 2021]
Parameter: ut_label = Movie
Parameter: unsorted = y
Parameter: artwork = y
Parameter: clean = y
Parameter: skipExtract = y
Parameter: excludeList = .excludes
Argument[0]: /volume1/video/Unsorted/Films/Director's Cut (2018)
Use excludes: /volume1/video/Sorted/.excludes
Input: /volume1/video/Unsorted/Films/Director's Cut (2018)/Director's Cut (2018).mp4
Process as Movie [Movie]
Group: {Movie=true} => [Director's Cut (2018).mp4]
Rename movies using [TheMovieDB]
Auto-detect movie from context [/volume1/video/Unsorted/Films/Director's Cut (2018)/Director's Cut (2018).mp4]
Movie not found: /volume1/video/Unsorted/Films/Director's Cut (2018)/Director's Cut (2018).mp4
Failed to identify or process any files
Failed to process group: {Movie=true}
Abort (×_×)

[Process error]
------------------------------------------
I've tried calling the file and the folder "Directors Cut (2018)" with no luck either.

System info:

Code: Select all

filebot -script 'fn:sysinfo' --log-file '/var/packages/filebot-node/target/data/filebot.log'

------------------------------------------

FileBot 4.9.3 (r8340)
JNA Native: 6.1.0
MediaInfo: 20.08
Tools: fpcalc/1.5.0 p7zip/9.20 unrar/5.21
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2021-02-22 (r738)
Groovy: 3.0.7
JRE: OpenJDK Runtime Environment 14.0.1
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 4 Core / 522 MB Max Memory / 20 MB Used Memory
OS: Linux (amd64)
HW: Linux SynologyDS1815 3.10.105 #25556 SMP Thu Mar 18 12:57:43 CST 2021 x86_64 GNU/Linux synology_avoton_1815+
CPU/MEM: Intel(R) Atom(TM) CPU  C2538  @ 2.40GHz [MemTotal: 2.1 GB | MemFree: 108 MB | SwapCached: 35 MB | SwapTotal: 3.4 GB | SwapFree: 2.8 GB]
STORAGE: ext4 [/] @ 965 MB | ext4 [/volume1] @ 1.5 TB
USER: xxxxx
DATA: /volume1/@appstore/filebot/data/1026
Package: SPK
License: FileBot License xxxxxx(Valid-Until: 2069-07-27)
Done ヾ(@⌒ー⌒@)ノ

------------------------------------------

[Process completed]


I've also tried Filebot on my Windows 10 machine and it's also failed to match this movie.
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Not Matching: Director's Cut (2018)

Post by rednoah »

You likely won't be able to auto-match movies named Director's Cut | Extended Cut | Movies | TV Shows | Complete | etc.


:idea: If you're using the command-line, then --q can make things work:

Code: Select all

$ filebot -rename *.mp4 --db TheMovieDB --q 355536 --action TEST --log INFO
[TEST] from [Director's Cut.mp4] to [Director's Cut (2018).mp4]

:idea: If you're using FileBot Node, and if your movies are always well-named like this (i.e. folder name can be used as search query) already, then you can use {folder.name} as Query Expression:

Code: Select all

--q "{folder.name}"

:idea: If you're using the GUI, then Double-Click ➔ Image Edit Match can make things work.
:idea: Please read the FAQ and How to Request Help.
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: Not Matching: Director's Cut (2018)

Post by kim »

Or try
make nfo file in same path
write tt3294732 in file, save then Filebot looks up via the imdb id ;)

https://www.imdb.com/title/tt3294732

sample file:
movie.nfo

Code: Select all

<movie>
  <imdb id='tt3294732'>https://www.imdb.com/title/tt3294732</imdb>
</movie>
Post Reply