Fix specials airs before, Remove Special Season 100 Mapping, Update season art

Fix specials airs before values, set to -1 to make them only show up in
Specials
Remove Special Season 100 Mapping option
Update season art when changed
This commit is contained in:
shaun 2015-04-15 12:20:08 +10:00
parent 3ac1835800
commit 19e38bec8e
6 changed files with 88 additions and 59 deletions

View file

@ -128,12 +128,6 @@ class ConnectionManager():
xbmc.log("No user selected.")
xbmc.executebuiltin('Addon.OpenSettings(%s)' % self.addonId)
return
#TV Show specual as season 100
setSpecialAction = xbmcgui.Dialog().yesno("TV Show Specials Handling", "Use season 100 for TV Show Specials?")
if setSpecialAction == 1:
self.logMsg("TV Show Specials will be assigned season 100", 0)
addon.setSetting("useSeason100ForSpecials", "true")
# Option to play from http
setPlayback = xbmcgui.Dialog().yesno("Playback option", "Play your files using HTTP?")