get tmdb from imdb or title/year

This commit is contained in:
fatshotty
2021-04-19 16:20:55 +02:00
parent 722c7b63a9
commit 67a3335346
2 changed files with 21 additions and 15 deletions

View File

@@ -18,7 +18,7 @@
</item>
<item library="externalsearch.py">
<label>90001</label>
<visible>!String.IsEmpty(ListItem.Property(tmdb_id))</visible>
<visible>String.IsEqual(ListItem.dbtype,tvshow) | String.IsEqual(ListItem.dbtype,movie)</visible>
</item>
</menu>
</extension>