AMC OMDB ratings not working
Posted: 09 Feb 2017, 10:22
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:
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"