XBMC Community Forum  

Go Back   XBMC Community Forum > Help and Support > Plugin/Script (Python) Help and Support

Plugin/Script (Python) Help and Support Python requests/suggestions, support, bugs, and everything python goes in here!
Please, add platform prefix to threads that are not platform-independent!:
Thread prefixes; "[LINUX]", "[LIVE]", "[MAC]", and "[WINDOWS]"

Reply
 
Thread Tools Search this Thread Display Modes
Old 2007-12-02, 16:03   #1
Nuka1195
Team Arcade
 
Join Date: Dec 2004
Posts: 3,679
Nuka1195 is on a distinguished road
Thumbs up Nuka1195's Repository for plugins/scripts w/SVN Repo Installer

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/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


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://xbmc.sourceforge.net/python-docs/

Last edited by Gamester17; 2010-01-17 at 17:28. Reason: link to wiki entry detailing where to find the correct directory
Nuka1195 is offline   Reply With Quote
Old 2007-12-02, 21:26   #2
internick
Junior Member
 
Join Date: Jul 2007
Posts: 16
internick is on a distinguished road
Default

ohh! yeS!
thanks Nuka!
internick is offline   Reply With Quote
Old 2007-12-06, 15:30   #3
Nuka1195
Team Arcade
 
Join Date: Dec 2004
Posts: 3,679
Nuka1195 is on a distinguished road
Default

Here is a temporary installer.
http://xbmc-addons.googlecode.com/sv...ler_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://xbmc.sourceforge.net/python-docs/

Last edited by Nuka1195; 2007-12-06 at 15:33.
Nuka1195 is offline   Reply With Quote
Old 2007-12-06, 19:36   #4
joebrady
Team-XBMC QA Specialist
 
joebrady's Avatar
 
Join Date: Apr 2007
Location: Louisville, KY
Posts: 1,213
joebrady is on a distinguished road
Default

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.
joebrady is offline   Reply With Quote
Old 2007-12-06, 20:06   #5
Nuka1195
Team Arcade
 
Join Date: Dec 2004
Posts: 3,679
Nuka1195 is on a distinguished road
Default

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://xbmc.sourceforge.net/python-docs/

Last edited by Nuka1195; 2007-12-06 at 20:09.
Nuka1195 is offline   Reply With Quote
Old 2008-01-03, 01:30   #6
TheBoxMan
Fan
 
Join Date: Jan 2007
Posts: 350
TheBoxMan is an unknown quantity at this point
Cool

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.
TheBoxMan is offline   Reply With Quote
Old 2008-02-26, 14:13   #7
smuto
Senior Member
 
Join Date: Sep 2004
Posts: 227
smuto is on a distinguished road
Default

xbmc-addons has also skins folder

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

smuto
__________________
smuto is offline   Reply With Quote
Old 2008-02-26, 14:26   #8
Nuka1195
Team Arcade
 
Join Date: Dec 2004
Posts: 3,679
Nuka1195 is on a distinguished road
Default

My Appologize for the installer, i had scripts incorrect and they wouldn't install, here is an updated version.

http://xbmc-addons.googlecode.com/sv...ler_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://xbmc.sourceforge.net/python-docs/
Nuka1195 is offline   Reply With Quote
Old 2008-02-26, 14:38   #9
smuto
Senior Member
 
Join Date: Sep 2004
Posts: 227
smuto is on a distinguished road
Default

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
__________________
smuto is offline   Reply With Quote
Old 2008-03-14, 03:36   #10
acooperfan
Junior Member
 
Join Date: Mar 2008
Posts: 1
acooperfan is on a distinguished road
Default

Quote:
Originally Posted by Nuka1195 View Post
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
acooperfan is offline   Reply With Quote
Reply

Bookmarks

Tags
diynetwork, plugin, svn repo installer


Currently Active Users Viewing This Thread: 3 (0 members and 3 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 16:46.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2010, XBMC Project