Skip to content

Instantly share code, notes, and snippets.

@jbeluch
Created December 2, 2012 19:44
Show Gist options
  • Save jbeluch/4190624 to your computer and use it in GitHub Desktop.
Save jbeluch/4190624 to your computer and use it in GitHub Desktop.
xbmcswift2 plugins?
''' Example usage
from xbmcswift2 import Plugin
import xbcmswift2_playlists
plugin = Plugin()
lists = xbmcswift2_playlists.Playlists(plugin)
@plugin.route('/')
def index():
items = [...]
items.append(lists.get_show_playlists_item())
'''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment