Rating

All about user-defined episode / movie / file name format expressions
Post Reply
trut
Posts: 4
Joined: 11 Mar 2015, 20:57

Rating

Post by trut »

Hello,

how to get IMDb Rating, or a similar one to it? Following rating is too low:

Code: Select all

{n.replaceAll(/[:?]/, '')} [{rating} - ({genres.collect{it[0..2]}.join(",") }) - {y} - {actors[0]}]

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

Re: Rating

Post by rednoah »

IMDb is not supported. You may try {omdb.rating} and see if you don't like the TheMovieDB ratings.
:idea: Please read the FAQ and How to Request Help.
trut
Posts: 4
Joined: 11 Mar 2015, 20:57

Re: Rating

Post by trut »

Already read that. But look in attachments...
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Rating

Post by rednoah »

Are you using the latest version? Please upgrade to v4.5.6 and let me know if it still doesn't work.
:idea: Please read the FAQ and How to Request Help.
trut
Posts: 4
Joined: 11 Mar 2015, 20:57

Re: Rating

Post by trut »

works :) i was on 4.5.3

thanks
cmdornan
Posts: 2
Joined: 14 Mar 2015, 17:15

Re: Rating

Post by cmdornan »

hi guys.

i know imdb isnt supported on the latest version but do you know if an older version is used will it rename files with the imdb rating? i would prefer to use imdb if possible.

if this is not possible then im happy to rename files with omdb, however ive tried this with 4.5.6 and im not getting anywhere - see screenshots.

can you suggest a way round this? i would like to have an expression consisting of MOVIE RATING - TITLE - YEAR - GENRE

thanks
chris
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Rating

Post by rednoah »

Before v4.5.6 the {omdb} binding was called {imdb} for compatibility reasons only, IMDb hasn't been supported for a long time.
:idea: Please read the FAQ and How to Request Help.
cmdornan
Posts: 2
Joined: 14 Mar 2015, 17:15

Re: Rating

Post by cmdornan »

thank you - i know it hasnt been supported for a long time. has anyone been able to rename movies with movie ratings from omdb or any other source? if so, please list the steps. would be really helpful.

thanks.
Post Reply