experimental window

This commit is contained in:
faush01
2014-10-02 14:50:42 +10:00
parent cab783f916
commit a608efce8b
4 changed files with 217 additions and 9 deletions

View File

@@ -62,6 +62,7 @@ from Utils import PlayUtils
from ClientInformation import ClientInformation
from PersonInfo import PersonInfo
from SearchDialog import SearchDialog
from DisplayItems import DisplayItems
ADDON_VERSION = ClientInformation().getVersion()
@@ -1448,16 +1449,18 @@ def showItemInfo(pluginName, handle, params):
del infoPage
def showSearch(pluginName, handle, params):
def showSearch(pluginName, handle, params):
printDebug("showSearch Called" + str(params))
xbmcplugin.endOfDirectory(handle, cacheToDisc=False)
searchDialog = SearchDialog("SearchDialog.xml", __cwd__, "default", "720p")
searchDialog.doModal()
del searchDialog
#items = DisplayItems("DisplayItems.xml", __cwd__, "default", "720p")
#items.doModal()
#del items
def showPersonInfo(pluginName, handle, params):
printDebug("showPersonInfo Called" + str(params))
xbmcplugin.endOfDirectory(handle, cacheToDisc=False)