View Single Post
Old 2007-12-02, 17:03   #1
Nuka1195
Team Arcade
 
Join Date: Dec 2004
Posts: 3,369
Nuka1195 is on a distinguished road
Thumbs up New Official Online Repository for all open source plugins (with a public SVN)

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
__________________
For python coding questions first see http://xbmc.sourceforge.net/python-docs/

Last edited by rwparris2; 2009-08-23 at 06:03. Reason: link to wiki entry detailing where to find the correct directory
Nuka1195 is offline   Reply With Quote