Item info

This commit is contained in:
mac12m99
2019-08-26 18:42:59 +02:00
parent 437c47868b
commit f79192b231
2 changed files with 7 additions and 1 deletions

View File

@@ -131,7 +131,9 @@ def run(item=None):
from core import tmdb
if tmdb.drop_bd():
platformtools.dialog_notification(config.get_localized_string(20000), config.get_localized_string(60011), time=2000, sound=False)
elif item.action == "itemInfo":
import base64
platformtools.dialog_textviewer('Item info', item.parent)
# Action in certain channel specified in "action" and "channel" parameters
else:
# Entry point for a channel is the "mainlist" action, so here we check parental control