one digit rating name
one digit rating name
lately i have this bug. i use this script {genre}/{rating}-{y}/{n} ({y})
but the result is for example predator dark ages a short film of 2015 => Action/6.654-2015/predator dark ages (2015)
i would like 6.654 to be 6.7 so after dot one digit
how to?
but the result is for example predator dark ages a short film of 2015 => Action/6.654-2015/predator dark ages (2015)
i would like 6.654 to be 6.7 so after dot one digit
how to?
Re: one digit rating name

e.g.
Console Output: Select all
$ filebot -list --q 341870 --db TheMovieDB --format "{ny} | {rating}"
Predator: Dark Ages (2015) | 6.7
Re: one digit rating name
Please upgrade to the latest release. {rating} will then work as expected by default.
Re: one digit rating name
sorry for delay to answer. ok i will give a shot with a newer version . but if tried with your script $ filebot -list --q 341870 --db TheMovieDB --format "{ny} | {rating}"
but no result
but no result
Re: one digit rating name
What does "no result" mean? Surely the command-line will print something? Please use screenshots so that we can see what you can see.

Re: one digit rating name
This is a filebot command to be used on the command-line:
Shell: Select all
$ filebot -list --q 341870 --db TheMovieDB --format "{ny} | {rating}"
Format: Select all
{ny} | {rating}
** we use the command-line because we like copy & paste but you will want to run tests in the Format Editor if that is what you're used to; formats work the same; just don't paste a command-line into the Format Editor; that doesn't make sense



