NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 33 34 35 36 37 … 93 Next »
SkinPlugin/CommunitySkin wishlist.

 
  • 0 Vote(s) - 0 Average
SkinPlugin/CommunitySkin wishlist.
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#11
2008-03-12, 01:48 PM
Code:
(SkinPluginConfig.xml snippit)

<!-- FONTS -->
<EditableSkinItem id="DefaultTextSize" type="2" name="Default Size" source="TextSizes" advanced="true" target="%SKINROOT%\baseskin.xml:TextStyle:DefaultTextStyle:size" previewRef="52" forcePreviewNumbers="16"/>
<EditableSkinItem id="DefaultTextFont" type="2" name="Default Font" source="TextFonts" advanced="true" target="%SKINROOT%\baseskin.xml:TextStyle:DefaultTextStyle:typeFace" previewRef="53" forcePreviewNumbers="17"/>
<EditableSkinItem id="DefaultTextColour" type="2" name="Default Colour" source="TextColours" advanced="true" target="%SKINROOT%\baseskin.xml:NamedColor:General:color" previewRef="54" forcePreviewNumbers="18"/>
  
<EditableSkinItem id="ScreenNameTextFont" type="2" name="Screen name Size" source="TextFonts" advanced="true" target="%SKINROOT%\baseskin.xml:TextStyle:ScreenNameStyle:size" previewRef="55" forcePreviewNumbers="19"/>
<EditableSkinItem id="ScreenNameTextColour" type="2" name="Screen name Colour" source="TextColours" advanced="true" target="%SKINROOT%\baseskin.xml:NamedColor:ScreenName:color" previewRef="56" forcePreviewNumbers="20"/>

<EditableSkinItem id="SelectedTextColor" type="2" name="Selected Colour" source="TextColours" advanced="true" target="%SKINROOT%\baseskin.xml:NamedColor:Selected:color" previewRef="57" forcePreviewNumbers="21"/>
<EditableSkinItem id="UnselectedTextColor" type="2" name="Unselected Colour" source="TextColours" advanced="true" target="%SKINROOT%\baseskin.xml:NamedColor:Normal:color" previewRef="58" forcePreviewNumbers="22"/>
<EditableSkinItem id="SelectedInactiveTextColor" type="2" name="Selected Inactive Colour" source="TextColours" advanced="true" target="%SKINROOT%\baseskin.xml:NamedColor:SelectedInactive:color" previewRef="59" forcePreviewNumbers="23"/>
<EditableSkinItem id="HeaderTextColor" type="2" name="Header Color" source="TextColours" advanced="true" target="%SKINROOT%\baseskin.xml:NamedColor:Header:color" previewRef="60" forcePreviewNumbers="24"/>

Does the names and mappings look ok?

target="%SKINROOT%\baseskin.xml:TextStyle: DefaultTextStyleConfusedize"
this would map to this part of the baseskin.xml file:
Code:
<TextStyle name="DefaultTextStyle" color="General" typeFace="Arial" [B]size="12"[/B] style="bold" />
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#12
2008-03-12, 01:59 PM
Also, are they any other font settings that could be added to the list?

Performing a file compare on baseskin.xml files for 2 different themes I found they differ an a few areas:
  • ButtonText TextStyles size.
  • Icon TextStyles size.
  • General selection NamedColour.
  • StandardButtonOrigin offset value.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#13
2008-03-12, 04:00 PM
McBainUK Wrote:
Code:
(SkinPluginConfig.xml snippit)

<!-- FONTS -->
<EditableSkinItem id="DefaultTextSize" type="2" name="Default Size" source="TextSizes" advanced="true" target="%SKINROOT%\baseskin.xml:TextStyle:DefaultTextStyle:size" previewRef="52" forcePreviewNumbers="16"/>
<EditableSkinItem id="DefaultTextFont" type="2" name="Default Font" source="TextFonts" advanced="true" target="%SKINROOT%\baseskin.xml:TextStyle:DefaultTextStyle:typeFace" previewRef="53" forcePreviewNumbers="17"/>
<EditableSkinItem id="DefaultTextColour" type="2" name="Default Colour" source="TextColours" advanced="true" target="%SKINROOT%\baseskin.xml:NamedColor:General:color" previewRef="54" forcePreviewNumbers="18"/>
  
<EditableSkinItem id="ScreenNameTextFont" type="2" name="Screen name Size" source="TextFonts" advanced="true" target="%SKINROOT%\baseskin.xml:TextStyle:ScreenNameStyle:size" previewRef="55" forcePreviewNumbers="19"/>
<EditableSkinItem id="ScreenNameTextColour" type="2" name="Screen name Colour" source="TextColours" advanced="true" target="%SKINROOT%\baseskin.xml:NamedColor:ScreenName:color" previewRef="56" forcePreviewNumbers="20"/>

<EditableSkinItem id="SelectedTextColor" type="2" name="Selected Colour" source="TextColours" advanced="true" target="%SKINROOT%\baseskin.xml:NamedColor:Selected:color" previewRef="57" forcePreviewNumbers="21"/>
<EditableSkinItem id="UnselectedTextColor" type="2" name="Unselected Colour" source="TextColours" advanced="true" target="%SKINROOT%\baseskin.xml:NamedColor:Normal:color" previewRef="58" forcePreviewNumbers="22"/>
<EditableSkinItem id="SelectedInactiveTextColor" type="2" name="Selected Inactive Colour" source="TextColours" advanced="true" target="%SKINROOT%\baseskin.xml:NamedColor:SelectedInactive:color" previewRef="59" forcePreviewNumbers="23"/>
<EditableSkinItem id="HeaderTextColor" type="2" name="Header Color" source="TextColours" advanced="true" target="%SKINROOT%\baseskin.xml:NamedColor:Header:color" previewRef="60" forcePreviewNumbers="24"/>

Does the names and mappings look ok?

target="%SKINROOT%\baseskin.xml:TextStyle: DefaultTextStyleConfusedize"
this would map to this part of the baseskin.xml file:
Code:
<TextStyle name="DefaultTextStyle" color="General" typeFace="Arial" [B]size="12"[/B] style="bold" />

Your example snippet looks good. This looks like it would really help users wanting that extra step.

The only difference in the \skin\Community3\baseskin.xml file is the DefaultTextStyle is name either DefaultText or DefaultStyle (cannot remember and am at work.)


McBainUK Wrote:Also, are they any other font settings that could be added to the list?

Performing a file compare on baseskin.xml files for 2 different themes I found they differ an a few areas:
  • ButtonText TextStyles size.
  • Icon TextStyles size.
  • General selection NamedColour.
  • StandardButtonOrigin offset value.

If you want to add those, it would be great. General Selection is only used for older plugins that didn't use a composite image for selectors.
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]
Hairy
Offline

Senior Member

Posts: 703
Threads: 39
Joined: Nov 2007
#14
2008-03-13, 07:16 AM
My 2c
  • TVGuide option loading both a main skin and the live-skin
  • An OSD selection that loads both formatting and graphics

I'll leave the rest of that code monkey stuff to you code monkeys Big Grin
The Hairy Man

HTPC: Core Duo E4300 - 2GB DDR2 - HD 3650 - 500GB storage
Capture: 1 Nova-T 500 - 1 PVR 500
TV: S-Video to 32" Philips CRT

Support the Community Skin
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#15
2008-03-15, 09:32 PM
McBainUK Wrote:
  • Size of the "current position" label in the media library type screens is too small. I have 477 artist folders, once I pass 99 it starts to wrap.

I have a wider version ready to test out. I don't have nearly as many folder so???

McBainUK Wrote:
  • The "plugin homepage" link on the SkinPlugin installer is wrong.

Fixed

McBainUK Wrote:
  • Some of the task images mappings seem to be wrong, would need some investigation and checking of the SkinPluginConfig.xml file in order to bring it up-to-date.

Todo still.
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]
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#16
2008-03-16, 05:44 AM
I'm horrible at skinning so I've only been using a very slightly modified skin for the Netflix plugin. If you want to create a better skin, you can take a look at the xml file in the WatchNowList.zip that is downloaded by the plugin and see the information that is immediately available for the main lists. The available info contains year, running time, up to five actors, directors, rating, etc...

The details popup (not added yet) can have any of the information that is available on the netflix.com details page for a particular movie.

I can modify the plugin to match any skin you want to create.
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#17
2008-03-16, 09:29 AM
Fatman_do Wrote:I have a wider version ready to test out. I don't have nearly as many folder so???
Send it over and I'll give it a go.

Also, it would be nice if te installer incuded the Reflect volume fix from here: http://forums.nextpvr.com/showthread.php?t=32945
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
Hairy
Offline

Senior Member

Posts: 703
Threads: 39
Joined: Nov 2007
#18
2008-03-16, 10:31 AM
McBainUK Wrote:Also, it would be nice if te installer incuded the Reflect volume fix from here: http://forums.nextpvr.com/showthread.php?t=32945

My inelegant solution was to replace the volume png in the "...ControlIcons\Green" folder (the controlIcon set used by the Reflect theme). This probably isn't the best idea compatibility wise, obviously effecting the vol png where ever it's used (not just OSD). I just wasn't sure what else to do and to be honest I lost track of it and didn't raise it properly with fatman_do.
The Hairy Man

HTPC: Core Duo E4300 - 2GB DDR2 - HD 3650 - 500GB storage
Capture: 1 Nova-T 500 - 1 PVR 500
TV: S-Video to 32" Philips CRT

Support the Community Skin
Hairy
Offline

Senior Member

Posts: 703
Threads: 39
Joined: Nov 2007
#19
2008-03-16, 10:39 AM
Jeez I feel like a tit when I miss the obvious stuff :o. I presume the answer is simple, just rename the vol.png to vol_OSD.png and reference that in the OSD xml.

I'll pass that idea along to Fatman_do.

I'm off to sit in the corner (facing in no less Smile) with my well worn dunce hat on.
The Hairy Man

HTPC: Core Duo E4300 - 2GB DDR2 - HD 3650 - 500GB storage
Capture: 1 Nova-T 500 - 1 PVR 500
TV: S-Video to 32" Philips CRT

Support the Community Skin
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#20
2008-03-16, 02:51 PM
Here is a MusicLibrary skin.xml file and new baseskin.xml file.

I am playing around with moving the up/down and list count items to the baseskin.xml file. That way, like everything else, I can tweak all from one file.

I cannot get the List, Icon, Details, Filmstrip positions to work from the baseskin.xml file.

Given that limitation, I don't know if it is "worth it" to move those items to the baseskin.xml file.

Edit, now for my next trick. Attaching the files....[ATTACHMENT NOT FOUND]

[ATTACHMENT NOT FOUND]
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)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Extra overriding #EXT-X-KEY wishlist mvallevand 4 620 2025-01-08, 05:56 PM
Last Post: sub
  CommunitySkin 4 Open development thread. Fatman_do 110 26,422 2008-12-14, 09:04 PM
Last Post: McBainUK
  CommunitySkin common text styles McBainUK 35 8,632 2007-01-17, 01:21 PM
Last Post: Fatman_do
  Plugin Suite Wishlist jimbruskalski 3 1,973 2006-04-26, 05:55 AM
Last Post: reven

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

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

Linear Mode
Threaded Mode