Kodi Community Forum
[RELEASE] Rapier 4.00 RC1 for XBMC Eden - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Rapier (https://forum.kodi.tv/forumdisplay.php?fid=120)
+---- Thread: [RELEASE] Rapier 4.00 RC1 for XBMC Eden (/showthread.php?tid=100882)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37


- scarfa - 2011-05-20

activate Wrote:Questions

1. When I am in system->add ons the backdrop of each add on is displayed along with it's thumb. However when I am Video-> add ons, the back drop is not displayed. I just get the red background as I am on the red theme. This seems to be regardless of the type of view. Nothing is hidden in view options.

You're right.

activate Wrote:2. Can the video playback menu be set to come on automatically when a video starts. No need to change the skin, just asking if there is an existing setting to do that.

Don't think there is such option.


- sialivi - 2011-05-20

[Request]
A border around the Thumb/Poster on the Info screens for Movies and TV-Episodes would make the image stand out a bit more from the fanart.

[Request]
When navigating Music Videos, it would be useful if they were listed as "<artist> - <title>" instead of just "<title>".

[Request]
Please add an option to Hide "System" under "Settings / Skin / Hide Categories.


- scarfa - 2011-05-20

There is now a sticky with the photoshop psd and action file if you want to create your own home menu text images.


- epoke - 2011-05-20

scarfa Wrote:There is now a sticky with the photoshop psd and action file if you want to create your own home menu text images.

Thanks, you made my life easy.

A tip for ipad users.
Rapier 4 is my new default skin for my ipad.
But, navigation buttons are a little small, so difficult to tap it.
To enlarge navigation button size would be helpful.

includes_Home.xml

Code:
    <include name="HomeNavButtons">
        <control type="button" id="101">
            <description>Navigation Move Left</description>
[color=red]            <posx>10</posx>
            <posy>30</posy>
            <width>45</width>
            <height>45</height>[/color]
            <texturefocus flipx="true">controls/nav-arrow-right-focus.png</texturefocus>
            <texturenofocus flipx="true">controls/nav-arrow-right-nofocus.png</texturenofocus>
            <onclick>Control.Message(850,movedown)</onclick>
        </control>
        
        <control type="button" id="102">
            <description>Navigation Move Right</description>
[color=red]            <posx>1230</posx>
            <posy>30</posy>
            <width>45</width>
            <height>45</height>[/color]
            <texturefocus>controls/nav-arrow-right-focus.png</texturefocus>
            <texturenofocus>controls/nav-arrow-right-nofocus.png</texturenofocus>
            <onclick>Control.Message(850,moveup)</onclick>
        </control>
    </include>



- activate - 2011-05-20

Thanks Epoke, will be useful when ipad2 break comes along.


- Mr.Clean - 2011-05-20

Hi!

First of all. Thanks for this great skinn! Big Grin

Question: Is there any chance to get the textures uncompressed?


- activate - 2011-05-20

This will guide you. http://forum.xbmc.org/showthread.php?tid=70382


- scarfa - 2011-05-20

epoke Wrote:Thanks, you made my life easy.

A tip for ipad users.
Rapier 4 is my new default skin for my ipad.
But, navigation buttons are a little small, so difficult to tap it.
To enlarge navigation button size would be helpful.

includes_Home.xml

Code:
    <include name="HomeNavButtons">
        <control type="button" id="101">
            <description>Navigation Move Left</description>
[color=red]            <posx>10</posx>
            <posy>30</posy>
            <width>45</width>
            <height>45</height>[/color]
            <texturefocus flipx="true">controls/nav-arrow-right-focus.png</texturefocus>
            <texturenofocus flipx="true">controls/nav-arrow-right-nofocus.png</texturenofocus>
            <onclick>Control.Message(850,movedown)</onclick>
        </control>
        
        <control type="button" id="102">
            <description>Navigation Move Right</description>
[color=red]            <posx>1230</posx>
            <posy>30</posy>
            <width>45</width>
            <height>45</height>[/color]
            <texturefocus>controls/nav-arrow-right-focus.png</texturefocus>
            <texturenofocus>controls/nav-arrow-right-nofocus.png</texturenofocus>
            <onclick>Control.Message(850,moveup)</onclick>
        </control>
    </include>

It's pretty hard to tap on my iPad too. I'll make them larger.


- scarfa - 2011-05-20

Mr.Clean Wrote:Hi!

First of all. Thanks for this great skinn! Big Grin

Question: Is there any chance to get the textures uncompressed?

I'll make them available at some point when the skin gets an official release.


- neuralclone - 2011-05-20

Love this skin! Used the previous Rapier version for almost a year and happy to have an update.

One minor request - I would love to see the addition of TV logo support (logo.png) of some kind.


- epoke - 2011-05-20

Any chance to support to select subtitle and lyrics addon?
There are some kinds of subtitle addons and lyrics addons.


- scarfa - 2011-05-20

neuralclone Wrote:Love this skin! Used the previous Rapier version for almost a year and happy to have an update.

One minor request - I would love to see the addition of TV logo support (logo.png) of some kind.

Sure, I will think about it.


- scarfa - 2011-05-20

epoke Wrote:Any chance to support to select subtitle and lyrics addon?
There are some kinds of subtitle addons and lyrics addons.

I only see one subtitle addon in the official repo and it seems to be the best one. What other ones are there?


- sialivi - 2011-05-20

[Request]
When switching between the different zoom modes with the 'z' key during video playback, it would be useful if the name of the zoom mode was shown on screen.

[Request]
Add "Settings" to the Shutdown menu. (Required for my other Request to be able to hide the System category)

[Inconsistency]
For consistency with Movies and Music you ought to be able to access the Information Screen for Music Videos by pressing 'i'. Currently you have to press 'c' and chose "Song Information" from the context menu.


- activate - 2011-05-21

sialivi Wrote:[Request]
When switching between the different zoom modes with the 'z' key during video playback, it would be useful if the name of the zoom mode was shown on screen.

I was looking for this, where did you set this up. Do you know if can be done with an aTV2 remote.