[RELEASE] Rapier 4.00 RC1

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Mr.Clean Offline
Junior Member
Posts: 29
Joined: Jun 2010
Reputation: 0
Post: #81
Hi!

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

Question: Is there any chance to get the textures uncompressed?
find quote
activate Offline
Fan
Posts: 594
Joined: Feb 2011
Reputation: 1
Post: #82
This will guide you. http://forum.xbmc.org/showthread.php?tid=70382

Macmini Server 2011 i7 Quad Core, OS 10.8.2, Amp Onkyo TX-SR308 USB WD drives 3x2TB TV Samsung Plasma 720p EyeTV Integration
There are only 10 kinds of people in this world, those who understand binary, and those who don't.



find quote
scarfa Offline
Skilled Skinner
Posts: 413
Joined: Jul 2008
Reputation: 25
Post: #83
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.
find quote
scarfa Offline
Skilled Skinner
Posts: 413
Joined: Jul 2008
Reputation: 25
Post: #84
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.
find quote
neuralclone Offline
Junior Member
Posts: 18
Joined: Apr 2010
Reputation: 0
Post: #85
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.
find quote
epoke Offline
Senior Member
Posts: 106
Joined: Jan 2006
Reputation: 0
Location: xbmc-korea.com
Post: #86
Any chance to support to select subtitle and lyrics addon?
There are some kinds of subtitle addons and lyrics addons.
find quote
scarfa Offline
Skilled Skinner
Posts: 413
Joined: Jul 2008
Reputation: 25
Post: #87
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.
find quote
scarfa Offline
Skilled Skinner
Posts: 413
Joined: Jul 2008
Reputation: 25
Post: #88
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?
find quote
sialivi Online
Posting Freak
Posts: 952
Joined: Dec 2008
Reputation: 7
Location: Sweden
Post: #89
[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.
(This post was last modified: 2011-05-21 03:22 by sialivi.)
find quote
activate Offline
Fan
Posts: 594
Joined: Feb 2011
Reputation: 1
Post: #90
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.

Macmini Server 2011 i7 Quad Core, OS 10.8.2, Amp Onkyo TX-SR308 USB WD drives 3x2TB TV Samsung Plasma 720p EyeTV Integration
There are only 10 kinds of people in this world, those who understand binary, and those who don't.



find quote
Post Reply