Created
December 2, 2012 19:44
-
-
Save jbeluch/4190624 to your computer and use it in GitHub Desktop.
xbmcswift2 plugins?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' 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