NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 55 56 57 58 59 … 93 Next »
New XML tags in GBPVR

 
  • 0 Vote(s) - 0 Average
New XML tags in GBPVR
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#1
2006-02-28, 06:35 PM (This post was last modified: 2006-02-28, 06:56 PM by MixMan.)
I will keep this thread updated, for XML skinners to notice.
Here are my findings, so far, that I updated SharperEdge with.
It is the Original Blue "tags" I have just adjusted some tags for graphical images.

--------------------------------------------------------------------------
Request of "Elements" to be skinnable
There are 2 thing I would like Sub to make more skinnable in the Recording xml
.....or have I just missed the tags ?

The Recordings, Manual popup screen.
Possibility to move selectabe items to the right, so the "tags", like Channel:, Date:, Name:, Prefix: ... could be longer.

The Conflict popup does not seem to be skinnable.
--------------------------------------------------------------------------

[SIZE="3"]Skin.xml - History with new or updated sections in Skin.xml[/SIZE]

Version 0.96.08
--------------------------------------------------------------------------

Main Menu Skin.xml

CompositeImages
ErrorMessagePopup is now configurable


<CompositeImage name="ErrorMessagePopup" size="720,480">
<DrawRoundedRect loc="20,100" size="670,200" radius="10" borderWidth="4" borderColor="LightGray" fillColor="Vertical:#000077-#000033"/>
<DrawText text="@errorMessage" loc="45,120" size="630,120" textStyle="TaskDescription" align="Center"/>
<Element name="OkButton" loc="275,245" size="166,45"/>
</CompositeImage>

SpecialElement
The new SpecialElement "Closebutton" may also have a correspondent image for each skin.
<SpecialElement name="CloseButton" loc="680,5" size="35,35"/>

The new SpecialElement "Inset" may also exist in each sub menu skin. It will show TV/Video or usic visualisation.
<SpecialElement name="Inset" loc="320,85" size="380,280"/>
--------------------------------------------------------------------------
FM Radio Skin.xml

CompositeImages
Graphic can now be added to the Stations

<CompositeImage name="NormalStationItem" size="500,50">
<!-- DrawRoundedRect loc="3,3" size="485,43" radius="5" borderWidth="4" borderColor="LightGray" fillColor="Black"/ -->
<DrawImage filename="..\ListBarDetailNormal.png" loc="2,1" size="465,45"/>
<DrawText text="@station" loc="10,13" size="390,25" textStyle="StationName" align="Left"/> <DrawText text="@frequency" loc="320,15" size="135,25" textStyle="StationFrequency" align="RIght"/> </CompositeImage>

<CompositeImage name="SelectedStationItem" size="500,50">
<!-- DrawRoundedRect loc="3,3" size="485,43" radius="5" borderWidth="6" borderColor="LightGray" fillColor="DarkGreen"/ -->
<DrawImage filename="..\ListBarDetailSelected.png" loc="2,1" size="465,45"/>
<DrawText text="@station" loc="10,13" size="390,25" textStyle="StationNameFocus" align="Left"/>
<DrawText text="@frequency" loc="320,15" size="135,25" textStyle="StationFrequency" align="RIght"/> </CompositeImage>
--------------------------------------------------------------------------
Recordings Skin.xml

<!-- delete confirmation popup -->
<CompositeImage name="DeleteConfirmationPopup" size="720,480">
<!-- DrawRoundedRect loc="180,130" size="435,170" radius="10" borderWidth="4" borderColor="White" fillColor="Black"/ -->
<DrawImage filename="..\Popup_Background.PNG" loc="170,130" size="435,170"/>
<DrawText text="@prompt" loc="190,145" size="490,50" textStyle="ButtonText" align="Left" visible="true"/>
<DrawText text="@itemToDelete" loc="190,200" size="410,22" textStyle="ButtonText" align="Left" visible="true"/>
<Element name="OK" loc="245,252" size="130,38"/>
<Element name="Cancel" loc="385,252" size="130,38"/>
</CompositeImage>
--------------------------------------------------------------------------
Video Library Skin.xml

