Matching "Upload" with TheMovieDB

Support for Ubuntu and other Desktop Linux distributions
Post Reply
ghostserverd
Posts: 16
Joined: 15 Nov 2019, 06:25

Matching "Upload" with TheMovieDB

Post by ghostserverd »

Hey there. Filebot is unable to match Upload with TheMovieDB.

Code: Select all

Run script [fn:amc] at [Fri May 22 16:48:11 UTC 2020]
Parameter: unsorted = n
Parameter: clean = y
Parameter: music = y
Parameter: artwork = y
Parameter: subtitles = en
Parameter: minLengthMS = 0
Parameter: movieFormat = {plex} - {hd}
Parameter: seriesFormat = {plex} - {hd}
Parameter: animeFormat = {plex} - {hd}
Parameter: musicFormat = {plex} - {hd}
Parameter: seriesDB = TheMovieDB::TV
Parameter: animeDB = AniDB
Parameter: movieDB = TheMovieDB
Parameter: musicDB = ID3
Parameter: ut_dir = /share/downloads/nzb/completed/sonarr/Upload.S01E01.Welcome.to.Upload.1080p.AMZN.WEBRip.DDP5.1.x264-NTb
Parameter: ut_kind = multi
Parameter: ut_title = Upload.S01E01.Welcome.to.Upload.1080p.AMZN.WEBRip.DDP5.1.x264-NTb
Parameter: ut_label = sonarr
Input: /share/downloads/nzb/completed/sonarr/Upload.S01E01.Welcome.to.Upload.1080p.AMZN.WEBRip.DDP5.1.x264-NTb/7fc2c62e918d4e8495cb73559baa65dd.mkv
Group: {Series=null} => [7fc2c62e918d4e8495cb73559baa65dd.mkv]
Finished without processing any files
Abort (×_×)
Here's the first episode on TheMovieDB https://www.themoviedb.org/tv/86248-upl ... /episode/1

I tried clearing the cache and trying again, and I get the same response. Any ideas?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Matching "Upload" with TheMovieDB

Post by rednoah »

You'll have to do this one manually:

Code: Select all

filebot -rename Upload.S01E01.mkv --db TheTVDB --action TEST --log INFO --q Upload
[TEST] from [Upload.S01E01.mkv] to [Upload - 1x01 - Welcome to Upload.mkv]

:idea: Presumably, FileBot, and the amc script more specifically, don't currently interpret things like Upload, Download, etc as valid series name.
:idea: Please read the FAQ and How to Request Help.
ghostserverd
Posts: 16
Joined: 15 Nov 2019, 06:25

Re: Matching "Upload" with TheMovieDB

Post by ghostserverd »

Thanks I’ll give that a shot.

Is the important bit there that you’ve specified the query as “Upload” and that’s what helps it to find the correct show?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Matching "Upload" with TheMovieDB

Post by rednoah »

Yes, the key is manually specifying the series name --q Upload or series id --q 368211 instead of relying on series name auto-detection.
:idea: Please read the FAQ and How to Request Help.
devster
Posts: 417
Joined: 06 Jun 2017, 22:56

Re: Matching "Upload" with TheMovieDB

Post by devster »

Seems caused by https://github.com/filebot/data/blob/ma ... t.txt#L359
Any way to work around it?
I only work in black and sometimes very, very dark grey. (Batman)
Post Reply