please who can make me an xbmc addon for my website
#1
Video 
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.
Reply
#2
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?
Reply
#3
i cant code in python,
Reply
#4
I take it this is a commercial enterprise? If so, you should be able to hire a Python developer for this project?
Reply
#5
python is just a language. if you can code it is easy to pick up.
Reply

Logout Mark Read Team Forum Stats Members Help
please who can make me an xbmc addon for my website0