Ok, another try - added language tag - sorry, the wiki is not super clear
about  this, I thought you meant the ="en" in the summary etc.

Here's the updated one in the order you asked for:

*addon - plugin.image.xzen
*version - 0.0.7
*url - https://code.google.com/p/xzen-xbmc/
*revision - f9b406fd2407
*branch - master
*xbmc version - frodo

(and thanks for your patience with me!!)

-----Original Message-----
From: Benjamin Bertrand [mailto:[email protected]] 
Sent: Friday, 1 February 2013 10:16 AM
To: Bossanova808
Subject: Re: [Xbmc-addons] [Git Pull] plugin.image.xzen - 0.0.7 (Initial
pull request)

And could you please follow the order of the pull request body from the wiki
(http://wiki.xbmc.org/index.php?title=Official_add-on_repository).
It breaks my regular expression otherwise.
I know I could make my script smarter, but it works fine with almost every
pr :-)

So do (and no "NEW revision"):
*addon - plugin.image.xzen
*version - 0.0.7
*url - https://code.google.com/p/xzen-xbmc/
*revision - 066461561af9
*branch - master
*xbmc version - frodo

Thanks

On Fri, Feb 1, 2013 at 12:08 AM, Benjamin Bertrand
<[email protected]> wrote:
> Still missing the language tag:
> "
> Language tag(s). These are the language(s) of the *content* provided 
> by your add-on. it applies to plugins, scripts, scrapers etc. This 
> allows browsing the add-on list by language. When there is no specific 
> language provided in your content leave it blank.
>     <language>en de fr</language>
>     or
>     <language></language>
>     or
>     <language/>
> "
> I guess for images, there is no specific language, so it should 
> probably be blank.
>
>
> On Thu, Jan 31, 2013 at 11:55 PM, Bossanova808 <[email protected]>
wrote:
>> Thanks again for the review.
>>
>>
>>
>> All fixed - icon and fanart sizes, language tags added, dependency 
>> removed as the module is supplied locally, minversion removed, 
>> tester.py removed
>>
>>
>>
>> Should be good to go?
>>
>>
>>
>> So - new revision:
>>
>>
>>
>> *addon - plugin.image.xzen
>>
>> *url - https://code.google.com/p/xzen-xbmc/
>>
>> *version 0.0.7
>>
>> *branch master
>>
>> *NEW revision =
>>
>> 066461561af9
>>
>> *xbmc version = Frodo
>>
>>
>>
>> -----Original Message-----
>> From: Benjamin Bertrand [mailto:[email protected]]
>> Sent: Friday, 1 February 2013 9:02 AM
>> To: Martijn Kaijser
>> Cc: Bossanova808; [email protected]
>> Subject: Re: [Xbmc-addons] [Git Pull] plugin.image.xzen - 0.0.7 
>> (Initial pull request)
>>
>>
>>
>> A few more comments:
>>
>> 1. The icon size must be 256x256 pixels
>>
>> 2. fanart should be 16:9 aspect ratio (we recommend a 1280x720 JPG image)
3.
>> script.module.b808common (0.0.4) is not in the xbmc repository, so 
>> installation will fail. You have to submit this module for pull request.
>>
>> Or include it in your addon as you did and remove the dependency from 
>> the addon.xml.
>>
>> 4. As MArtin said, remove the minversion 5. As Martin said, add  a 
>> language tag
>>
>>
>>
>> I guess tester.py is for testing purpose only and not run when using 
>> the plugin.
>>
>>
>>
>> /beenje
>>
>>
>>
>> On Thu, Jan 31, 2013 at 8:13 AM, Martijn Kaijser 
>> <[email protected]> wrote:
>>
>>> initial (short) review
>>
>>>
>>
>>> Remove:
>>
>>>
>>
>>> <minversion>31632</minversion>
>>
>>>
>>
>>> No longer supported/needed
>>
>>> Add language tag
>>
>>> http://wiki.xbmc.org/index.php?title=Addon.xml#The_xbmc.addon.metada
>>> ta
>>
>>> _extension
>>
>>>
>>
>>> in tester.py
>>
>>> Why do you use logging.warning as shutdown message? Isn't notice better?
>>
>>> Perhaps change the print statement to xbmc.log debug messages so 
>>> they
>>
>>> only show up in debugging (to not flood the normal log)
>>
>>>
>>
>>> This wass just some quick things i saw without going in the code to
deep.
>>
>>> Perhaps beenje will have some other things.
>>
>>>
>>
>>> Martijn
>>
>>>
>>
>>>
>>
>>>
>>
>>> On Thu, Jan 31, 2013 at 7:00 AM, Bossanova808 
>>> <[email protected]>
>>
>>> wrote:
>>
>>>>
>>
>>>> *addon - plugin.image.xzen
>>
>>>> *url - https://code.google.com/p/xzen-xbmc/
>>
>>>>
>>
>>>> *version 0.0.7
>>
>>>>
>>
>>>> *branch master
>>
>>>>
>>
>>>> *revision = 7485f06812b4
>>
>>>>
>>
>>>> *xbmc version = Frodo
>>
>>>>
>>
>>>>
>>
>>>>
>>
>>>> Initial pull request for my plugin that is a ZenFolio browser
>>
>>>> (www.zenfolio.com).  Uses their proper API so should be easy to
>>
>>>> maintain and I am happy to do so.
>>
>>>>
>>
>>>>
>>
>>>>
>>
>>>> Tested working on Windows and Openelec.
>>
>>>>
>>
>>>>
>>
>>>>
>>
>>>> (Probably works on Eden too but I no longer have any Eden machines,
>>
>>>> so can't test).
>>
>>>>
>>
>>>>
>>
>>>>
>>
>>>>
>>
>>>>
>>
>>>>
>>
>>>>
>>
>>>> -------------------------------------------------------------------
>>>> --
>>
>>>> --------- Everyone hates slow websites. So do we.
>>
>>>> Make your web apps faster with AppDynamics Download AppDynamics 
>>>> Lite
>>
>>>> for free today:
>>
>>>> http://p.sf.net/sfu/appdyn_d2d_jan
>>
>>>> _______________________________________________
>>
>>>> Xbmc-addons mailing list
>>
>>>> [email protected]
>>
>>>> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>>
>>>>
>>
>>>
>>
>>>
>>
>>> --------------------------------------------------------------------
>>> --
>>
>>> -------- Everyone hates slow websites. So do we.
>>
>>> Make your web apps faster with AppDynamics Download AppDynamics Lite
>>
>>> for free today:
>>
>>> http://p.sf.net/sfu/appdyn_d2d_jan
>>
>>> _______________________________________________
>>
>>> Xbmc-addons mailing list
>>
>>> [email protected]
>>
>>> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>>
>>>
>>
>>
>>
>> On Thu, Jan 31, 2013 at 8:13 AM, Martijn Kaijser 
>> <[email protected]> wrote:
>>
>>> initial (short) review
>>
>>>
>>
>>> Remove:
>>
>>>
>>
>>> <minversion>31632</minversion>
>>
>>>
>>
>>> No longer supported/needed
>>
>>> Add language tag
>>
>>> http://wiki.xbmc.org/index.php?title=Addon.xml#The_xbmc.addon.metada
>>> ta
>>
>>> _extension
>>
>>>
>>
>>> in tester.py
>>
>>> Why do you use logging.warning as shutdown message? Isn't notice better?
>>
>>> Perhaps change the print statement to xbmc.log debug messages so 
>>> they
>>
>>> only show up in debugging (to not flood the normal log)
>>
>>>
>>
>>> This wass just some quick things i saw without going in the code to
deep.
>>
>>> Perhaps beenje will have some other things.
>>
>>>
>>
>>> Martijn
>>
>>>
>>
>>>
>>
>>>
>>
>>> On Thu, Jan 31, 2013 at 7:00 AM, Bossanova808 
>>> <[email protected]>
>>
>>> wrote:
>>
>>>>
>>
>>>> *addon - plugin.image.xzen
>>
>>>> *url - https://code.google.com/p/xzen-xbmc/
>>
>>>>
>>
>>>> *version 0.0.7
>>
>>>>
>>
>>>> *branch master
>>
>>>>
>>
>>>> *revision = 7485f06812b4
>>
>>>>
>>
>>>> *xbmc version = Frodo
>>
>>>>
>>
>>>>
>>
>>>>
>>
>>>> Initial pull request for my plugin that is a ZenFolio browser
>>
>>>> (www.zenfolio.com).  Uses their proper API so should be easy to
>>
>>>> maintain and I am happy to do so.
>>
>>>>
>>
>>>>
>>
>>>>
>>
>>>> Tested working on Windows and Openelec.
>>
>>>>
>>
>>>>
>>
>>>>
>>
>>>> (Probably works on Eden too but I no longer have any Eden machines,
>>
>>>> so can't test).
>>
>>>>
>>
>>>>
>>
>>>>
>>
>>>>
>>
>>>>
>>
>>>>
>>
>>>>
>>
>>>> -------------------------------------------------------------------
>>>> --
>>
>>>> --------- Everyone hates slow websites. So do we.
>>
>>>> Make your web apps faster with AppDynamics Download AppDynamics 
>>>> Lite
>>
>>>> for free today:
>>
>>>> http://p.sf.net/sfu/appdyn_d2d_jan
>>
>>>> _______________________________________________
>>
>>>> Xbmc-addons mailing list
>>
>>>> [email protected]
>>
>>>> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>>
>>>>
>>
>>>
>>
>>>
>>
>>> --------------------------------------------------------------------
>>> --
>>
>>> -------- Everyone hates slow websites. So do we.
>>
>>> Make your web apps faster with AppDynamics Download AppDynamics Lite
>>
>>> for free today:
>>
>>> http://p.sf.net/sfu/appdyn_d2d_jan
>>
>>> _______________________________________________
>>
>>> Xbmc-addons mailing list
>>
>>> [email protected]
>>
>>> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>>
>>>


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to