UPDATED: version 1.5.2, includes BigBellyBilly's update check module. (thanks BBB)
http://xbmc-addons.googlecode.com/svn/trunk/plugins
Installer plugin
http://xbmc-addons.googlecode.com/svn/packages/plugins/programs/SVN_Repo_Installer.zip
the first listing you will see is all the available repos and a Check for Updates item. The check for updates will find all plugins and scripts, then check if there is a new version in svn. there are two settings off by default. 1. Updates: Show Addons not in SVN? and 2. Updates: Show Addons wihout a version?
version 1.3.1, for backwards compatability
http://xbmc-addons.googlecode.com/sv...ller_1.3.1.zip
if your platform does not have a programs section, you can install this in /plugins/video as a hack or
put it in
/plugins/programs and add a link in your favourites.xml.
example favourites.xml
xbox
PHP Code:
<favourites>
<favourite name="SVN Repo Installer" thumb="q:\plugins\programs\SVN Repo Installer\default.tbn">ActivateWindow(10001,plugin://programs/SVN Repo Installer/)</favourite>
</favourites>
other platforms
PHP Code:
<favourites>
<favourite name="SVN Repo Installer" thumb="u:\plugins\programs\SVN Repo Installer\default.tbn">ActivateWindow(10001,plugin://programs/SVN Repo Installer/)</favourite>
</favourites>
thanks to VDRFan for the above idea