WIP My first addon using xbmcswift2
#1
I'm new to python and developing xbmc addons.

I've got an early working version of an addon using the xbmcswift2 framework.
Link to github page

The purpose of this addon is to scrape content from multiple pakistani forums 

I'd previously put together two add-ons by hacking away at things till they worked, but now am trying to do it properly, and I'm looking for advice/pointers on how to improve my code.

I'm still working away at it, so I've left caching and globalization till the end.

Thanks for all your help.
Reply
#2
Code looks fine, nothing to complain (doesn't look like that you are new to python).

If you plan to add this add-on to the official repository you have to change the visible static strings to translated ones.
My GitHub. My Add-ons:
Image
Reply
#3
(2013-08-22, 10:20)sphere Wrote: Code looks fine, nothing to complain (doesn't look like that you are new to python).

If you plan to add this add-on to the official repository you have to change the visible static strings to translated ones.

Thanks; I'll take that as a compliment! Smile
I've been using your add-ons as examples.

Yes, the strings po/xml is next on the todo list...
Reply

Logout Mark Read Team Forum Stats Members Help
My first addon using xbmcswift20