Kodi Community Forum
please who can make me an xbmc addon for my website - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: please who can make me an xbmc addon for my website (/showthread.php?tid=172161)



please who can make me an xbmc addon for my website - lavvy - 2013-08-26

hello guys , please who can make me an xbmc addon for my website

wereby users can access videos

, photos , mail and notifications on their xbmc.
it is not going to be too hard , we have api calls to release the links to all

the items need above according to the user that is logged in.





For instance :

To get all the photos of a user , you simply pass this api ;

GET /api.php?method=photo.getPhotos&user_id=#{USER_ID}


it will return to you ;

Object
(
[api] => Object
(
[total] => 1
[pages] => 0
[current_page] => 0
)

[output] => Array
(
[0] => Object
(
[photo_100px] =>


)

)

)



I will supply additional apis as we progress.
thanks a lot to this vibrant community,and i appreciate so much for the

attention given me.

thanks.


RE: please who can make me an xbmc addon for my website - artrafael - 2013-08-27

Welcome to the XBMC forums.

Since it appears you have the coding skills (or access to the coding skills), why not create the add-on yourself since you have a vested interest in making your site accessible and successful?


RE: please who can make me an xbmc addon for my website - lavvy - 2013-08-27

i cant code in python,


RE: please who can make me an xbmc addon for my website - artrafael - 2013-08-27

I take it this is a commercial enterprise? If so, you should be able to hire a Python developer for this project?


RE: please who can make me an xbmc addon for my website - spiff - 2013-08-27

python is just a language. if you can code it is easy to pick up.