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 … 6 7 8 9 10 Next »
CommunitySkin 3.0 Support Thread

 
  • 0 Vote(s) - 0 Average
CommunitySkin 3.0 Support Thread
elbryyan
Offline

Senior Member

Posts: 352
Threads: 59
Joined: Mar 2007
#91
2007-09-03, 08:04 PM
I'm getting all the red X's on the screen for the sports plugin as well. Also, once it brings up the sports scores screen I can't get back to the main menu using esc or the main menu button.
[SIZE="1"]
Server
Antec NSK400 case
ASUS M2NPV-VM motherboard
AMD AM2 3800+ X2 processor
256 MB GeForce 8500GT
Pinnecle USB HD Pro Stick
Vbox Cat's eye DTA 150
1 GB pc5200 Ram
500 GB HDD OS/Videos
1000GB HDD Recordings

Client
Asus A7N8X-Deluxe MB
AMD Processor ??
512 MB pc3200 Ram
ATI Radeon 9800 Pro 128MB
[/SIZE]
taz
Offline

Member

Posts: 102
Threads: 30
Joined: May 2006
#92
2007-09-05, 05:38 PM
I am not very familiar with xml so this may be a stupid question. I am using the community skin 3.0 and have a few icons (task.png) on the menu that do not show up. It looks like they are referenced in the xml file and the task.png files exist. My question is, how exactly does it know where to look for the image file? Example:

[INDENT] <Image name="Search.png" target="%SKINROOT%\search\task.png" />
<Image name="Search.png" target="%OLDSKINROOT%\SearchWiz\task.png" />
<Image name="Search.png" target="%OLDSKINROOT%\showsearch\task.png" />
<Image name="Search.png" target="%OLDSKINROOT%\fastfind\task.png" />
<Image name="Skin.png" target="%SKINROOT%\SkinPlugin\task.png" previewRef="38" />
<Image name="System.png" target="%OLDSKINROOT%\ScreenSaverPlugin\task.png" />
<Image name="System.png" target="%OLDSKINROOT%\system\task.png" />
<Image name="System.png" target="%OLDSKINROOT%\systemstatus\task.png" /> [/INDENT]

Some images are referenced to multiple locations. Does it look for the task.png in any of the locations or just the last one referenced. What does OLDSKINROOT refer to? I am assuming SKINROOT is the current skin directory. What does teh previewRef=XX do? Any reason why a task image does not show up in the menu if it appears to be in the correct location?

Thank you,
Taz
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#93
2007-09-05, 08:15 PM
Each plugin or GB-PVR screen is responsible for its Task Image. So, for example the Music Library would have a task image in gbpvr\skin2\Community3\music library

Not all plugins support task images. Which ones are you missing?

The XML file you've copied and pasted from are for use by the Skin Plugin and are not used by GB-PVR itself at runtime.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
taz
Offline

Member

Posts: 102
Threads: 30
Joined: May 2006
#94
2007-09-06, 12:10 PM
There are at least two task images missing. One is the skin task image (which I thought for sure would be there). I can remember the other one(s) off of the top of my head. Will have to check when I get home.
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#95
2007-09-06, 12:18 PM
taz Wrote:One is the skin task image (which I thought for sure would be there)
Yeah that was my fault :o It's fixed for the next release.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
taz
Offline

Member

Posts: 102
Threads: 30
Joined: May 2006
#96
2007-09-06, 06:03 PM
I think the other task that did not show was the system, but will check when I get home. I don't use any plugins so I don't have any problem with them. I am still curious as to why the same .png file will is associated with several targets (just trying to learn) and how that works.
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#97
2007-09-06, 08:20 PM (This post was last modified: 2007-09-06, 08:24 PM by McBainUK.)
taz Wrote:I am still curious as to why the same .png file will is associated with several targets (just trying to learn) and how that works.

Code:
<Image name="Search.png" target="%SKINROOT%\search\task.png" />
<Image name="Search.png" target="%OLDSKINROOT%\SearchWiz\task.png" />
<Image name="Search.png" target="%OLDSKINROOT%\showsearch\task.png" />
<Image name="Search.png" target="%OLDSKINROOT%\fastfind\task.png" />
Taking this example it is because the Community Skin defines a number of themed task images, one of which is 'Search'. This image is then used as the task image for a number of plugins which are all search related.

Quote:and how that works
Remember that this is a SkinPlugin config file and not used by GB-PVR, to set the task images the SkinPluginHelper.exe looks at the commands file (gbpvr\Plugins\SkinPlugin\SkinPluginHelperCommands.xml) which is set by the SkinPlugin on theme changes or edits and then copies the relevant files.

SKINROOT is a pointer to the the new UI (...skin2\community3\) where as OLDSKINROOT points to the old skin folder (...skin\community3\), for use with legacy plugins. Oh and for completeness the previewref=10 and so on are used by the skin plugin to generate the preview image when changing the editable skin items (see the @10 etc tags in gbpvr\skin2\Community3\SkinPluginskin.xml for where they are used)

There is some more "how it works" type info on the wiki page here if you're interested.
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
#98
2007-09-07, 11:39 PM
sorry for being late to the party here. I am so busy lately I don't have any time for much help.

My free time is probably going to be at a premium until late October.

Most plugins aren't supported under pvrx2, and to be honest, it will take quite some time.
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]
Blue Racer
Offline

Senior Member

Posts: 278
Threads: 62
Joined: Dec 2005
#99
2007-09-11, 10:06 PM
I am trying to save the changes I made to my skin using the Skin plugin.
Its says to press play to save. Which key on the keyboard would be play?
Blue Racer
Offline

Senior Member

Posts: 278
Threads: 62
Joined: Dec 2005
#100
2007-09-11, 10:39 PM
I can't figure out what I'm doing wrong. I make changes using the skin plugin, but the changes aren't showing up either on my computer screen or tv screen (mvp). I am using pvrx2. Could someone give me a hand?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (24): « Previous 1 … 8 9 10 11 12 … 24 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Community Skin release announcements thread. Fatman_do 30 32,229 2009-11-29, 01:49 AM
Last Post: Fatman_do
  CommunitySkin and SkinPlugin wishlist McBainUK 13 13,438 2009-11-12, 03:53 PM
Last Post: roy
  WishList suggestions from a New-To-CommunitySkin user Daniel Bragg 2 2,036 2008-12-05, 04:17 PM
Last Post: McBainUK
  Community Skin support thread Fatman_do 159 42,098 2008-02-22, 10:18 PM
Last Post: Fatman_do

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

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

Linear Mode
Threaded Mode