Hi ronie.
 
Thanks for the kind words.
Since last submission I made a few bugfixes and bumped the version to 6.0.2 - 
hope this doesn't cause any problems. 
I also fixed the things mentioned (which you can see below).
 
*addon - skin.rapier
*version - 6.0.2
*url - https://www.dropbox.com/s/hliugavs4s199f3/skin.rapier-6.0.2.zip 
*xbmc version - gotham
 
 
[FIXED]
please list your name in addon.xml as follows:
provider-name="Scarfa, Gade">

[FIXED - I think?]
skin.rapier/language/English/strings.xml
this file gives me an error when i try to open it.
looks like you saved it as utf-8 instead of ISO-8859-1. could you    please 
double-check?
 
[FIXED]
please remove or fix the filenames of:
skin.rapier/media/studios/..
Conspira▌╥o Filmes.png
Film i V)st.png
Film i Vзst.png
Zazen Produ▌зes.png

[FIXED]
case sensitive issue, all subdirectories in    skin.rapier/media/homecategories/
need to start with a capital:
skin.rapier/media/homecategories/english -> English
see https://github.com/xbmc/xbmc/tree/master/language for proper    casing

[DELETED]
you can delete these files:
skin.rapier/extras/Thumbs.db
skin.rapier/media/homecategories/english/power-text-focus - Kopi.png
skin.rapier/media/homecategories/english/power-text-nofocus -    Kopi.png
skin.rapier/media/studios/Media 8 Entertainment.png.old

[REMOVED]
invalid xml:
skin.rapier/720p/ViewsTVShows.xml (multiple times):
< 
!----------------------------------------------------------------------------->
the <!-- --> tag is reserved for comments, you can not use it    as a divider 
like that.

[REMOVED]
skin.rapier/addon.xml:
this file starts with a BOM charater, please remove it.

[DONE]
all .xml and .txt files must have unix style eol's

[FIXED]
Undefined Include: CommonScrollbar - [SettingsProfile.xml : Line 88]

[FIXED]
Unmatched parenthesis: !Control.IsVisible(6890) +    !Control.IsVisible(6888) + 
!Control.IsVisible(6889) |    !Control.IsVisible(6894) + 
!Control.IsVisible(6896) + 
!Control.IsVisible(6898) + !Control.IsVisible(6900) +    
!Control.IsVisible(6902) + !Control.IsVisible(6904) +    
!Control.IsVisible(6906) + !Control.IsVisible(6908) + 
!Control.IsVisible(6910) + !Control.IsVisible(6912) +    
!Control.IsVisible(6914) + !Control.IsVisible(6916) +    
!Control.IsVisible(6918) + !Control.IsVisible(6920) + 
!Control.IsVisible(6922) + !Control.IsVisible(6924)] +    
![Control.IsVisible(541) | Control.IsVisible(542) |    Control.IsVisible(543) | 
Control.IsVisible(544) |    Control.IsVisible(545) | Control.IsVisible(546) |   
 Control.IsVisible(547)] + !Control.IsVisible(110)

[FIXED]
Unmatched parenthesis: [Skin.String(CurrentViewMode,52) +    
Window.IsActive(Videos) + Container.Content(Movies)]
| Skin.String(CurrentViewMode,66) |    Skin.String(CurrentViewMode,53) | 
Skin.String(CurrentViewMode,54) |    Skin.String(CurrentViewMode,58) 
| Skin.String(CurrentViewMode,75) |    Skin.String(CurrentViewMode,69)] + 
Container.Content(Movies)

[FIXED]
Unmatched parenthesis: [Skin.String(CurrentViewMode,52) +    
Window.IsActive(Videos) + Container.Content(TVShows)]
                    | Skin.String(CurrentViewMode,61) |    
Skin.String(CurrentViewMode,65) | Skin.String(CurrentViewMode,76)] +    
Container.Content(TVShows)

[FIXED]
Unmatched parenthesis: [Skin.String(CurrentViewMode,52) +    
Window.IsActive(Videos) + Container.Content(Episodes)]
| Skin.String(CurrentViewMode,73) |    Skin.String(CurrentViewMode,74) | 
Skin.String(CurrentViewMode,68)] +    Container.Content(Episodes)

[FIXED]
please localize the following strings:
includes_InfoPane.xml:               
<label>[UPPERCASE]$INFO[Window(Weather).Property(WeatherProvider),[B]Weather    
provided by:[/B] ][/UPPERCASE]</label>
includes_InfoPane.xml:               <label>[UPPERCASE][B]Developer: Scarfa, 
updated by    Gade[/B][/UPPERCASE]</label>
includes_InfoPane.xml:            <label>[UPPERCASE]Contact:    
[email protected][/UPPERCASE]</label>
includes_MediaFlags.xml:                <label>Cancelled /    Ended</label>

[REMOVED]
file does not exist:
16:23:29 T:140285413296064    INFO: Error loading includes.xml file    
(/home/ronie/.xbmc/addons/skin.rapier/includes_HomeFallback.xml):    Failed to 
open file (row=0, col=0)

