Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: [PATCH] Enigma-0.2 Skin for text2skin 1.0



Agreed 100%, Extremely nice skin, I love 0.2 even better. Very clean and laid out nicely. Keep in mind the patch that Cym made is mainly for NTSC, it might view perfectly fine on PAL. Kudos to the author, and for those that are trying it out, make sure to check out the included theme for the skin, it adds to it greatly. Thanks for taking the time to create such nice eye candy for us! And thanks Sascha for a great plugin!

Chad

C.Y.M wrote:

C.Y.M wrote:

I have noticed a few small problems with the latest Enigma skin which I have created a patch for.

1) The conditional was wrong for the display of the icons. If an icon did not exist, an error was displayed in the syslog.

2) Formatting to accept larger channel numbers (5 digits instead of 3)

3) Fixed formatting of Date/Time so they do not overlap.

Best Regards,
C.Y.M.

BTW, *very* nice skin to who made it :)

Sorry for the repost, but I just noticed that there is an Enigma-0.2 out now :). Here are the same patches above but for the newest release.

Best Regards,

N.B. Regarding patch #3 above, I noticed that this was somewhat fixed by the author by just removing the year from the date, but I re-adjusted it to fit the entire thing.

------------------------------------------------------------------------

--- Enigma.skin.orig 2005-02-09 04:46:30.000000000 -0800
+++ Enigma.skin 2005-02-09 04:43:23.000000000 -0800
@@ -27,7 +27,7 @@
<block condition="not({Message})">
<rectangle x1="0" x2="89" y1="-120" y2="-31" color="LogoBG"/>
<image condition="file('hqlogos/{ChannelName}.png')" x="5" y="-115" path="hqlogos/{ChannelName}.png" bgColor="LogoBG"/>
- <image condition="not(file('hqlogos/{ChannelName}.png'))" x="13" y="-99" path="logos/{ChannelName}.mng"/>
+ <image condition="and(not(file('hqlogos/{ChannelName}.png')),file('logos/{ChannelName}.mng'))" x="13" y="-99" path="logos/{ChannelName}.mng"/>
<image condition="and(not(file('hqlogos/{ChannelName}.png')),not(file('logos/{ChannelName}.mng')))" x="5" y="-115" bgColor="LogoBG" path="icons/VDR-logo.png"/>
</block>

@@ -41,10 +41,10 @@
<rectangle x1="107" x2="-1" y1="-128" y2="-125" color="TopBG"/>

<!-- channel-info -->
- <text x1="110" x2="182" y1="-159" y2="-124" color="TopTxtShad" align="center" font="VeraBd.ttf:26,85">{ChannelNumber}</text>
- <text x1="107" x2="179" y1="-160" y2="-125" color="TopTxtFG" align="center" font="VeraBd.ttf:26,85">{ChannelNumber}</text>
- <text x1="186" x2="-5" y1="-159" y2="-124" color="TopTxtShad" align="left" font="VeraBd.ttf:26,85">{ChannelName}</text>
- <text x1="183" x2="-8" y1="-160" y2="-125" color="TopTxtFG" align="left" font="VeraBd.ttf:26,85">{ChannelName}</text>
+ <text x1="110" x2="209" y1="-159" y2="-124" color="TopTxtShad" align="center" font="VeraBd.ttf:26,85">{ChannelNumber}</text>
+ <text x1="107" x2="206" y1="-160" y2="-125" color="TopTxtFG" align="center" font="VeraBd.ttf:26,85">{ChannelNumber}</text>
+ <text x1="213" x2="-5" y1="-159" y2="-124" color="TopTxtShad" align="left" font="VeraBd.ttf:26,85">{ChannelName}</text>
+ <text x1="210" x2="-8" y1="-160" y2="-125" color="TopTxtFG" align="left" font="VeraBd.ttf:26,85">{ChannelName}</text>

<!-- EPG-date "now" -->
<rectangle x1="107" x2="-1" y1="-120" y2="-78" color="ChEpgNowBG"/>
@@ -103,8 +103,8 @@
<rectangle x1="107" x2="-1" y1="-26" y2="-11" color="BotBG"/> <rectangle x1="117" x2="-11" y1="-10" y2="-1" color="BotBG"/>

