Ejemplo n.º 1
0
def get_last_content_by_tag(tags):
    xbmc.log("Get latest content for tags: " + tags)
    search = Search()
    items = search.getLastContentByTag(tags)
    show_search_result(items)
Ejemplo n.º 2
0
def get_last_content_by_tag(tags):
    search = Search()
    items = search.getLastContentByTag(tags)
    show_search_result(items)
Ejemplo n.º 3
0
def get_last_content_by_tag(tags):
    search = Search()
    items = search.getLastContentByTag(tags)
    show_search_result(items)
Ejemplo n.º 4
0
def get_last_content_by_tag(tags):
    xbmc.log("Get latest content for tags: " + tags)
    search = Search()
    items = search.getLastContentByTag(tags)
    show_search_result(items)