data_path = xbmc.translatePath('special://profile/addon_data/')
could be easier handled like below as it gives you directly your addon path.

data_path = 
xbmc.translatePath(xbmcaddon.Addon.getAddonInfo('profile')).decode('utf-8')

Could you please also change the strings you have in you plugin to match
these
http://forum.xbmc.org/showthread.php?tid=173887&pid=1521378#pid1521378


It also seems that you have some untranslated labels in the skin. for more
info see
http://forum.xbmc.org/showthread.php?tid=158812&pid=1521488#pid1521488


seems we advised that you would add

                <import addon="xbmc.gui" version="4.0.0" />
however it's best to remove it from addon.xml


thx





On Sat, Oct 5, 2013 at 10:23 AM, Martin Smid <s...@synopsi.tv> wrote:

> * addon - plugin.video.synopsi
> * version - 1.1.0
> * url - git://github.com/Synopsi/XBMC.git
> * revision - rel-1.1.0
> * branch - master
> * xbmc version - frodo
>
> I am sorry i sent it on the wrong address
>
>
> On Mon, Aug 19, 2013 at 9:01 PM, Benjamin Bertrand <
> bee...@xboxmediacenter.com> wrote:
>
>> Updated
>>
>> Cheers
>>
>> On Mon, Aug 19, 2013 at 3:16 PM, Martin Smid <s...@synopsi.tv> wrote:
>> > * addon - plugin.video.synopsi
>> > * version - 1.0.9
>> > * url - git://github.com/Synopsi/plugin.video.synopsi
>> > * revision - rel-1.0.9
>> > * branch - master
>> > * xbmc version - frodo
>> >
>> >
>> > On Thu, Aug 8, 2013 at 10:31 PM, Benjamin Bertrand
>> > <bee...@xboxmediacenter.com> wrote:
>> >>
>> >> Updated
>> >>
>> >> Cheers
>> >>
>> >> On Thu, Aug 8, 2013 at 3:11 PM, Martin Smid <s...@synopsi.tv> wrote:
>> >> > * addon - plugin.video.synopsi
>> >> > * version - 1.0.8
>> >> > * url - git://github.com/Synopsi/XBMC.git
>> >> > * revision - rel-1.0.8
>> >> > * branch - master
>> >> > * xbmc version - frodo
>> >> >
>> >> >
>> >> >
>> >> > On Tue, Apr 2, 2013 at 5:35 PM, Martin Smid <s...@synopsi.tv> wrote:
>> >> >>
>> >> >> * addon - plugin.video.synopsi
>> >> >> * version - 1.0.7
>> >> >> * url - git://github.com/Synopsi/XBMC.git
>> >> >> * revision - rel-1.0.7
>> >> >> * branch - master
>> >> >> * xbmc version - frodo
>> >> >>
>> >> >
>> >> >
>> >> >
>> >> >
>> ------------------------------------------------------------------------------
>> >> > Get 100% visibility into Java/.NET code with AppDynamics Lite!
>> >> > It's a free troubleshooting tool designed for production.
>> >> > Get down to code-level detail for bottlenecks, with <2% overhead.
>> >> > Download for free and get started troubleshooting in minutes.
>> >> >
>> >> >
>> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
>> >> > _______________________________________________
>> >> > Xbmc-addons mailing list
>> >> > Xbmc-addons@lists.sourceforge.net
>> >> > https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>> >> >
>> >
>> >
>>
>
>
>
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
> from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
> _______________________________________________
> Xbmc-addons mailing list
> Xbmc-addons@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
>


-- 
regards,
Martijn Kaijser
Team XBMC
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to