Hi please solve this problem in next version
"Use moviedb and omdb simultaneously"
For example use genres of omdb and actors of omdb
Thanks
Use moviedb and omdb simultaneously
Re: Use moviedb and omdb simultaneously
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
You can already do that via the format.
e.g.
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}