<!-- delete confirmation popup -->
<CompositeImage name="DeleteConfirmationPopup" size="720,480">
<!-- DrawRoundedRect loc="170,130" size="455,170" radius="10" borderWidth="4" borderColor="White" fillColor="Black"/ -->
<DrawImage filename="..\Popup_Background.PNG" loc="160,130" size="465,170"/>
<DrawText text="Are you sure you want to delete this file?" loc="180,145" size="480,40" textStyle="PopupText" align="Left" visible="true"/>
<DrawText text="@filename" loc="180,190" size="410,22" textStyle="ButtonText" align="Left" visible="true"/>
<Element name="OK" loc="265,252" size="130,38"/>
<Element name="Cancel" loc="395,252" size="130,38"/>
</CompositeImage>

<!-- transcode popups -->
<CompositeImage name="TranscodeSetupPopup" size="720,480">
<!-- DrawRoundedRect loc="90,130" size="570,195" radius="10" borderWidth="4" borderColor="White" fillColor="Black"/ -->
<DrawImage filename="..\Popup_Background.PNG" loc="90,130" size="570,195"/>
<DrawText text="Select the profile to use for this transcoding:" loc="105,145" size="480,30" textStyle="PopupText" align="Left" visible="true"/>
<Element name="FilenameHighlight" loc="70,175" size="590,45"/>
<DrawRoundedRect loc="107,175" size="530,45" radius="5" borderWidth="4" borderColor="White" fillColor="Vertical:#000077-#000033" visible="@filenameSelected"/>
<DrawText text="File: " loc="115,185" size="480,30" textStyle="PopupTags" align="Left" visible="true"/> <DrawText text="@targetFilename" loc="205,185" size="410,22" textStyle="PopupText" align="Left" visible="true"/>

<Element name="ProfileHighlight" loc="70,215" size="590,45"/>
<DrawRoundedRect loc="107,215" size="530,45" radius="5" borderWidth="4" borderColor="White" fillColor="Vertical:#000077-#000033" visible="@profileSelected"/>
<DrawText text="Profile: " loc="115,225" size="480,30" textStyle="PopupTags" align="Left" visible="true"/> <DrawText text="@profile" loc="205,225" size="480,30" textStyle="PopupText" align="Left" visible="true"/>
<Element name="Transcode" loc="235,272" size="130,38"/>
<Element name="Cancel" loc="365,272" size="130,38"/>
</CompositeImage>

<CompositeImage name="TranscodeInProgressPopup" size="720,480">
<!-- DrawRoundedRect loc="90,130" size="570,195" radius="10" borderWidth="4" borderColor="White" fillColor="Black"/ -->
<DrawImage filename="..\Popup_Background.PNG" loc="90,130" size="570,195"/>

<DrawText text="The following file is currently being transcoded:" loc="105,145" size="480,30" textStyle="PopupText" align="Left" visible="true"/>
<DrawText text="Source: " loc="115,185" size="480,30" textStyle="PopupTags" align="Left" visible="true"/> <DrawText text="@sourceFilename" loc="205,185" size="410,22" textStyle="PopupText" align="Left" visible="true"/>
<DrawText text="Target: " loc="115,225" size="480,30" textStyle="PopupTags" align="Left" visible="true"/> <DrawText text="@targetFilename" loc="205,225" size="410,22" textStyle="PopupText" align="Left" visible="true"/>
<Element name="Stop" loc="235,272" size="130,38"/>
<Element name="Exit" loc="365,272" size="130,38"/>
</CompositeImage>
</CompositeImages>

--------------------------------------------------------------------------
ProcAmp Skin.xml
Remove space after : in following text strings. This will make the Video Controls translatable.
Size of buttons also have to be adjusted to "host" translations.
"Brightness: " > "Brightness:"
"Contrast: " > "Contrast:"
"Hue: " > "Hue:"
"Saturation: " > "Saturation
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#2
2006-05-14, 07:56 AM (This post was last modified: 2006-05-15, 08:33 AM by MixMan.)
2006-05-15 Found OSD popup

Updating findings of new "tags" in XMLs.
Note Location and Text is the one thats used in BaseSkin.
I will add more to this post when I find more thing.


