Page 1 of 1

Use moviedb and omdb simultaneously

Posted: 21 Mar 2018, 18:38
by peymanch
Hi please solve this problem in next version
"Use moviedb and omdb simultaneously"
For example use genres of omdb and actors of omdb
Thanks

Re: Use moviedb and omdb simultaneously

Posted: 21 Mar 2018, 18:46
by ChefGregS
That would be a nice feature!!! To have a choice of which parts of each DB to use would be nice. There are MANY times I will use OMDB because quite simply, on many movies, especially OLDER movies..they have them, have CORRECT information, and for whatever reason..have way more COMPLETE information.

Re: Use moviedb and omdb simultaneously

Posted: 23 Mar 2018, 06:43
by rednoah
You can already do that via the format.

e.g.

Code: Select all

{omdb.rating}

Code: Select all

{omdb.actors}

Code: Select all

{omdb.genres}

Code: Select all

{y > 1970 ? genres : omdb.genres}