Exemple #1
0
 def Do_HOME(self):
     XBMCVkUI_VKSearch_Base.Do_HOME(self)
     listItem = xbmcgui.ListItem(__language__(30009))
     xbmcplugin.addDirectoryItem(self.handle, self.GetURL(mode=MY_MUSIC),
                                 listItem, True)
     listItem = xbmcgui.ListItem(__language__(30016))
     xbmcplugin.addDirectoryItem(self.handle,
                                 self.GetURL(mode=HYPED_ARTISTS), listItem,
                                 True)
Exemple #2
0
 def Do_HOME(self):
     XBMCVkUI_VKSearch_Base.Do_HOME(self)
     listItem = xbmcgui.ListItem(__language__(30010))
     xbmcplugin.addDirectoryItem(self.handle,
                                 self.GetURL(mode=TOP_DOWNLOADS), listItem,
                                 True)
     listItem = xbmcgui.ListItem(__language__(30011))
     xbmcplugin.addDirectoryItem(self.handle, self.GetURL(mode=SERIES),
                                 listItem, True)
     listItem = xbmcgui.ListItem(__language__(30012))
     xbmcplugin.addDirectoryItem(self.handle, self.GetURL(mode=MY_VIDEOS),
                                 listItem, True)
Exemple #3
0
    def Do_HOME(self):
        XBMCVkUI_VKSearch_Base.Do_HOME(self)
        listItem = xbmcgui.ListItem(__language__(30010))
        xbmcplugin.addDirectoryItem(self.handle, self.GetURL(mode=TOP_DOWNLOADS), listItem, True)
        listItem = xbmcgui.ListItem(__language__(30011))
        xbmcplugin.addDirectoryItem(self.handle, self.GetURL(mode=SERIES), listItem, True)
        listItem = xbmcgui.ListItem(__language__(30012))
        xbmcplugin.addDirectoryItem(self.handle, self.GetURL(mode=MY_VIDEOS), listItem, True)
        listItem = xbmcgui.ListItem(__language__(30042))
        xbmcplugin.addDirectoryItem(self.handle, self.GetURL(mode=GROUPS), listItem, True)

        self.friendsEntry("video")

        listItem = xbmcgui.ListItem(__language__(30020))
        xbmcplugin.addDirectoryItem(self.handle, self.GetURL(mode="LOGOUT"), listItem, True)
Exemple #4
0
 def Do_HOME(self):
     XBMCVkUI_VKSearch_Base.Do_HOME(self)
     listItem = xbmcgui.ListItem(__language__(30009))
     xbmcplugin.addDirectoryItem(self.handle, self.GetURL(mode=MY_MUSIC),
                                 listItem, True)
     listItem = xbmcgui.ListItem(__language__(30016))
     xbmcplugin.addDirectoryItem(self.handle,
                                 self.GetURL(mode=HYPED_ARTISTS), listItem,
                                 True)
     listItem = xbmcgui.ListItem(__language__(30023))
     xbmcplugin.addDirectoryItem(self.handle,
                                 self.GetURL(mode=RECOMENDED_MUSIC),
                                 listItem, True)
     listItem = xbmcgui.ListItem(__language__(30024))
     xbmcplugin.addDirectoryItem(self.handle,
                                 self.GetURL(mode=POPULAR_MUSIC), listItem,
                                 True)
     self.friendsEntry("music")
     listItem = xbmcgui.ListItem(__language__(30020))
     xbmcplugin.addDirectoryItem(self.handle, self.GetURL(mode="LOGOUT"),
                                 listItem, True)