- Fix Typo
- Pop-Up per Skin non supportate - Supporto per Skin: - Eminence 2 - Rapier - Revolve - Unity
This commit is contained in:
+6
-6
@@ -742,6 +742,12 @@ def typo(string, typography=''):
|
|||||||
VLT = False
|
VLT = False
|
||||||
# Otherwise it uses the typographical attributes of the string
|
# Otherwise it uses the typographical attributes of the string
|
||||||
# else:
|
# else:
|
||||||
|
if 'capitalize' in string.lower():
|
||||||
|
string = re.sub(r'\s*capitalize','',string).capitalize()
|
||||||
|
if 'uppercase' in string.lower():
|
||||||
|
string = re.sub(r'\s*uppercase','',string).upper()
|
||||||
|
if 'lowercase' in string.lower():
|
||||||
|
string = re.sub(r'\s*lowercase','',string).lower()
|
||||||
if '[]' in string:
|
if '[]' in string:
|
||||||
string = '[' + re.sub(r'\s*\[\]','',string) + ']'
|
string = '[' + re.sub(r'\s*\[\]','',string) + ']'
|
||||||
if '()' in string:
|
if '()' in string:
|
||||||
@@ -768,12 +774,6 @@ def typo(string, typography=''):
|
|||||||
string = '[B]' + "•" + '[/B] ' + re.sub(r'\s*bullet','',string)
|
string = '[B]' + "•" + '[/B] ' + re.sub(r'\s*bullet','',string)
|
||||||
else:
|
else:
|
||||||
string = re.sub(r'\s*bullet','',string)
|
string = re.sub(r'\s*bullet','',string)
|
||||||
if 'capitalize' in string.lower():
|
|
||||||
string = re.sub(r'\s*capitalize','',string).capitalize()
|
|
||||||
if 'uppercase' in string.lower():
|
|
||||||
string = re.sub(r'\s*uppercase','',string).upper()
|
|
||||||
if 'lowercase' in string.lower():
|
|
||||||
string = re.sub(r'\s*lowercase','',string).lower()
|
|
||||||
if '{}' in string:
|
if '{}' in string:
|
||||||
string = re.sub(r'\s*\{\}','',string)
|
string = re.sub(r'\s*\{\}','',string)
|
||||||
|
|
||||||
|
|||||||
@@ -325,6 +325,14 @@ msgctxt "#30140"
|
|||||||
msgid "Seasons"
|
msgid "Seasons"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgctxt "#30141"
|
||||||
|
msgid "Skin not supported"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgctxt "#30142"
|
||||||
|
msgid "Skin %s is not currently supported"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgctxt "#30151"
|
msgctxt "#30151"
|
||||||
msgid "Watch the video"
|
msgid "Watch the video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@@ -325,6 +325,14 @@ msgctxt "#30140"
|
|||||||
msgid "Seasons"
|
msgid "Seasons"
|
||||||
msgstr "Stagioni"
|
msgstr "Stagioni"
|
||||||
|
|
||||||
|
msgctxt "#30141"
|
||||||
|
msgid "Skin not supported"
|
||||||
|
msgstr "Skin non supportata"
|
||||||
|
|
||||||
|
msgctxt "#30142"
|
||||||
|
msgid "Skin %s is not currently supported"
|
||||||
|
msgstr "La skin %s non è attualmente supportata"
|
||||||
|
|
||||||
msgctxt "#30151"
|
msgctxt "#30151"
|
||||||
msgid "Watch the video"
|
msgid "Watch the video"
|
||||||
msgstr "Guarda il video"
|
msgstr "Guarda il video"
|
||||||
|
|||||||
@@ -0,0 +1,92 @@
|
|||||||
|
{
|
||||||
|
"all":{
|
||||||
|
"Plain List": 552,
|
||||||
|
"Poster List": 550,
|
||||||
|
"Big List": 510,
|
||||||
|
"Media Info": 51,
|
||||||
|
"Media Info 2": 57,
|
||||||
|
"Media Info 3": 577,
|
||||||
|
"Info List": 53,
|
||||||
|
"Info List 2": 553,
|
||||||
|
"Fanart List": 54,
|
||||||
|
"Gallery": 58,
|
||||||
|
"Big Icons": 52,
|
||||||
|
"Mediun Icons": 525,
|
||||||
|
"Showcase": 535,
|
||||||
|
"Icons": 500,
|
||||||
|
"Info Icons": 59,
|
||||||
|
"Wide": 55,
|
||||||
|
"Fanart": 56
|
||||||
|
},
|
||||||
|
"movie":{
|
||||||
|
"Plain List": 552,
|
||||||
|
"Poster List": 550,
|
||||||
|
"Big List": 510,
|
||||||
|
"Media Info": 51,
|
||||||
|
"Media Info 2": 57,
|
||||||
|
"Media Info 3": 577,
|
||||||
|
"Info List": 53,
|
||||||
|
"Info List 2": 553,
|
||||||
|
"Fanart List": 54,
|
||||||
|
"Gallery": 58,
|
||||||
|
"Big Icons": 52,
|
||||||
|
"Mediun Icons": 525,
|
||||||
|
"Showcase": 535,
|
||||||
|
"Icons": 500,
|
||||||
|
"Info Icons": 59,
|
||||||
|
"Wide": 55,
|
||||||
|
"Fanart": 56
|
||||||
|
},
|
||||||
|
"tvshow":{
|
||||||
|
"Plain List": 552,
|
||||||
|
"Poster List": 550,
|
||||||
|
"Big List": 510,
|
||||||
|
"Media Info": 51,
|
||||||
|
"Media Info 2": 57,
|
||||||
|
"Media Info 3": 577,
|
||||||
|
"Info List": 53,
|
||||||
|
"Info List 2": 553,
|
||||||
|
"Fanart List": 54,
|
||||||
|
"Gallery": 58,
|
||||||
|
"Big Icons": 52,
|
||||||
|
"Mediun Icons": 525,
|
||||||
|
"Showcase": 535,
|
||||||
|
"Icons": 500,
|
||||||
|
"Info Icons": 59,
|
||||||
|
"Wide": 55,
|
||||||
|
"Fanart": 56
|
||||||
|
},
|
||||||
|
"season":{
|
||||||
|
"Plain List": 552,
|
||||||
|
"Poster List": 550,
|
||||||
|
"Media Info": 51,
|
||||||
|
"Media Info 2": 57,
|
||||||
|
"Info List": 53,
|
||||||
|
"Fanart List": 54,
|
||||||
|
"Gallery": 58,
|
||||||
|
"Big Icons": 52,
|
||||||
|
"Mediun Icons": 525,
|
||||||
|
"Showcase": 535,
|
||||||
|
"Icons": 500,
|
||||||
|
"Info Icons": 59
|
||||||
|
},
|
||||||
|
"episode":{
|
||||||
|
"Plain List": 552,
|
||||||
|
"Poster List": 550,
|
||||||
|
"Media Info": 51,
|
||||||
|
"Media Info 2": 57,
|
||||||
|
"Info List": 53,
|
||||||
|
"Info List 2": 553,
|
||||||
|
"Fanart List": 54,
|
||||||
|
"Gallery": 58,
|
||||||
|
"Icons": 500,
|
||||||
|
"Fanart": 56
|
||||||
|
},
|
||||||
|
"addon":{
|
||||||
|
"Plain List": 552,
|
||||||
|
"Poster List": 550,
|
||||||
|
"Big List": 510,
|
||||||
|
"Icons": 500,
|
||||||
|
"Info Icons": 59
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,66 @@
|
|||||||
|
{
|
||||||
|
"all":{
|
||||||
|
"List": 50,
|
||||||
|
"Big List": 51,
|
||||||
|
"Media Info": 52,
|
||||||
|
"Media Info 2": 54,
|
||||||
|
"Icons": 53,
|
||||||
|
"Big Icons": 501,
|
||||||
|
"Panel": 501,
|
||||||
|
"Wide": 55,
|
||||||
|
"Fanart 1": 57,
|
||||||
|
"Fanart 2": 59,
|
||||||
|
"Fanart 3": 500
|
||||||
|
},
|
||||||
|
"movie":{
|
||||||
|
"List": 50,
|
||||||
|
"Big List": 51,
|
||||||
|
"Media Info": 52,
|
||||||
|
"Media Info 2": 54,
|
||||||
|
"Icons": 53,
|
||||||
|
"Big Icons": 501,
|
||||||
|
"Panel": 501,
|
||||||
|
"Fanart 1": 57,
|
||||||
|
"Fanart 2": 59,
|
||||||
|
"Fanart 3": 500
|
||||||
|
},
|
||||||
|
"tvshow":{
|
||||||
|
"List": 50,
|
||||||
|
"Big List": 51,
|
||||||
|
"Media Info": 52,
|
||||||
|
"Media Info 2": 54,
|
||||||
|
"Icons": 53,
|
||||||
|
"Big Icons": 501,
|
||||||
|
"Panel": 501,
|
||||||
|
"Wide": 55,
|
||||||
|
"Fanart 1": 57,
|
||||||
|
"Fanart 2": 59,
|
||||||
|
"Fanart 3": 500
|
||||||
|
},
|
||||||
|
"season":{
|
||||||
|
"List": 50,
|
||||||
|
"Big List": 51,
|
||||||
|
"Media Info": 52,
|
||||||
|
"Media Info 2": 54,
|
||||||
|
"Icons": 53,
|
||||||
|
"Big Icons": 501,
|
||||||
|
"Panel": 501,
|
||||||
|
"Fanart 1": 57,
|
||||||
|
"Fanart 2": 59,
|
||||||
|
"Fanart 3": 500
|
||||||
|
},
|
||||||
|
"episode":{
|
||||||
|
"List": 50,
|
||||||
|
"Big List": 51,
|
||||||
|
"Media Info": 52,
|
||||||
|
"Media Info 2": 54,
|
||||||
|
"Icons": 53,
|
||||||
|
"Panel": 501,
|
||||||
|
"Fanart 3": 500
|
||||||
|
},
|
||||||
|
"addon":{
|
||||||
|
"List": 50,
|
||||||
|
"Big List": 51,
|
||||||
|
"Icons": 53
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,51 @@
|
|||||||
|
{
|
||||||
|
"all":{
|
||||||
|
|
||||||
|
},
|
||||||
|
"movie":{
|
||||||
|
"Icon": 50,
|
||||||
|
"List": 52,
|
||||||
|
"List Info": 58,
|
||||||
|
"List Info 2": 66,
|
||||||
|
"List Info 3": 95,
|
||||||
|
"Thumbs Info": 97,
|
||||||
|
"Wrap Info": 53,
|
||||||
|
"3D Wrap": 588,
|
||||||
|
"Fanart": 583,
|
||||||
|
"Wall": 69
|
||||||
|
},
|
||||||
|
"tvshow":{
|
||||||
|
"Icon": 50,
|
||||||
|
"List": 52,
|
||||||
|
"List Info": 61,
|
||||||
|
"List Info 2": 65,
|
||||||
|
"List Info 3": 589,
|
||||||
|
"Thumbs Info": 100,
|
||||||
|
"Wrap Info": 577,
|
||||||
|
"3D Wrap": 588,
|
||||||
|
"Fanart": 583,
|
||||||
|
"Wall": 586
|
||||||
|
},
|
||||||
|
"season":{
|
||||||
|
"Icon": 50,
|
||||||
|
"List": 52,
|
||||||
|
"List Info": 61,
|
||||||
|
"List Info 2": 65,
|
||||||
|
"List Info 3": 589,
|
||||||
|
"Wall": 586,
|
||||||
|
"Extended": 585
|
||||||
|
},
|
||||||
|
"episode":{
|
||||||
|
"Icon": 50,
|
||||||
|
"List": 52,
|
||||||
|
"List Info": 73,
|
||||||
|
"List Info 2": 68,
|
||||||
|
"List Info 3": 94
|
||||||
|
},
|
||||||
|
"addon":{
|
||||||
|
"Icon": 50,
|
||||||
|
"List": 52,
|
||||||
|
"List Info": 91,
|
||||||
|
"Wrap Info": 93
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,68 @@
|
|||||||
|
{
|
||||||
|
"all":{
|
||||||
|
"Circle List": 52,
|
||||||
|
"Thumbnails List": 55,
|
||||||
|
"Drop List": 51,
|
||||||
|
"Landscape List": 53,
|
||||||
|
"Revolve List": 54,
|
||||||
|
"Panels List": 56,
|
||||||
|
"Gallery List": 57,
|
||||||
|
"Rotate List": 58,
|
||||||
|
"Banners List": 59
|
||||||
|
},
|
||||||
|
"movie":{
|
||||||
|
"Circle List": 52,
|
||||||
|
"Thumbnails List": 55,
|
||||||
|
"Drop List": 51,
|
||||||
|
"Landscape List": 53,
|
||||||
|
"Revolve List": 54,
|
||||||
|
"Panels List": 56,
|
||||||
|
"Gallery List": 57,
|
||||||
|
"Rotate List": 58,
|
||||||
|
"Banners List": 59
|
||||||
|
},
|
||||||
|
"tvshow":{
|
||||||
|
"Circle List": 52,
|
||||||
|
"Thumbnails List": 55,
|
||||||
|
"Drop List": 51,
|
||||||
|
"Landscape List": 53,
|
||||||
|
"Revolve List": 54,
|
||||||
|
"Panels List": 56,
|
||||||
|
"Gallery List": 57,
|
||||||
|
"Rotate List": 58,
|
||||||
|
"Banners List": 59
|
||||||
|
},
|
||||||
|
"season":{
|
||||||
|
"Circle List": 52,
|
||||||
|
"Thumbnails List": 55,
|
||||||
|
"Drop List": 51,
|
||||||
|
"Landscape List": 53,
|
||||||
|
"Revolve List": 54,
|
||||||
|
"Panels List": 56,
|
||||||
|
"Gallery List": 57,
|
||||||
|
"Rotate List": 58,
|
||||||
|
"Banners List": 59
|
||||||
|
},
|
||||||
|
"episode":{
|
||||||
|
"Circle List": 52,
|
||||||
|
"Thumbnails List": 55,
|
||||||
|
"Drop List": 51,
|
||||||
|
"Landscape List": 53,
|
||||||
|
"Revolve List": 54,
|
||||||
|
"Panels List": 56,
|
||||||
|
"Gallery List": 57,
|
||||||
|
"Rotate List": 58,
|
||||||
|
"Banners List": 59
|
||||||
|
},
|
||||||
|
"addon":{
|
||||||
|
"Circle List": 52,
|
||||||
|
"Thumbnails List": 55,
|
||||||
|
"Drop List": 51,
|
||||||
|
"Landscape List": 53,
|
||||||
|
"Revolve List": 54,
|
||||||
|
"Panels List": 56,
|
||||||
|
"Gallery List": 57,
|
||||||
|
"Rotate List": 58,
|
||||||
|
"Banners List": 59
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,61 @@
|
|||||||
|
{
|
||||||
|
"all":{
|
||||||
|
"List": 50,
|
||||||
|
"Big List": 51,
|
||||||
|
"Thumbnail": 500,
|
||||||
|
"Poster Wrap": 501,
|
||||||
|
"Fanart": 508,
|
||||||
|
"Media Info": 505,
|
||||||
|
"Media Info 2": 504,
|
||||||
|
"Media Info 3": 503,
|
||||||
|
"Media Info 4": 515,
|
||||||
|
"Wide": 505,
|
||||||
|
"Info": 550,
|
||||||
|
"Info 2": 551
|
||||||
|
},
|
||||||
|
"movie":{
|
||||||
|
"List": 50,
|
||||||
|
"Big List": 51,
|
||||||
|
"Thumbnail": 500,
|
||||||
|
"Poster Wrap": 501,
|
||||||
|
"Fanart": 508,
|
||||||
|
"Media Info": 505,
|
||||||
|
"Media Info 2": 504,
|
||||||
|
"Media Info 3": 503
|
||||||
|
},
|
||||||
|
"tvshow":{
|
||||||
|
"List": 50,
|
||||||
|
"Big List": 51,
|
||||||
|
"Thumbnail": 500,
|
||||||
|
"Poster Wrap": 501,
|
||||||
|
"Fanart": 508,
|
||||||
|
"Media Info": 505,
|
||||||
|
"Media Info 2": 504,
|
||||||
|
"Media Info 3": 503,
|
||||||
|
"Wide": 505
|
||||||
|
},
|
||||||
|
"season":{
|
||||||
|
"List": 50,
|
||||||
|
"Big List": 51,
|
||||||
|
"Thumbnail": 500,
|
||||||
|
"Poster Wrap": 501,
|
||||||
|
"Media Info": 505,
|
||||||
|
"Media Info 2": 504,
|
||||||
|
"Media Info 3": 503
|
||||||
|
},
|
||||||
|
"episode":{
|
||||||
|
"List": 50,
|
||||||
|
"Big List": 51,
|
||||||
|
"Thumbnail": 500,
|
||||||
|
"Media Info": 505,
|
||||||
|
"Media Info 2": 504,
|
||||||
|
"Media Info 3": 503
|
||||||
|
},
|
||||||
|
"addon":{
|
||||||
|
"List": 50,
|
||||||
|
"Big List": 51,
|
||||||
|
"Thumbnail": 500,
|
||||||
|
"Info": 550,
|
||||||
|
"Info 2": 551
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -32,7 +32,8 @@ def settings_menu(item):
|
|||||||
def view_mode(item):
|
def view_mode(item):
|
||||||
logger.info(str(item))
|
logger.info(str(item))
|
||||||
import xbmc
|
import xbmc
|
||||||
from core import filetools, jsontools, support
|
from core import filetools, jsontools
|
||||||
|
from core.support import typo
|
||||||
from platformcode import config, platformtools
|
from platformcode import config, platformtools
|
||||||
|
|
||||||
skin_name = xbmc.getSkinDir()
|
skin_name = xbmc.getSkinDir()
|
||||||
@@ -55,6 +56,8 @@ def view_mode(item):
|
|||||||
select = platformtools.dialog_select(config.get_localized_string(70754), list_type)
|
select = platformtools.dialog_select(config.get_localized_string(70754), list_type)
|
||||||
value = list_type[select] + ' , ' + str(skin[list_type[select]] if list_type[select] in skin else 0)
|
value = list_type[select] + ' , ' + str(skin[list_type[select]] if list_type[select] in skin else 0)
|
||||||
config.set_setting('view_mode_%s' % item.type, value)
|
config.set_setting('view_mode_%s' % item.type, value)
|
||||||
|
else:
|
||||||
|
platformtools.dialog_ok(config.get_localized_string(30141), config.get_localized_string(30142) % typo(skin_name.replace('skin.','').replace('.',' '), 'capitalize bold'))
|
||||||
|
|
||||||
def servers_menu(item):
|
def servers_menu(item):
|
||||||
# from core.support import dbg; dbg()
|
# from core.support import dbg; dbg()
|
||||||
|
|||||||
Reference in New Issue
Block a user