[FIXED]
it's not possible to use $VAR[] like this:
16:28:44 T:140285413296064   ERROR: Error evaluating boolean    expression 
$VAR[AddMoreCategoryBtn1Animation]
16:28:44 T:140285413296064   ERROR: Error evaluating boolean    expression 
$VAR[AddMoreCategoryBtn2Animation]
16:28:44 T:140285413296064   ERROR: Error evaluating boolean    expression 
$VAR[AddMoreCategoryBtn3Animation]
16:28:44 T:140285413296064   ERROR: Error evaluating boolean    expression 
$VAR[AddMoreCategoryBtn4Animation]
16:28:44 T:140285413296064   ERROR: Error evaluating boolean    expression 
$VAR[SubMenuBtn1Animation]
16:28:44 T:140285413296064   ERROR: Error evaluating boolean    expression 
$VAR[SubMenuBtn2Animation]
16:28:44 T:140285413296064   ERROR: Error evaluating boolean    expression 
$VAR[SubMenuBtn3Animation]
16:28:44 T:140285413296064   ERROR: Error evaluating boolean    expression 
$VAR[SubMenuBtn4Animation]
16:28:44 T:140285413296064   ERROR: Error evaluating boolean    expression 
$VAR[SubMenuBtn5Animation]
16:28:44 T:140285413296064   ERROR: Error evaluating boolean    expression 
$VAR[SubMenuBtn6Animation]
16:28:44 T:140285413296064   ERROR: Error evaluating boolean    expression 
$VAR[SubMenuBtn7Animation]

[FIXED]
DialogSeekBar.xml:
<visible>[Player.Seeking | Player.DisplayAfterSeek |    Player.Forwarding | 
Player.Rewinding | Player.Paused |    Player.Caching | 
Window.IsActive(FullscreenInfo) | Player.ShowInfo]
+ ![Window.IsVisible(VideoOSD) | Window.IsVisible(MusicOSD)    | 
Skin.HasSetting(HideSeekBarOSD)]</visible>
Player.ShowInfo is an action, not a boolean condition!

 
Cheers
Christian
 
Date: Mon, 11 Aug 2014 17:28:20 +0200
From: [email protected]
To: [email protected]; [email protected]
Subject: Re: [Xbmc-addons] [Zip Pull] Skin Rapier


  
    
  
  
    On 28-07-14 22:03, Christian Gade
      wrote:

    
    
      
      *addon - skin.rapier

        *version - 6.0.1

        *url - https://www.dropbox.com/s/452axe3x013i667/skin.rapier-6.0.1.zip

        *xbmc version - gotham

         

        I would really love the Rapier skin to be available again in the
        official repo. Since January 2013 I have updated skin - first
        for Frodo and now for Gotham.

         

        I have contacted the original author, Scarfa, but unfortunately
        without luck. He seems to have abandoned the skin since Eden.

         

        Please let me know what you think.

         

        Thanks!

         

        Christian

      
    
    

    hey christian,

    

    it's really great to see that someone is bringing one of the 'older'
    skins back to life!

    and thanx a big bunch for deciding to submit your work for inclusion
    in the addon repo.

    

    as with all new submissions, it's gonna require a bit of polishing
    to get the shape.

    though once the initial issues are ironed out, future updates should
    go aseasy as a breeze.

    

    i've done some sanity checks on the rapier code an came up with of
    things for you to look into:

    

    

    please list your name in addon.xml as follows:

    provider-name="Scarfa, Gade">

    

    

    skin.rapier/language/English/strings.xml

    this file gives me an error when i try to open it.

    looks like you saved it as utf-8 instead of ISO-8859-1. could you
    please double-check?

    

    

    please remove or fix the filenames of:

    skin.rapier/media/studios/..

    Conspira▌╥o Filmes.png

    Film i V)st.png

    Film i Vзst.png

    Zazen Produ▌зes.png

    

    

    case sensitive issue, all subdirectories in
    skin.rapier/media/homecategories/

    need to start with a capital:

    skin.rapier/media/homecategories/english -> English

    see https://github.com/xbmc/xbmc/tree/master/language for proper
    casing

    

    

    you can delete these files:

    skin.rapier/extras/Thumbs.db

    skin.rapier/media/homecategories/english/power-text-focus - Kopi.png

    skin.rapier/media/homecategories/english/power-text-nofocus -
    Kopi.png

    skin.rapier/media/studios/Media 8 Entertainment.png.old

    

    

    invalid xml:

    skin.rapier/720p/ViewsTVShows.xml (multiple times):

       
