Use moviedb and omdb simultaneously

All your suggestions, requests and ideas for future development
Post Reply
peymanch
Posts: 55
Joined: 22 Jan 2017, 12:19

Use moviedb and omdb simultaneously

Post 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
ChefGregS
Posts: 99
Joined: 30 Mar 2016, 11:14

Re: Use moviedb and omdb simultaneously

Post 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.
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Use moviedb and omdb simultaneously

Post 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}
:idea: Please read the FAQ and How to Request Help.
Post Reply