NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) Community Skin v
« Previous 1 2 3 4 5 … 10 Next »
Changes I'd Like to See in the Community-SD TV Listing Skin

 
  • 0 Vote(s) - 0 Average
Changes I'd Like to See in the Community-SD TV Listing Skin
LewE
Offline

Posting Freak

Posts: 771
Threads: 115
Joined: Oct 2007
#1
2009-10-24, 11:38 PM
I make the following changes to the TV Listing skin each time it is reissued. I think they apply to a large group of users and would like to see them incorporated into the basic TV Listing skin.

The first change is to change the time span to 180 minutes rather than 120 minutes.

[COLOR="Blue"]<NamedValue name="ListingsMinutes" value="180"/>
[/COLOR]
Unfortunately, this does not make all the changes needed for a three hour display. While there are position commands for a two hour display they do not exist for a three hour display. I made the following change to the skin.

[COLOR="Blue"][COLOR="Blue"][SIZE="2"] <CompositeImage name="TimeLine" size="100,4">
<!-- supported parameters are: @statusHighlighting, @visibleDate1, @visibleDate2, @visibleDate3, @timeN -->
<DrawCommonImage name="TextBackground"/>
<DrawImage filename="@statusHighlighting" loc="19,10" size="78,80" />
<!-- <DrawText text="@visibleDate3" loc="2,5" size="17,90" textStyle="IconNormal" align="center" valign="center"/> -->
<!-- 2hr
<DrawText text="@visibleDate3" loc="2,5" size="17,90" textStyle="IconNormal" align="center" valign="center"/>
<DrawText text="@time1" loc="19,10" size="20,90" textStyle="IconNormal" align="Left" valign="center"/>
<DrawText text="@time2" loc="38.5,10" size="20,90" textStyle="IconNormal" align="Left" valign="center"/>
<DrawText text="@time3" loc="58,10" size="20,90" textStyle="IconNormal" align="Left" valign="center"/>
<DrawText text="@time4" loc="77.5,10" size="20,90" textStyle="IconNormal" align="Left" valign="center"/> -->

<!-- 3hr -->
<DrawText text="@visibleDate3" loc="2,5" size="17,90" textStyle="IconNormal" align="left" valign="center"/>
<DrawText text="@time1" loc="19,10" size="14,90" textStyle="IconNormal" align="Left" valign="center"/>
<DrawText text="@time2" loc="31.5,10" size="14,90" textStyle="IconNormal" align="Left" valign="center"/>
<DrawText text="@time3" loc="44.5,10" size="14,90" textStyle="IconNormal" align="Left" valign="center"/>
<DrawText text="@time4" loc="57.5,10" size="14,90" textStyle="IconNormal" align="Left" valign="center"/>
<DrawText text="@time5" loc="70.5,10" size="14,90" textStyle="IconNormal" align="Left" valign="center"/>
<DrawText text="@time6" loc="83,10" size="14,90" textStyle="IconNormal" align="Left" valign="center"/>

</CompositeImage>[/SIZE][/COLOR][/COLOR]

Although I show the entire CompositeImage section, the change I made was to add the 3Hr commands. It would be best if the skin automatically chose the appropriate DrawText commands based on the previous ListingsMinutes parameter but having the commands so the user just has to remove the comment command from the desired statements would be a simple way to make the current skin display three hours of programs.


The second change I make just selects parameters to display a program that is scheduled to be recorded in a solid red box.

<NamedValue name="ShowRecordingStatusColor" value="true"/>

I don't remember whether the following change was also necessary so I am including it to err on the side of caution.

<NamedValue name="ColorizationFlags" value="Default"/>


The third change is to display the channel number and logo. I'm including the whole CompositeImage for the ChannelHeader to show where the changes are made. I use the DrawText to display the channel number and the DrawImage to display the channel logo.

[COLOR="Blue"][SIZE="2"] <CompositeImage name="ChannelHeader" size="14,8.5">
<DrawCommonImage name="TextBackground"/>
<!-- supported parameters are: @icon, @name, @number, @numberName, @noIcon-->
<!-- visible="@noIcon" will only be drawn if there is no icon for the channel available -->
<DrawText text="@number" loc="2,10" size="96,80" textStyle="GeneralTextStyle" align="left" valign="center"/>
<DrawImage filename="@icon" loc="16 ,4" size="92,92" fixedAspectRatio="true"/>
<DrawText text="@name" visible="@noIcon" loc="2,10" size="96,80" textStyle="GeneralTextStyle" align="center" valign="center"/>
</CompositeImage>[/SIZE][/COLOR]

I would like to see the the first change I described added to future releases of the skin. The other two changes I described are to help others who may want to accomplish the same effects.
roy
Offline

Posting Freak

Posts: 830
Threads: 95
Joined: Sep 2005
#2
2009-10-25, 01:05 PM
I second all of these requests, as I make almost the exact same changes. Smile
What, me worry?

MSI H270 PC Mate | Core i3-7100 | 16GB RAM | 275GB M.2 2280 SSD | 4TB + 2TB HDD | Zalman Z3 Case | Win10
HDHR Prime | HVR2250 | PCH A-110 | PCH A-100 | Harmony 650 & 700 remotes | Comcast | Schedules Direct
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#3
2009-11-01, 09:27 PM
Can you post your skin.xml file and I'll drop it right in.
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
LewE
Offline

Posting Freak

Posts: 771
Threads: 115
Joined: Oct 2007
#4
2009-11-02, 09:14 AM
Fatman_do Wrote:Can you post your skin.xml file and I'll drop it right in.
I've attached it to this post.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Community-WS\TV Recordings Missing mmc.xml LewE 1 5,297 2010-05-18, 02:14 AM
Last Post: Fatman_do
  Please add to Weather2 skin... LewE 1 4,901 2010-04-02, 06:25 PM
Last Post: Fatman_do
  Community Skin WS Big Red X stangdaman 2 5,430 2010-03-14, 07:13 AM
Last Post: stangdaman
  Skin Plugin Causing Unhandled Exception Error Firetoad 1 5,137 2010-02-14, 02:47 AM
Last Post: Firetoad
  Problem with Skin Plugin richardw456 9 7,987 2009-12-22, 10:15 PM
Last Post: kindt nick
  Minor Change for Weather2 Skin LewE 2 5,071 2009-11-29, 09:40 PM
Last Post: Fatman_do
  Changes I'd Like to See in Community-SD OSD Skin LewE 15 12,083 2009-11-29, 05:52 PM
Last Post: johnsonx42
  Is Community Skin COmpatible with Windows 7? LewE 2 2,668 2009-11-29, 06:53 AM
Last Post: LewE
  Community Skin release announcements thread. Fatman_do 30 31,478 2009-11-29, 01:49 AM
Last Post: Fatman_do
  Meta tag info in community skin Mortal 2 2,429 2009-11-26, 09:28 AM
Last Post: Mortal

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode