Mailing List archive

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

[vdr] Re: Displaying cut marks in skins?



Sascha Volkenandt wrote:
Am Dienstag, 4. Januar 2005 16:44 schrieb C.Y.M:

After testing out several skins (including the new Aluminium one which I
really like), I noticed that the cut marks are not displayed in the
timeline bar.  Does anyone know of an example skin that shows cut marks
like the original VDR skins do?

You can copy the mark, active and keep from the HighTech256 skin's <progress> item within <display id="replayInfo"> to the <progress> item within the other skins if you like.

Remember that the converted skins on my site are not my own, and even not 100% accurately converted. Things could be missing, which I think the original skin maintainers should.. well, maintain :-)

Thanks, that works perfectly. :)

--- Aluminium/Aluminium.skin.old 2004-12-08 10:45:13.000000000 -0800
+++ Aluminium/Aluminium.skin 2005-01-04 17:13:48.000000000 -0800
@@ -51,7 +51,7 @@
<image x="334" y="-34" condition="{IsFastRewind}" path="symbols/ffwd_smlw.xpm"/>
<image x="274" y="-34" condition="{IsFastRewind}" path="symbols/frew_sml.xpm"/>
<rectangle x1="120" x2="581" y1="-75" y2="-52" color="#FF8D8F8D"/>
- <progress x1="124" x2="577" y1="-70" y2="-55" color="#FF84ff00" bgColor="#FFFFFFFF" current="{ReplayPositionIndex}" total="{ReplayDurationIndex}"/>
+ <progress x1="124" x2="577" y1="-70" y2="-55" color="#FF84ff00" bgColor="#FFFFFFFF" current="{ReplayPositionIndex}" total="{ReplayDurationIndex}" mark="#FF000000" active="#FFFF0000" keep="#FF0000FF"/>
</display>
<display id="message">
<window x1="0" x2="619" y1="-40" y2="-3" bpp="4"/>




Home | Main Index | Thread Index