Photo Library
Similar skinning method as Recording, "tricky" to skin.

System
<CompositeImage name="SummaryInfo" size="720,480">
<DrawText text="@EPGUpdateStatus" loc="260,350" size="500,20" textStyle="SettingName" align="Left"/>

OSD - Record until popup (Ctrl-K in LiveTV)
<CompositeImage name="RecordingUntil" size="720,480">
<DrawRoundedRect loc="100,160" size="520,160" radius="8" borderWidth="4" borderColor="LightGray" fillColor="Black"/>

<Element name="RecordOption" loc="115,175" size="490,45"/>
<DrawRoundedRect visible="@recordOptionHighlight" loc="115,175" size="490,45" radius="7" borderWidth="3" borderColor="White" fillColor="Black"/>
<DrawText text="@recordOption" loc="125,185" size="480,30" textStyle="ButtonText" align="Left" visible="true"/>

<Element name="RecordParameter" loc="115,220" size="490,45"/>
<DrawRoundedRect visible="@recordParameterHighlight" loc="115,220" size="490,45" radius="7" borderWidth="3" borderColor="White" fillColor="Black"/>
<DrawText text="@recordParameter" loc="125,230" size="480,30" textStyle="ButtonText" align="Left" visible="true"/>

<Element name="RecordButton" loc="230,272" size="130,38"/>
<Element name="CancelButton" loc="360,272" size="130,38"/>
</CompositeImage>
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#3
2006-06-02, 05:26 PM
I didn't keep a copy of the 97.7 OSD skin.xml file so I cannot confirm if these may have been in that file.


Quote: <!-- BDA signal quality/strength -->
<NamedColor name="StrengthBorder" color="Gray"/>
<NamedColor name="StrengthFill" color="Green"/>
<NamedColor name="QualityBorder" color="Gray"/>
<NamedColor name="QualityFill" color="Green"/>


Same as 97.7
Quote: <CompositeImage name="RecordingUntil" size="720,480">
<DrawRoundedRect loc="100,160" size="520,160" radius="8" borderWidth="4" borderColor="LightGray" fillColor="Black"/>

<Element name="RecordOption" loc="115,175" size="490,45"/>
<DrawRoundedRect visible="@recordOptionHighlight" loc="115,175" size="490,45" radius="7" borderWidth="3" borderColor="White" fillColor="Black"/>
<DrawText text="@recordOption" loc="125,185" size="480,30" textStyle="ButtonText" align="Left" visible="true"/>

<Element name="RecordParameter" loc="115,220" size="490,45"/>
<DrawRoundedRect visible="@recordParameterHighlight" loc="115,220" size="490,45" radius="7" borderWidth="3" borderColor="White" fillColor="Black"/>
<DrawText text="@recordParameter" loc="125,230" size="480,30" textStyle="ButtonText" align="Left" visible="true"/>

<Element name="RecordButton" loc="230,272" size="130,38"/>
<Element name="CancelButton" loc="360,272" size="130,38"/>
</CompositeImage>

Added in bold only:
Quote:<CompositeImage name="VideoPlayback" size="720,480">
<DrawRect loc="0,360" size="720,120" borderWidth="0" fillColor="Black" borderColor="Transparent"/>
<DrawRect loc="0,367" size="720,35" borderWidth="0" fillColor="DarkBlue" borderColor="Transparent"/>
<DrawLine point1="0,361" point2="720,361" color="Gray" width="3"/>
<DrawText text="@currentVideoTitle" loc="20,375" size="680,30" textStyle="OSDText" align="Left" visible="true"/>
<DrawText text="@description" loc="30,412" size="660,90" textStyle="OSDText" align="Left"/>
<DrawText text="@time" loc="500,375" size="190,30" textStyle="OSDText" align="Right"/>
<!-- timeline -->
<DrawRoundedRect loc="100,30" size="520,37" radius="10" borderWidth="6" borderColor="Gray" fillColor="Black"/>
<DrawText text="@positionText" loc="110,37" size="100,30" textStyle="OSDText" align="Left" visible="true"/>
<DrawText text="@durationText" loc="530,37" size="100,30" textStyle="OSDText" align="Left" visible="true"/>
<Element name="timelineGraphic" loc="200,40" size="320,120" />
<DrawText text="@subtitlesEnabled" loc="350,5" size="350,30" textStyle="OSDText" align="Right" visible="true"/>
<!--
<DrawText text="@durationText" loc="30,87" size="100,30" textStyle="OSDText" align="Left" visible="true"/>
-->
<DrawTextWithOutline text="@aspectRatio" loc="20,5" size="350,30" fillColor="White" borderColor="Black" outlineWidth="2" textStyle="OSDText" align="Left"/>
</CompositeImage>


