AMC force Query

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Reneg
Posts: 36
Joined: 04 Jan 2012, 20:32

AMC force Query

Post by Reneg »

Hello,

Is there a way to force a query name like " --q " in AMC ?

Thank you
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC force Query

Post by rednoah »

The --q option has no effect if you're using the amc script, as the amc script is typically used unattended on an arbitrary number of files.

:arrow: You'll want to use -rename instead when manually processing specific files.
:idea: Please read the FAQ and How to Request Help.
Reneg
Posts: 36
Joined: 04 Jan 2012, 20:32

Re: AMC force Query

Post by Reneg »

Run script [fn:amc] at [Sat Nov 24 18:01:21 CET 2018]
Parameter: ut_title = Magnum P.I. - S01E06 - Death Is Only Temporary ID-350068.mkv
Parameter: seriesFormat = Telefilm/{n}/Stagione {s}/{n} - {s00e00} - {t}
Parameter: movieFormat = Film/{n} ({y})/{n} ({y}){"-CD$pi"}
Parameter: ut_label = tv
Parameter: excludeList = /var/www/html/temp/excludeList.txt
Argument[0]: /hdd3/workingfolder/temp/Magnum P.I. - S01E06 - Death Is Only Temporary ID-350068.mkv
Use excludes: /var/www/html/temp/excludeList.txt (4157)
Input: /hdd3/workingfolder/temp/Magnum P.I. - S01E06 - Death Is Only Temporary ID-350068.mkv
Group: [tvs:magnum p i] => [Magnum P.I. - S01E06 - Death Is Only Temporary ID-350068.mkv]
Rename episodes using [TheTVDB]
Fetching episode data for [Magnum, P.I.]
Apply filter [id ==~ 350068] on [162] items
No matching episode: Magnum P.I. - S01E06 - Death Is Only Temporary ID-350068.mkv
CmdlineException: Failed to match files to episode data
Finished without processing any files
Failure (°_°)


This is the result of filebot , i need to help it to get the 2018 serie and not the old one. Any suggestions ?
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: AMC force Query

Post by kim »

Reneg
Posts: 36
Joined: 04 Jan 2012, 20:32

Re: AMC force Query

Post by Reneg »

im already using Filter to get only TVDB ID "350068" show but it is fetching episodes only from Magnum, P.I. not from the new one that is called Magnum P.I.
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: AMC force Query

Post by kim »

looks like an internal bug :(
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC force Query

Post by rednoah »

You may need to use -rename --q manually for this particular file:

Code: Select all

filebot -rename Magnum*.mkv --db TheTVDB --q 350068 --action TEST
Rename episodes using [TheTVDB]
[TEST] from [Magnum P.I. - S01E06 - Death Is Only Temporary ID-350068.mkv] to [Magnum P.I. - 1x06 - Death Is Only Temporary.mkv]
Processed 1 files
:idea: Please read the FAQ and How to Request Help.
Post Reply