<!-- date / time -->
- <text x1="112" x2="229" y1="-26" y2="-1" color="BotTxtFG" align="left" font="Vera.ttf:20,85">{DateTime:%d.%m.}</text>
- <text x1="112" x2="229" y1="-26" y2="-1" color="BotTxtFG" align="right" font="Vera.ttf:20,85">{DateTime:%H\:%M}</text>
+ <text x1="110" x2="232" y1="-26" y2="-1" color="BotTxtFG" align="left" font="Vera.ttf:17,85">{DateTime:%d.%m.%y}</text>
+ <text x1="110" x2="232" y1="-26" y2="-1" color="BotTxtFG" align="right" font="Vera.ttf:17,85">{DateTime:%H\:%M}</text>

<!-- progress-bar (if there are further audio-infos) -->
<block condition="and({PresentProgress},or(ne({AudioTrack},''),equal({AudioChannel},'left'),equal({AudioChannel},'right')))">
@@ -165,16 +165,16 @@
<rectangle x1="107" x2="-1" y1="-56" y2="-41" color="BotBG"/> <rectangle x1="107" x2="-11" y1="-40" y2="-31" color="BotBG"/>

<!-- date / time -->
- <text x1="112" x2="229" y1="-56" y2="-31" color="BotTxtFG" align="left" font="Vera.ttf:20,85">{DateTime:%d.%m.}</text>
- <text x1="112" x2="229" y1="-56" y2="-31" color="BotTxtFG" align="right" font="Vera.ttf:20,85">{DateTime:%H\:%M}</text>
+ <text x1="110" x2="232" y1="-56" y2="-31" color="BotTxtFG" align="left" font="Vera.ttf:17,85">{DateTime:%d.%m.%y}</text>
+ <text x1="110" x2="232" y1="-56" y2="-31" color="BotTxtFG" align="right" font="Vera.ttf:17,85">{DateTime:%H\:%M}</text>

<!-- no EPG-data-view -->
<block condition="{ChannelNumber}">
<!-- channel-info -->
- <text x1="110" x2="182" y1="-129" y2="-94" color="TopTxtShad" align="center" font="VeraBd.ttf:26,85">{ChannelNumber}</text>
- <text x1="107" x2="179" y1="-130" y2="-95" color="TopTxtFG" align="center" font="VeraBd.ttf:26,85">{ChannelNumber}</text>
- <text x1="186" x2="-5" y1="-129" y2="-94" color="TopTxtShad" align="left" font="VeraBd.ttf:26,85">{ChannelName}</text>
- <text x1="183" x2="-8" y1="-130" y2="-95" color="TopTxtFG" align="left" font="VeraBd.ttf:26,85">{ChannelName}</text>
+ <text x1="110" x2="209" y1="-129" y2="-94" color="TopTxtShad" align="center" font="VeraBd.ttf:26,85">{ChannelNumber}</text>
+ <text x1="107" x2="206" y1="-130" y2="-95" color="TopTxtFG" align="center" font="VeraBd.ttf:26,85">{ChannelNumber}</text>
+ <text x1="213" x2="-5" y1="-129" y2="-94" color="TopTxtShad" align="left" font="VeraBd.ttf:26,85">{ChannelName}</text>
+ <text x1="210" x2="-8" y1="-130" y2="-95" color="TopTxtFG" align="left" font="VeraBd.ttf:26,85">{ChannelName}</text>

<!-- icons -->
<image condition="{IsRecording}" x="-32" y="-52" color="SymRecActive" bgColor="BotTxtFG" path="symbols/recording.xpm"/>
@@ -255,10 +255,10 @@
<!-- no EPG-data-view -->
<block condition="{ChannelNumber}">
<!-- channel-info -->
- <text x1="110" x2="182" y1="-129" y2="-94" color="TopTxtShad" align="center" font="VeraBd.ttf:26,85">{ChannelNumber}</text>
- <text x1="107" x2="179" y1="-130" y2="-95" color="TopTxtFG" align="center" font="VeraBd.ttf:26,85">{ChannelNumber}</text>
- <text x1="186" x2="-5" y1="-129" y2="-94" color="TopTxtShad" align="left" font="VeraBd.ttf:26,85">{ChannelName}</text>
- <text x1="183" x2="-8" y1="-130" y2="-95" color="TopTxtFG" align="left" font="VeraBd.ttf:26,85">{ChannelName}</text>
+ <text x1="110" x2="209" y1="-129" y2="-94" color="TopTxtShad" align="center" font="VeraBd.ttf:26,85">{ChannelNumber}</text>
+ <text x1="107" x2="206" y1="-130" y2="-95" color="TopTxtFG" align="center" font="VeraBd.ttf:26,85">{ChannelNumber}</text>
+ <text x1="213" x2="-5" y1="-129" y2="-94" color="TopTxtShad" align="left" font="VeraBd.ttf:26,85">{ChannelName}</text>
+ <text x1="210" x2="-8" y1="-130" y2="-95" color="TopTxtFG" align="left" font="VeraBd.ttf:26,85">{ChannelName}</text>

