*addon - script.myepisodes
*version - 1.0.5
*url - git://github.com:maximeh/script.myepisodes.git
*revision - 73843d6c3a7c2dafe404031ed3c3a78edda2ae81
*branch - master
*xbmc version - frodo

Hi,

I took your advices and changed the things you pointed out.
If it's still laking something, do tell.

Thanks

On Wed, Oct 9, 2013 at 4:44 PM, Martijn Kaijser
<mart...@xboxmediacenter.com> wrote:
> Couple of things:
> addon.xml
> <import addon="xbmc.python" version="2.0"/> should be 2.1.0
>
> please see which ones are missing
> http://wiki.xbmc.org/index.php?title=Addon.xml#The_xbmc.addon.metadata_extension
>
>
> add buils.sh to .gitignore as it should not be shipped with the addon.
>
> make sure that you add
> "not xbmc.abortRequested" to any while loop that has tendency to keep
> looping.
>
>
> there are easier way to import libs than adding them to
>
> sys.path.append (__resource__)
>
> by simply doing
>     from resources.lib.myepisodes import MyEpisodes
>
> icon.png should not have a transparent background.
>
> Other than that it looks fine at first sight.
>
>
> On Wed, Oct 9, 2013 at 12:16 PM, Maxime Hadjinlian
> <maxime.hadjinl...@gmail.com> wrote:
>>
>> *addon - script.myepisodes
>> *version - 1.0.4
>> *url - git://github.com:maximeh/script.myepisodes.git
>> *revision - 3e9f17363129c9f89435ee6c79dc94f6e5cb2f94
>> *branch - master
>> *xbmc version - frodo
>>
>>
>> Hi,
>>
>> This is a new plugin I have created a while back and didn't took time
>> to try to make it into the XBMC repo so I don't know if everything is
>> done as it should be.
>> Any comments is appreciated.
>>
>> The goal of this plugin is really simple, there is a website called
>> MyEpisodes.com that let you manage the TV Shows you have watched and
>> the one that are going to be released. This plugin will simply mark
>> the episode you are watching as "watched" once you watch them.
>>
>> Regards
>>
>>
>> ------------------------------------------------------------------------------
>> 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=60134071&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=60134071&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