Hi,
please can someone post the imdb movie rating expression, i just downloaded 4.5.6version of filebot and its not there maybe i am just looking wrong..
- i really cannot find it :/ and it deleted my previous setups for it
Thanks a lot
Best regards,
neyoneit
Lost imdb rating expression
Re: Lost imdb rating expression
Can be found when going to Edit Format > and pressing the '(x)=' button, there's a small list
Code: Select all
imdb.rating
Re: Lost imdb rating expression
Thats weird i was and i had that but filebot wont recognize this cmd (expression) - see attached picture :/.....Nhoise wrote:Can be found when going to Edit Format > and pressing the '(x)=' button, there's a small list
Code: Select all
imdb.rating
I have latest version - should i download some previous version instead ?
Re: Lost imdb rating expression
According to filebot naming, you're looking to use {rating} not {imdb.rating}
Example
{n} ({y}) by {director} [{genres[0]}, {certification}, {rating}]
The Terminator (1984) by James Cameron [Action, PG-13, 8.5]

Example
{n} ({y}) by {director} [{genres[0]}, {certification}, {rating}]
The Terminator (1984) by James Cameron [Action, PG-13, 8.5]

Re: Lost imdb rating expression
yea i know but it gives me completely wrong movie ratings.. i dont know where from it gets these numbers but it is not from imdb and i would love to have movie ratings from imdb

Anyone have solution for that ? - btw imdb.rating worked in previous versions....
Re: Lost imdb rating expression
IMDb support has been thorougly removed. The {rating} is provided by your selected datasource, most likely TheMovieDB. If you don't like that data you can also use {omdb.rating} which may or may not yield the data you want.
Re: Lost imdb rating expression
omdb.rating doesn't work anymore?
Re: Lost imdb rating expression
omdb.rating should work, but it's not the same as the IMDb rating.