AMC OMDB ratings not working

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Matungulu
Posts: 1
Joined: 09 Feb 2017, 10:02

AMC OMDB ratings not working

Post by Matungulu »

Hi guys,

I include the IMDB ratings in my naming scheme because they tend to be more reliable than TMDB. Trouble is though, I cannot get AMC to use the omdb.rating's string. It works perfectly if it's done manually in Filebot so now whenever the script runs, it ends up creating a duplicate folder without a rating attached and I have to reprocess them manually in order to fix.

ie. /Breaking Bad [8.8]/ as well as /Breaking Bad/

Any idea why it's not working for me in AMC?

Thanks in advance. My script is below:

Code: Select all

filebot -script fn:amc --output "K:Media" --def "seriesformat=\TV Shows\{n} [{omdb.rating}]\Season {s.pad(2)}\{n} - {s00e00} - {t}" "movieformat=\Movies\{ny} [{omdb.rating}]/{ny} {' CD'+pi} [{omdb.rating}]" --action copy --conflict auto -non-strict "C:\Users\User\Torrents" --log-file amc.log --def clean=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
Last edited by Matungulu on 09 Feb 2017, 11:16, edited 1 time in total.
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC OMDB ratings not working

Post by rednoah »

Thanks for the post! Before a real human comes by, please make sure your report has all the following points checked:
  • What are you trying to do achieve? What's not working? What have you tried so far?
  • Include screenshots, logs or filenames (i.e. demonstrate the issue)
  • Include basic information (i.e. sysinfo output)
:idea: Please read How to Request Help and Fix Problems, Report Bugs, Get Features
:idea: Please read the FAQ and How to Request Help.
Post Reply