349
355
li.setProperty("IsPlayable", "true")#let xbmc know this can be played, unlike a folder.
351
357
li.setProperty("IsPlayable", "false")
354
364
xbmcplugin.addDirectoryItem(handle=int(sys.argv[1]), url=u, listitem=li, isFolder=isFolder, totalItems=total_items)