<!-- icons -->
<image condition="{IsRecording}" x="-32" y="-52" color="SymRecActive" bgColor="BotTxtFG" path="symbols/recording.xpm"/>
@@ -299,8 +299,8 @@
<rectangle x1="107" x2="-1" y1="-56" y2="-41" color="BotBG"/> <rectangle x1="107" x2="-11" y1="-40" y2="-31" color="BotBG"/>

<!-- date / time -->
- <text x1="112" x2="229" y1="-56" y2="-31" color="BotTxtFG" align="left" font="Vera.ttf:20,85">{DateTime:%d.%m.}</text>
- <text x1="112" x2="229" y1="-56" y2="-31" color="BotTxtFG" align="right" font="Vera.ttf:20,85">{DateTime:%H\:%M}</text>
+ <text x1="110" x2="232" y1="-56" y2="-31" color="BotTxtFG" align="left" font="Vera.ttf:17,85">{DateTime:%d.%m.%y}</text>
+ <text x1="110" x2="232" y1="-56" y2="-31" color="BotTxtFG" align="right" font="Vera.ttf:17,85">{DateTime:%H\:%M}</text>

<!-- overlay messages -->
<block condition="{Message}">
@@ -380,8 +380,8 @@
<rectangle x1="107" x2="-1" y1="-26" y2="-11" color="BotBG"/> <rectangle x1="117" x2="-11" y1="-10" y2="-1" color="BotBG"/>

<!-- date / time -->
- <text x1="112" x2="229" y1="-26" y2="-1" color="BotTxtFG" align="left" font="Vera.ttf:20,85">{DateTime:%d.%m.}</text>
- <text x1="112" x2="229" y1="-26" y2="-1" color="BotTxtFG" align="right" font="Vera.ttf:20,85">{DateTime:%H\:%M}</text>
+ <text x1="110" x2="232" y1="-26" y2="-1" color="BotTxtFG" align="left" font="Vera.ttf:17,85">{DateTime:%d.%m.%y}</text>
+ <text x1="110" x2="232" y1="-26" y2="-1" color="BotTxtFG" align="right" font="Vera.ttf:17,85">{DateTime:%H\:%M}</text>

<!-- overlay messages -->
<block condition="{Message}">
@@ -668,13 +668,13 @@
<image condition="not({PresentIsRunning})" x="-133" y="68" color="MenuInfFG" bgColor="SymInactive" path="symbols/run.xpm"/>

