Rimossi colori
This commit is contained in:
@@ -549,7 +549,7 @@ def set_context_commands(item, parent_item):
|
|||||||
from_action=item.action).tourl())))
|
from_action=item.action).tourl())))
|
||||||
# Añadir a Alfavoritos (Mis enlaces)
|
# Añadir a Alfavoritos (Mis enlaces)
|
||||||
if item.channel not in ["favorites", "videolibrary", "help", ""] and parent_item.channel != "favorites":
|
if item.channel not in ["favorites", "videolibrary", "help", ""] and parent_item.channel != "favorites":
|
||||||
context_commands.append(('[COLOR blue]%s[/COLOR]' % config.get_localized_string(70557), "XBMC.RunPlugin(%s?%s)" %
|
context_commands.append(("[B]%s[/B]" % config.get_localized_string(70557), "XBMC.RunPlugin(%s?%s)" %
|
||||||
(sys.argv[0], item.clone(channel="kodfavorites", action="addFavourite",
|
(sys.argv[0], item.clone(channel="kodfavorites", action="addFavourite",
|
||||||
from_channel=item.channel,
|
from_channel=item.channel,
|
||||||
from_action=item.action).tourl())))
|
from_action=item.action).tourl())))
|
||||||
@@ -571,7 +571,7 @@ def set_context_commands(item, parent_item):
|
|||||||
mediatype = 'tv'
|
mediatype = 'tv'
|
||||||
else:
|
else:
|
||||||
mediatype = item.contentType
|
mediatype = item.contentType
|
||||||
context_commands.append(("[COLOR yellow]%s[/COLOR]" % config.get_localized_string(70561), "XBMC.Container.Update (%s?%s)" % (
|
context_commands.append(("[B]%s[/B]" % config.get_localized_string(70561), "XBMC.Container.Update (%s?%s)" % (
|
||||||
sys.argv[0], item.clone(channel='search', action='discover_list', search_type='list', page='1',
|
sys.argv[0], item.clone(channel='search', action='discover_list', search_type='list', page='1',
|
||||||
list_type='%s/%s/similar' % (mediatype,item.infoLabels['tmdb_id'])).tourl())))
|
list_type='%s/%s/similar' % (mediatype,item.infoLabels['tmdb_id'])).tourl())))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user