Custom Blacklist csv file?

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
plittlefield
Posts: 101
Joined: 09 Mar 2014, 19:15

Custom Blacklist csv file?

Post by plittlefield »

I use amc groovy script on a Transmission folder and each week FileBot picks up the wrong series name for Magnum PI.

e.g.

Code: Select all

Run script [fn:amc] at [Tue Jan 29 06:20:25 GMT 2019]
Parameter: minFileSize = 0
Parameter: seriesFormat = TV/{n}/{n} {s00e00}
Parameter: movieFormat = Movies/{n} ({y})
Parameter: clean = y
Parameter: ut_dir = /home/paully/Downloads/seedbox2/completed/Magnum.P.I.2018.S01E14.720p.HDTV.x264-AVS[rarbg]
Parameter: ut_kind = multi
Parameter: ut_title = Magnum.P.I.2018.S01E14.720p.HDTV.x264-AVS[rarbg]
Input: /home/paully/Downloads/seedbox2/completed/Magnum.P.I.2018.S01E14.720p.HDTV.x264-AVS[rarbg]/Magnum.P.I.2018.S01E14.720p.HDTV.x264-AVS.mkv
Group: [tvs:magnum p i] => [Magnum.P.I.2018.S01E14.720p.HDTV.x264-AVS.mkv]
Rename episodes using [TheTVDB]
Auto-detected query: [Magnum P I, magnum p i 2018]
Resource not found: https://api.thetvdb.com/search/series?name=Magnum+P+I
Fetching episode data for [Magnum, P.I.]
Fetching episode data for [Magnum P.I.]
Resource not found: https://api.thetvdb.com/search/series?name=magnum+p+i+2018
Stripping invalid characters from new path: TV/Magnum P.I./Magnum P.I. S01E14
[COPY] from [/home/paully/Downloads/seedbox2/completed/Magnum.P.I.2018.S01E14.720p.HDTV.x264-AVS[rarbg]/Magnum.P.I.2018.S01E14.720p.HDTV.x264-AVS.mkv] to [/home/paully/Plex/TV/Magnum P.I/Magnum P.I. S01E14.mkv]
Processed 1 files
Done ヾ(@⌒ー⌒@)ノ
Is there a file I can edit locally on my server to 'block' a particular series name from being used please?

Also, is there a file I can edit to swap series names?

e.g.

blacklist file
Magnum P.I

swap file
Magnum P.I -> Magnum, P.I

I know that this example has been given before in this forum but the fixes appear to be for manual intervention, and I need it for a scripted process.

Thanks,

:-)

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

Re: Custom Blacklist csv file?

Post by rednoah »

You can use the --filter option for that:
viewtopic.php?f=3&t=2127

e.g.

Code: Select all

--filter "n != /Magnum P.I./"
:idea: Please read the FAQ and How to Request Help.
Post Reply