<block condition="{PresentIsRunning}">
- <text x1="10" x2="-251" y1="64" y2="93" color="MenuInfFG" align="left" font="VeraBd.ttf:20,85">{PresentStartDateTime:%d.%m.} {PresentStartDateTime:%H\:%M}-{PresentEndDateTime:%H\:%M} ({PresentRemaining:%m}/{PresentDuration:%m}')</text>
+ <text x1="10" x2="-251" y1="64" y2="93" color="MenuInfFG" align="left" font="VeraBd.ttf:20,85">{PresentStartDateTime:%d.%m.%y} {PresentStartDateTime:%H\:%M}-{PresentEndDateTime:%H\:%M} ({PresentRemaining:%m}/{PresentDuration:%m}')</text>

<image condition="{PresentHasTimer}" x="-162" y="68" color="SymRecActive" bgColor="MenuBG" path="symbols/recording.xpm"/>
<image condition="not({PresentHasTimer})" x="-162" y="68" color="MenuInfFG" bgColor="SymInactive" path="symbols/recording.xpm"/>
</block>
<block condition="not({PresentIsRunning})">
- <text x1="10" x2="-251" y1="64" y2="93" color="MenuInfFG" align="left" font="VeraBd.ttf:20,85">{PresentStartDateTime:%d.%m.} {PresentStartDateTime:%H\:%M}-{PresentEndDateTime:%H\:%M} ({PresentDuration:%m}')</text>
+ <text x1="10" x2="-251" y1="64" y2="93" color="MenuInfFG" align="left" font="VeraBd.ttf:20,85">{PresentStartDateTime:%d.%m.%y} {PresentStartDateTime:%H\:%M}-{PresentEndDateTime:%H\:%M} ({PresentDuration:%m}')</text>

<image condition="{PresentHasTimer}" x="-162" y="68" color="SymTimActive" bgColor="MenuBG" path="symbols/timer.xpm"/>
<image condition="not({PresentHasTimer})" x="-162" y="68" color="MenuInfFG" bgColor="SymInactive" path="symbols/timer.xpm"/>
@@ -728,8 +728,8 @@
<rectangle x1="10" x2="-11" y1="-10" y2="-1" color="BotBG"/>

<!-- date / time -->
- <text x1="5" x2="122" y1="-26" y2="-1" color="BotTxtFG" align="left" font="Vera.ttf:20,85">{DateTime:%d.%m.}</text>
- <text x1="5" x2="122" y1="-26" y2="-1" color="BotTxtFG" align="right" font="Vera.ttf:20,85">{DateTime:%H\:%M}</text>
+ <text x1="3" x2="125" y1="-26" y2="-1" color="BotTxtFG" align="left" font="Vera.ttf:17,85">{DateTime:%d.%m.%y}</text>
+ <text x1="3" x2="125" y1="-26" y2="-1" color="BotTxtFG" align="right" font="Vera.ttf:17,85">{DateTime:%H\:%M}</text>

<!-- Buttons -->
<block condition="{ButtonRed}">
@@ -800,8 +800,8 @@
<rectangle x1="107" x2="-1" y1="-56" y2="-41" color="BotBG"/> <rectangle x1="107" x2="-11" y1="-40" y2="-31" color="BotBG"/>

<!-- date / time -->
- <text x1="112" x2="229" y1="-56" y2="-31" color="BotTxtFG" align="left" font="Vera.ttf:20,85">{DateTime:%d.%m.}</text>
- <text x1="112" x2="229" y1="-56" y2="-31" color="BotTxtFG" align="right" font="Vera.ttf:20,85">{DateTime:%H\:%M}</text>
+ <text x1="110" x2="232" y1="-56" y2="-31" color="BotTxtFG" align="left" font="Vera.ttf:17,85">{DateTime:%d.%m.%y}</text>
+ <text x1="110" x2="232" y1="-56" y2="-31" color="BotTxtFG" align="right" font="Vera.ttf:17,85">{DateTime:%H\:%M}</text>

<!-- overlay messages -->
<block condition="{Message}">
@@ -857,8 +857,8 @@
<rectangle x1="107" x2="-1" y1="-56" y2="-41" color="BotBG"/> <rectangle x1="107" x2="-11" y1="-40" y2="-31" color="BotBG"/>

<!-- date / time -->
- <text x1="112" x2="229" y1="-56" y2="-31" color="BotTxtFG" align="left" font="Vera.ttf:20,85">{DateTime:%d.%m.}</text>
- <text x1="112" x2="229" y1="-56" y2="-31" color="BotTxtFG" align="right" font="Vera.ttf:20,85">{DateTime:%H\:%M}</text>
+ <text x1="110" x2="232" y1="-56" y2="-31" color="BotTxtFG" align="left" font="Vera.ttf:17,85">{DateTime:%d.%m.%y}</text>
+ <text x1="110" x2="232" y1="-56" y2="-31" color="BotTxtFG" align="right" font="Vera.ttf:17,85">{DateTime:%H\:%M}</text>
</display>


@@ -906,7 +906,7 @@
<rectangle x1="10" x2="329" y1="-10" y2="-1" color="BotBG"/>

<!-- date / time -->
- <text x1="5" x2="122" y1="-26" y2="-1" color="BotTxtFG" align="left" font="Vera.ttf:20,85">{DateTime:%d.%m.}</text>
- <text x1="5" x2="122" y1="-26" y2="-1" color="BotTxtFG" align="right" font="Vera.ttf:20,85">{DateTime:%H\:%M}</text>
+ <text x1="3" x2="125" y1="-26" y2="-1" color="BotTxtFG" align="left" font="Vera.ttf:17,85">{DateTime:%d.%m.%y}</text>
+ <text x1="3" x2="125" y1="-26" y2="-1" color="BotTxtFG" align="right" font="Vera.ttf:17,85">{DateTime:%H\:%M}</text>
</display>
</skin>




Home | Main Index | Thread Index