Release Titan skin version 3.6.x (Kodi 16 Jarvis)
(2016-12-18, 19:42)marcelveldt Wrote:
(2016-12-15, 01:29)burekas Wrote: c. Regarding the option of "Use as widget". I use it in one of my addons, but there is mismatch with the title.
While in the addon the title is written like this (Date + Title):
Not a skin issue, that addon is not following Kodi's for the listings.
This is how he build the list. Does it explain why the 'date_time' doesn't show also in the widget items tags?
PHP Code:
menu_items = []
queries = {'mode'MODES.SEASONS'trakt_id'show['ids']['trakt'], 'title'show['title'], 'year'show['year'], 'tvdb_id'show['ids']['tvdb']}
menu_items.append((i18n('browse_seasons'), 'Container.Update(%s)' % (kodi.get_plugin_url(queries))),)
lizliz_url make_episode_item(showepisode['episode'], show_subs=Falsemenu_items=menu_itemsscreenshots=True)
label liz.getLabel()
label '[[COLOR deeppink]%s[/COLOR]] %s - %s' % (date_timeshow['title'], label)
liz.setLabel(label)
  
xbmcplugin.addDirectoryItem(int(sys.argv[1]), liz_urllizisFolder=False
Reply


Messages In This Thread
Link to a specific home screen? - by Hardax - 2016-03-28, 15:31
Landscape View Scrolbar - by User 206796 - 2016-09-19, 00:54
RE: Titan skin version 3.6.x (Kodi 16 Jarvis) - by burekas - 2016-12-20, 00:21
Logout Mark Read Team Forum Stats Members Help
Titan skin version 3.6.x (Kodi 16 Jarvis)11