aboutsummaryrefslogtreecommitdiff
path: root/addons/xbmc.python
AgeCommit message (Collapse)Author
2015-03-02[python] expose VideoInfoTag and MusicInfoTag of listitemsThomas Amland
2015-03-02[ADDONS] Context Menu Addons SystemFice
2014-12-22addons: add service.xsdmontellese
2014-12-22addons: remove unused "content" element from pluginsource.xsdmontellese
2014-12-22addons: fix pluginsource.xsdmontellese
2014-08-22[python] add Monitor.waitForAbortThomas Amland
2014-08-16Merge pull request #5192 from tamland/setsubtitlesMartijn Kaijser
[python] add setSubtitles method for ListItem
2014-08-15[addons] Add and refresh icons.uNiversaI
Any more please let me know, especially for main addons repo or kodi/ex-xbmc lots.
2014-08-13[python] add setSubtitles method for ListItemThomas Amland
2014-08-12[addons] Rebrand to Team-KodiMartijn Kaijser
2014-07-14[python] Monitor: add onCleanStarted/onCleanFinished callbacks.anaconda
2014-06-02[python] bump python API after 647269ae62fdae2fd4279781f315a8495428af9cMartijn Kaijser
2014-05-27[python] bump API after 5c08c682a7aaec202488ab68f5eba796fe443a45Martijn Kaijser
2013-12-15Add setArt() for python listitemsBl4ck09
Python version bump to 2.14.0
2013-11-01[python] set python API backwards comaptible version to minimal Frodo versionMartijn Kaijser
2013-11-01[python] bump API version after b1a867653afe37080918bc4bf8109a694f6bb9a2Martijn Kaijser
2013-09-22bump addon dependencies to reflect changes done so farMartijn Kaijser
2013-05-01set library attribute as requiredM. Kaijser
2013-05-01[cosmetics] convert tabs to space for consistencyM. Kaijser
2012-12-08[addons] change current version number to x.y.z and add abi backwards ↵Martijn Kaijser
fallback to x.y to prevent broken addons
2012-08-10changed: bump python API to v2.1spiff
- xbmc.Monitor (0ef8e7043f, ecc29a4) - addStreamInfo (2be4199) - content type for multi-content plugins (67ee34f) - sort title to setInfo (898cab7a) - resume point and total time override (13c0875fd) - startServer (f0e3806ce4c6) - add missing onPlayback* events (0ea2bdcf4) - vfs module extended (5a0237bcd) - artist title to setinfo (2a4d47ed22) - addControls and removeControls (9a6bfa1c78) - allow full-blown info labels (ae484f241)
2011-04-28addon version bumps for eden.theuni
python gets a major bump but retains back-compat. skins get a major bump but retain back-compat. scrapers get a major bump but retain back-compat. web interfaces get a major bump. json dep will be introduced in the next commit. this will force a compat-breakage. web-interfaces will now need to require xbmc.json. confluence and default web interface were bumped by a major version. See: http://wiki.xbmc.org/index.php?title=Eden_API_Changes for more info
2010-05-28cleanup: move pluginsource <provides> tag reading to use xs:list and put it ↵jmarshallnz
into the constructor rather than having it external git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30627 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-27added: CPluginSource class for all pluginsource addonsalcoheca
changed: fixed plugin content handling via cpluff changed: removed generic content types from enum CONTENT_TYPE changed: temp disable plugins from appearing in GUIDialogMediaSource changed: moved GetExtElementDeque out of CAddonMgr class git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30605 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-25changed: Bring plugins into the cpluff fold.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30546 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-24changed: get rid of the content types added earlier, favouring extension ↵jmarshallnz
points for the specific python scripts, and update Confluence to use skin.setaddon git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30520 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-21changed: Move scripts to cpluffjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30368 568bbfeb-2a22-0410-94d2-cc84cf5bfa90