Kodi Community Forum

Full Version: How to add my own flash player in my addon to play video?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
1. How to add my own flash player in my addon to play video?
2. How to add my video addon into XBMC.org's online addon?

Who can help me, please? HuhSad

1) you don't. you extract the url and play it using our player

2) see http://wiki.xbmc.org/index.php?title=Off...repository
Thanks!

But, about 2. I've submit my email onto Mailing list at Title 4. on this URL: https://lists.sourceforge.net/lists/list...bmc-addons
I've checkout git at git://xbmc.git.sourceforge.net/gitroot/xbmc/plugins and commit my plugin onto this, too.

How do I have to do next to submit my plugin onto XBMC.org?
I'm trying to do like at 4.2 Example e-mail but I don't know where destination email I have to send my request to?
first, please don't clone the entire repo, just put your plugin in a separate git with the files on top of the repository (no subfolder plugin.xxx.yyy please)
then send the properly formatted email to [email protected].
Thanks!

I've sent an email to [email protected] with right format, but what I still don't under stand is "just put your plugin in a separate git with the files on top of the repository (no subfolder plugin.xxx.yyy please)" and how do I do that? and how do I delete my plugin folder I've committed on that git?
(2012-10-16, 11:17)longersoft Wrote: [ -> ]Thanks!

I've sent an email to [email protected] with right format, but what I still don't under stand is "just put your plugin in a separate git with the files on top of the repository (no subfolder plugin.xxx.yyy please)" and how do I do that? and how do I delete my plugin folder I've committed on that git?
You send us the entire XBMC repo which we don't want from your side.

You need something like this:
PHP Code:
https://github.com/XBMC-Addons/plugin.video.the.trailers 

so:
PHP Code:
https://github.com/<your github name>/<your plugin name>/ 

You need to create your own github account and then a repo (preferred) or googlecode svn

Besides that we won't accept any addons/plugin for Dharma anymore. Only Eden and that will only be for couple month more before move to Frodo
Sent!

Thanks in advance!

P/S: Here is my github URL: https://github.com/longersoft/XBMC
I've did all things same as http://wiki.xbmc.org/index.php?title=Off...repository and I've sent email to request submit my plugin (plugin.video.goldpagemedia) but still get nothing result from XBMC Team.

Please help me!

Thanks!
Resolved!

Another question: How to make my plugin on XBMC.org auto update for users who installed or tell them to update.
Thanks!
(2012-10-24, 10:33)longersoft Wrote: [ -> ]Resolved!

Another question: How to make my plugin on XBMC.org auto update for users who installed or tell them to update.
Thanks!

that will auto happen each time you bump a version and it is added to repo