On 16-10-15 20:25, Connum wrote:
Hi, I posted this, my first addon, about four weeks ago. It must somehow got missed during the recent run.
So here it is again, meanwhile version 1.1.0. ;-)
* addon - script.myepisodecalendar * version - 1.1.0 * url - git://github.com/Connum/script.myepisodecalendar.git <http://github.com/Connum/script.myepisodecalendar.git> * revision - b7d2f080b0e50deb72c484f846f1dc8d9ccc7631* branch - master * xbmc version - Gotham
Thanks,
Connum

hey Connum,

sorry for the delay, we lacked the time to handle pull requests over the past few weeks. i'm currently processing the pull requests we've received during thar period.

there's one thing i noticed in your code:
__datapath__ = os.path.join(xbmc.translatePath('special://masterprofile/addon_data/').decode('utf-8'), __addonid__)

don't you want to use 'special://profile/addon_data/' there?
otherwise you'll always save your stuff to the master profile even if the user is logged in with a different profile.


cheers,
ronie
------------------------------------------------------------------------------
_______________________________________________
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to