replaced auto play episode with custom nextup dialog, also added

ItemInfo and PersonInfo from the old addon
This commit is contained in:
im85288 2015-05-06 22:41:44 +01:00
parent d4e44122ba
commit 44b22e7a67
14 changed files with 1741 additions and 26 deletions

View file

@ -2,6 +2,7 @@
# This class helps translate more complex cases from the MediaBrowser API to the XBMC API
from datetime import datetime
from random import randrange
import xbmc
import xbmcgui
import xbmcaddon