Quote: <CompositeImage name="Timeshift" size="720,480">
<DrawRect loc="0,360" size="720,120" borderWidth="0" fillColor="Black" borderColor="Transparent"/>
<DrawRect loc="0,367" size="720,35" borderWidth="0" fillColor="DarkBlue" borderColor="Transparent"/>
<DrawLine point1="0,361" point2="720,361" color="Gray" width="3"/>
<DrawImage filename="@channelIcon" loc="625,414" size="60,45" visible="true"/>
<DrawText text="@title" loc="30,375" size="500,30" textStyle="OSDText" align="Left"/>
<DrawText text="@description" loc="30,412" size="600,90" textStyle="OSDText" align="Left"/>
<DrawText text="@time" loc="500,375" size="190,30" textStyle="OSDText" align="Right"/>
<DrawTextWithOutline text="@aspectRatio" loc="20,5" size="350,30" fillColor="White" borderColor="Black" outlineWidth="2" textStyle="OSDText" align="Left"/>
<!-- timeline -->
<DrawRoundedRect loc="100,30" size="520,37" radius="10" borderWidth="6" borderColor="Gray" fillColor="Black"/>
<DrawText text="@positionText" loc="110,37" size="100,30" textStyle="OSDText" align="Left" visible="true"/>
<DrawText text="@durationText" loc="530,37" size="100,30" textStyle="OSDText" align="Left" visible="true"/>
<Element name="timelineGraphic" loc="200,40" size="320,120" />
<DrawText text="@subtitlesEnabled" loc="350,5" size="350,30" textStyle="OSDText" align="Right" visible="true"/>
</CompositeImage>


Quote: <CompositeImage name="TimeshiftRecording" size="720,480">
<DrawRect loc="0,360" size="720,120" borderWidth="0" fillColor="Black" borderColor="Transparent"/>
<DrawRect loc="0,367" size="720,35" borderWidth="0" fillColor="DarkRed" borderColor="Transparent"/>
<DrawLine point1="0,361" point2="720,361" color="Gray" width="3"/>
<DrawImage filename="@channelIcon" loc="625,414" size="60,45" visible="true"/>
<DrawText text="@title" loc="30,375" size="500,30" textStyle="OSDText" align="Left"/>
<DrawText text="@description" loc="30,412" size="600,90" textStyle="OSDText" align="Left"/>
<DrawText text="Recording" loc="500,375" size="190,30" textStyle="OSDText" align="Right"/>
<DrawTextWithOutline text="@aspectRatio" loc="20,5" size="350,30" fillColor="White" borderColor="Black" outlineWidth="2" textStyle="OSDText" align="Left"/>
<!-- timeline -->
<DrawRoundedRect loc="100,30" size="520,37" radius="10" borderWidth="6" borderColor="Gray" fillColor="Black"/>
<DrawText text="@positionText" loc="110,37" size="100,30" textStyle="OSDText" align="Left" visible="true"/>
<DrawText text="@durationText" loc="530,37" size="100,30" textStyle="OSDText" align="Left" visible="true"/>
<Element name="timelineGraphic" loc="200,40" size="320,120" />
</CompositeImage>