<!----------------------------------------------------------------------------->

    the <!-- --> tag is reserved for comments, you can not use it
    as a divider like that.

    

    

    

    skin.rapier/addon.xml:

    this file starts with a BOM charater, please remove it.

    

    

    all .xml and .txt files must have unix style eol's

    

    

    Undefined Include: CommonScrollbar - [SettingsProfile.xml : Line 88]

    

    

    Unmatched parenthesis: !Control.IsVisible(6890) +
    !Control.IsVisible(6888) + !Control.IsVisible(6889) |
    !Control.IsVisible(6894) + !Control.IsVisible(6896) + 

                !Control.IsVisible(6898) + !Control.IsVisible(6900) +
    !Control.IsVisible(6902) + !Control.IsVisible(6904) +
    !Control.IsVisible(6906) + !Control.IsVisible(6908) + 

                !Control.IsVisible(6910) + !Control.IsVisible(6912) +
    !Control.IsVisible(6914) + !Control.IsVisible(6916) +
    !Control.IsVisible(6918) + !Control.IsVisible(6920) + 

                !Control.IsVisible(6922) + !Control.IsVisible(6924)] +
    ![Control.IsVisible(541) | Control.IsVisible(542) |
    Control.IsVisible(543) | Control.IsVisible(544) |
    Control.IsVisible(545) | Control.IsVisible(546) |
    Control.IsVisible(547)] + !Control.IsVisible(110)

    

    Unmatched parenthesis: [Skin.String(CurrentViewMode,52) +
    Window.IsActive(Videos) + Container.Content(Movies)]

                    | Skin.String(CurrentViewMode,66) |
    Skin.String(CurrentViewMode,53) | Skin.String(CurrentViewMode,54) |
    Skin.String(CurrentViewMode,58) 

                    | Skin.String(CurrentViewMode,75) |
    Skin.String(CurrentViewMode,69)] + Container.Content(Movies)

    

    Unmatched parenthesis: [Skin.String(CurrentViewMode,52) +
    Window.IsActive(Videos) + Container.Content(TVShows)]

                    | Skin.String(CurrentViewMode,61) |
    Skin.String(CurrentViewMode,65) | Skin.String(CurrentViewMode,76)] +
    Container.Content(TVShows)

    

    Unmatched parenthesis: [Skin.String(CurrentViewMode,52) +
    Window.IsActive(Videos) + Container.Content(Episodes)]

                    | Skin.String(CurrentViewMode,73) |
    Skin.String(CurrentViewMode,74) | Skin.String(CurrentViewMode,68)] +
    Container.Content(Episodes)

    

    

    please localize the following strings:

    includes_InfoPane.xml:           
    <label>[UPPERCASE]$INFO[Window(Weather).Property(WeatherProvider),[B]Weather
    provided by:[/B] ][/UPPERCASE]</label>

    includes_InfoPane.xml:           
    <label>[UPPERCASE][B]Developer: Scarfa, updated by
    Gade[/B][/UPPERCASE]</label>

    includes_InfoPane.xml:            <label>[UPPERCASE]Contact:
    [email protected][/UPPERCASE]</label>

    includes_MediaFlags.xml:                <label>Cancelled /
    Ended</label>

    

    

    file does not exist:

    16:23:29 T:140285413296064    INFO: Error loading includes.xml file
    (/home/ronie/.xbmc/addons/skin.rapier/includes_HomeFallback.xml):
    Failed to open file (row=0, col=0)

    

    

    it's not possible to use $VAR[] like this:

    16:28:44 T:140285413296064   ERROR: Error evaluating boolean
    expression $VAR[AddMoreCategoryBtn1Animation]

    16:28:44 T:140285413296064   ERROR: Error evaluating boolean
    expression $VAR[AddMoreCategoryBtn2Animation]

    16:28:44 T:140285413296064   ERROR: Error evaluating boolean
    expression $VAR[AddMoreCategoryBtn3Animation]

    16:28:44 T:140285413296064   ERROR: Error evaluating boolean
    expression $VAR[AddMoreCategoryBtn4Animation]

    16:28:44 T:140285413296064   ERROR: Error evaluating boolean
    expression $VAR[SubMenuBtn1Animation]

    16:28:44 T:140285413296064   ERROR: Error evaluating boolean
    expression $VAR[SubMenuBtn2Animation]

    16:28:44 T:140285413296064   ERROR: Error evaluating boolean
    expression $VAR[SubMenuBtn3Animation]

    16:28:44 T:140285413296064   ERROR: Error evaluating boolean
    expression $VAR[SubMenuBtn4Animation]

    16:28:44 T:140285413296064   ERROR: Error evaluating boolean
    expression $VAR[SubMenuBtn5Animation]

    16:28:44 T:140285413296064   ERROR: Error evaluating boolean
    expression $VAR[SubMenuBtn6Animation]

    16:28:44 T:140285413296064   ERROR: Error evaluating boolean
    expression $VAR[SubMenuBtn7Animation]

    

    

    DialogSeekBar.xml:

        <visible>[Player.Seeking | Player.DisplayAfterSeek |
    Player.Forwarding | Player.Rewinding | Player.Paused |
    Player.Caching | Window.IsActive(FullscreenInfo) | Player.ShowInfo]

            + ![Window.IsVisible(VideoOSD) | Window.IsVisible(MusicOSD)
    | Skin.HasSetting(HideSeekBarOSD)]</visible>

    Player.ShowInfo is an action, not a boolean condition!

    

    

    

    

    if you have any question, or need any help, please don't hesitate to
    ask!

    

    cheers,

    ronie
                                          
------------------------------------------------------------------------------
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to