Nuka1195's repository for unofficial plugins and scripts with the SVN Repo Installer

  Thread Rating:
  • 4 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Nuka1195 Offline
Skilled Python Coder
Posts: 3,917
Joined: Dec 2004
Reputation: 17
Thumbs Up  Nuka1195's repository for unofficial plugins and scripts with the SVN Repo Installer Post: #1
Link to a zipped repo:

http://xbmc-addons.googlecode.com/svn/pa...addons.zip

Just download and install from zip

*This installer is not for use with current XBMC. I'm leaving this text for historical purposes. This is now just for the repo.

UPDATED to version 1.5.2: now includes BigBellyBilly's update check module.
http://xbmc-addons.googlecode.com/svn/trunk/plugins

SVN Repo 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/svn/pa..._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


What to do with unmaintained or unfixable plugins/scripts:
Developers please remove any plugins or scripts from xbmc-addons and xbmc-scripting svn's if they are not going to be maintained or if they are unfixable.

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
(This post was last modified: 2012-05-02 01:54 by Nuka1195.)
find quote
internick Offline
Junior Member
Posts: 16
Joined: Jul 2007
Reputation: 0
Post: #2
ohh! yeS!
thanks Nuka! Smile
find quote
Nuka1195 Offline
Skilled Python Coder
Posts: 3,917
Joined: Dec 2004
Reputation: 17
Post: #3
Here is a temporary installer.
http://xbmc-addons.googlecode.com/svn/pa...Plugin.zip

It is a plugin.

1. unzip to "q:\\plugins\\programs\\"
2. goto programs/add source/browse/program plugins
3. highlight "XBMC-Addons Installer Plugin" and press the ok button

To Use:
Just select each category or item, when you select an item it will ask to install.

If no items are available it will not drill down. currently there are only two video plugins, one music plugin, one programs plugin.

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
(This post was last modified: 2007-12-06 16:33 by Nuka1195.)
find quote
joebrady Offline
Team-XBMC Forum Moderator
Posts: 1,625
Joined: Apr 2007
Reputation: 6
Location: Floyds Knobs, IN
Post: #4
Great! Haven't had the chance to use this yet, will try tonight. Hope we get the whole plugins package on that site soon! Best thing to happen with xbmc in awhile in my opinion.

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first
find quote
Nuka1195 Offline
Skilled Python Coder
Posts: 3,917
Joined: Dec 2004
Reputation: 17
Post: #5
a little tip, if you want to add the installer as a source in a multipath.

just add "plugin://programs/" as the source, this way it's listed as an item instead of the root directories of svn.

yes plugins are nice, thanks to umbehagen for the feature. he also has access to the site now, so i'm sure he'll be adding them shortly.

eg.
Code:
<source>
  <name>Programs</name>
  <path>E:\Apps\</path>
  <path>plugin://programs/</path>
</source>

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
(This post was last modified: 2007-12-06 21:09 by Nuka1195.)
find quote
TheBoxMan Offline
Fan
Posts: 351
Joined: Jan 2007
Reputation: -10
Rainbow    Post: #6
Good call Nuka. Will be great when we've got them all added.

It's amazing watching the way every breakthrough in XBMC heralds a succession of others. We're really standing on the shoulders of giants.
find quote
smuto Offline
Senior Member
Posts: 241
Joined: Sep 2004
Reputation: 2
Post: #7
xbmc-addons has also skins folder

Jezz_X made some beautifully themes for xbmc skins - can u add this to Addons Installer

smuto

[Image: 1.png]
find quote
Nuka1195 Offline
Skilled Python Coder
Posts: 3,917
Joined: Dec 2004
Reputation: 17
Post: #8
My Appologize for the installer, i had scripts incorrect and they wouldn't install, here is an updated version.

http://xbmc-addons.googlecode.com/svn/pa...Plugin.zip

whatever is in the svn will install. so if any skinners would like ther skins included we will.

We need to establish a folder structure, so themes could be separate and do we want it used as an svn which is what i do. (Makes updating and adding new languages easier) or only download zipped packages.

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
smuto Offline
Senior Member
Posts: 241
Joined: Sep 2004
Reputation: 2
Post: #9
so we must wait for Jezz_X decision

one more
can we have some kind of automatic add every taged version of script from xbmc-scripting to xbmc-addons

smuto

[Image: 1.png]
find quote
acooperfan Offline
Junior Member
Posts: 1
Joined: Mar 2008
Reputation: 0
Post: #10
Nuka1195 Wrote:a little tip, if you want to add the installer as a source in a multipath.

just add "plugin://programs/" as the source, this way it's listed as an item instead of the root directories of svn.

yes plugins are nice, thanks to umbehagen for the feature. he also has access to the site now, so i'm sure he'll be adding them shortly.

eg.
Code:
<source>
  <name>Programs</name>
  <path>E:\Apps\</path>
  <path>plugin://programs/</path>
</source>

Hi

Please forgive my ignorance but can you explain what you mean by :

"a little tip, if you want to add the installer as a source in a multipath"


thanking you in advance for your expertise
find quote
Post Reply