Exemplo n.º 1
0
def get_most_visited(tags):
    xbmc.log("Get most visited for tags: " + tags)
    search = Search()
    items = search.getMostVisited(tags)
    show_search_result(items)
Exemplo n.º 2
0
def get_most_visited(tags):
    search = Search()
    items = search.getMostVisited(tags)
    show_search_result(items)
Exemplo n.º 3
0
def get_most_visited(tags):
    search = Search()
    items = search.getMostVisited(tags)
    show_search_result(items)
Exemplo n.º 4
0
def get_most_visited(tags):
    xbmc.log("Get most visited for tags: " + tags)
    search = Search()
    items = search.getMostVisited(tags)
    show_search_result(items)