Python script for use with XBMC
============================
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.