Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1006 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 1006 Bytes

plugin.library.data.provider

Python script for use with XBMC

============================

INFORMATION FOR SKINNERS

Include the following in your addon.xml

Load a list with this content tag: plugin://service.library.data.provider?type=randommovies

Load a list with this content tag to have the list automatically refresh: plugin://service.library.data.provider?type=randommovies&reload=$INFO[Window.Property(randommovies)]

Available tags:

  • randommovies
  • recentmovies
  • recommendedmovies
  • recommendedepisodes
  • recentepisodes
  • randomepisodes
  • randomsongs
  • randomalbums
  • recentalbums
  • recommendedalbums

Available infolabels: Most of the usual video library infolabels. ListItem.Property(type) shows with what option the script was run.

TODO: Artist/Musicvideo/Addons support.