Quote:<CompositeImage name="LivePreview" size="720,480">
<DrawRect loc="0,360" size="720,120" borderWidth="0" fillColor="Black" borderColor="Transparent"/>
<DrawRect loc="0,367" size="720,35" borderWidth="0" fillColor="DarkBlue" borderColor="Transparent"/>
<DrawLine point1="0,361" point2="720,361" color="Gray" width="3"/>
<DrawImage filename="@channelIcon" loc="625,414" size="60,45" visible="true"/>
<DrawText text="@title" loc="30,375" size="500,30" textStyle="OSDText" align="Left"/>
<DrawText text="@description" loc="30,412" size="600,90" textStyle="OSDText" align="Left"/>
<DrawText text="@time" loc="500,375" size="190,30" textStyle="OSDText" align="Right"/>
<DrawText text="@subtitlesEnabled" loc="350,5" size="350,30" textStyle="OSDText" align="Right" visible="true"/>
<DrawTextWithOutline text="@aspectRatio" loc="20,5" size="350,30" fillColor="White" borderColor="Black" outlineWidth="2" textStyle="OSDText" align="Left"/>
<DrawRoundedRect loc="90,140" size="550,130" radius="10" borderWidth="5" borderColor="Gray" fillColor="Black" visible="@noSignal"/>
<DrawText text="@noSignalMessage" loc="95,150" size="550,60" textStyle="OSDText" align="Center" visible="@noSignal"/>
<DrawText text="Quality" loc="225,210" size="550,60" textStyle="OSDText" align="Left" visible="@noSignal"/>
<Element name="SignalQualityGraph" loc="325,215" size="160,12"/>
<DrawText text="Strength" loc="225,235" size="550,60" textStyle="OSDText" align="Left" visible="@noSignal"/>
<Element name="SignalStrengthGraph" loc="325,240" size="160,12"/>


<!--
<DrawText text="@BDA_FLOW_STATUS" loc="100,100" size="350,30" textStyle="OSDText" align="Left" visible="true"/>
<DrawText text="@signalQualityDesc" loc="195,210" size="550,60" textStyle="OSDText" align="Left" visible="@noSignal"/>
<DrawText text="@signalStrengthDesc" loc="195,235" size="550,60" textStyle="OSDText" align="Left" visible="@noSignal"/>
-->
</CompositeImage>


Added:
Quote: <CompositeImage name="LivePreviewStats" size="720,480">
<DrawRoundedRect loc="140,195" size="450,80" radius="10" borderWidth="5" borderColor="Gray" fillColor="Black"/>
<DrawText text="Quality" loc="225,210" size="550,60" textStyle="OSDText" align="Left"/>
<Element name="SignalQualityGraph" loc="325,215" size="160,12"/>
<DrawText text="Strength" loc="225,235" size="550,60" textStyle="OSDText" align="Left"/>
<Element name="SignalStrengthGraph" loc="325,240" size="160,12"/>
</CompositeImage>

No other skin changes if going by file dates.
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]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  TitanTv Remote Schedule For GBPVR UncleJohnsBand 51 33,731 2015-08-20, 05:11 PM
Last Post: sub
  Recording export tags and export details? spinnaker 10 4,396 2013-10-23, 01:48 AM
Last Post: mvallevand
  Roku & GBPVR pvruser 16 11,523 2011-10-16, 08:31 PM
Last Post: pvruser
  (Yet Another) Rename Helper script for GBPVR & NPVR pvruser 2 2,736 2011-07-22, 01:27 AM
Last Post: pvruser
  Live GBPVR CD/DVD/Thumb drive :D pBS 101 28,585 2010-01-03, 06:22 AM
Last Post: pBS
  some help on basic gbpvr plugin code Etacovda 12 4,650 2009-06-14, 08:24 PM
Last Post: Etacovda
  Linking gbpvr.db3 to Access 2003: get readonly tables Khurram 5 3,930 2008-09-11, 08:35 AM
Last Post: Khurram
  UAC and Vista with GBPVR systemshark 2 1,931 2008-08-03, 07:20 AM
Last Post: systemshark
  Controlling an Audio Receiver with the GBPVR remote erik 7 2,716 2008-06-01, 08:31 PM
Last Post: erik
  SkipTool, do you use the GBPVR SQLite database? mkenyon2 1 1,586 2008-04-21, 07:30 PM
Last Post: pastro

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

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

Linear Mode
Threaded Mode