Hi folks,
for all who want to test this out. Grab the VideoDatabase.dll and replace the original in your Media Portal directory.
To activate the feature who have to add some lines in the Mediaportal.xml:
With these lines you can specify the order and number of the search results of each DB. Setting limit to 0 lets you skip the DB.
Do not change "number", it has to be 2, since there are not more than DBs, yet.
Critics, comments and bugreports are welcome.
Have fun, Flip.
for all who want to test this out. Grab the VideoDatabase.dll and replace the original in your Media Portal directory.
To activate the feature who have to add some lines in the Mediaportal.xml:
Code:
<section name="moviedatabase">
<entry name="number">2</entry>
<entry name="database0">OFDB</entry>
<entry name="limit0">10</entry>
<entry name="database1">IMDB</entry>
<entry name="limit1">10</entry>
</section>
With these lines you can specify the order and number of the search results of each DB. Setting limit to 0 lets you skip the DB.
Do not change "number", it has to be 2, since there are not more than DBs, yet.
Critics, comments and bugreports are welcome.
Have fun, Flip.