[RELEASE] Rapier 4.00 RC1

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
grobi1209 Offline
Junior Member
Posts: 15
Joined: Jun 2010
Reputation: 0
Post: #71
scarfa Wrote:Font is Futura. There are some custom home categories I made in the extra folder. If none of them are what you wanted I can make some for you. What categories do you need?


thx scarfa. i will look into the extra folder soon. maybe i can find something usefull for me there. Smile

i want to create icons for the german "hitec mediathek". but i myselft don't know yet how the icons should look like...

this is the official logo of this tv series
[Image: 17202.png]



i think i found a bug too... but i don't know if it's because of the skin.
i have disabled the options for playing music and video in the background.
but when i watch a movie and press ESC the video keeps running on.

greets
grobi
find quote
Juno Offline
Junior Member
Posts: 43
Joined: Dec 2010
Reputation: 0
Post: #72
scarfa Wrote:Font is Futura. There are some custom home categories I made in the extra folder. If none of them are what you wanted I can make some for you. What categories do you need?

How and where to replace Futura with FuturaPL with polish diacritic marks?
Smile
find quote
loggio Offline
Fan
Posts: 562
Joined: May 2010
Reputation: 6
Post: #73
That's cool Scarfa, lookin good!

Can we have that view show TV Banners in TVShows directory instead of fanart or multiple thumbs ?
find quote
epoke Offline
Senior Member
Posts: 106
Joined: Jan 2006
Reputation: 0
Location: xbmc-korea.com
Post: #74
Brilliant work as expected!
Thanks Scarfa.

Home menu customization is good, but making custom icons and images is not easy. Anyway I did it. Tongue

Here is Korean language file -> Korean.zip <-
find quote
activate Offline
Fan
Posts: 593
Joined: Feb 2011
Reputation: 1
Post: #75
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.

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.

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.



(This post was last modified: 2011-05-19 10:23 by activate.)
find quote
scarfa Offline
Skilled Skinner
Posts: 413
Joined: Jul 2008
Reputation: 25
Post: #76
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.
find quote
sialivi Online
Posting Freak
Posts: 946
Joined: Dec 2008
Reputation: 7
Location: Sweden
Post: #77
[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.
(This post was last modified: 2011-05-20 01:46 by sialivi.)
find quote
scarfa Offline
Skilled Skinner
Posts: 413
Joined: Jul 2008
Reputation: 25
Post: #78
There is now a sticky with the photoshop psd and action file if you want to create your own home menu text images.
(This post was last modified: 2011-05-20 02:04 by scarfa.)
find quote
epoke Offline
Senior Member
Posts: 106
Joined: Jan 2006
Reputation: 0
Location: xbmc-korea.com
Post: #79
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>
find quote
activate Offline
Fan
Posts: 593
Joined: Feb 2011
Reputation: 1
Post: #80
Thanks Epoke, will be useful when ipad2 break comes along.

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