01 April 2013


Using SQLite with C#

1. Include System.Data.SQLite.dll into the project
2. Optional, use IDE for SQLite (http://sqliteadmin.orbmu2k.de/)
Tutorials

Submitting add-ons to a central XBMC repository - Notes

 

Install git on your machine ( http://git-scm.com/)

 1. Check in the add-on solution into GitHub
 2. Subscribe to the XBMC Add-ons Mailing List
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

 3. Send email to
xbmc-addons@lists.sourceforge.netxbmc-addons-request@lists.sourceforge.net
 

Instructions how to submit xbmc add-on to a central xbmc repository:
 


Example of the Email
 

Subject: [Xbmc-addons] [Git Pull] XBMC-[name]Plugin
addon -   plugin.[name]
version - 1.2.6
url - git://github.com/../[name].git
branch - master
xbmc version - dharma 10.1 
 
Required 

1) No .pyc files.

2)  Add English summary and description.
you can use <summary lang="en">..</summary> and <summary lang="ru">...</summary>
(and same for description)

3) Add LICENSE.txt

4) See
http://wiki.xbmc.org/index.php?title=Add-ons_for_XBMC_%28Developement%29

5) Use an ID compatible with the convention, i.e  plugin.somthing.something .
This is the place holder at the add-on in the repository.

Search This Blog

Total Pageviews