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) UbuStream, Web Radio and Universe v
« Previous 1 … 4 5 6 7 8
UbuStream and Community skin

 
  • 0 Vote(s) - 0 Average
UbuStream and Community skin
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#11
2006-12-10, 09:08 AM (This post was last modified: 2006-12-10, 09:33 AM by ubu.)
Fatman_do Wrote:here is where it can be found (at bottom of page)
Don't know how I missed that thread the first time round. Very edifying (and intense at times - skinners and developers sure are a cantankerous bunch Smile ). As soon as I can, I'll start using the version number parameter for the SkinHelper. It seems like a great idea.

Also, I'm not 100% clear about base skin usage. It sounds like the developer doesn't have to do anything "special" to "take advantage" of it. But if, for instance, I'm currently using buttons that are defined in my skin.xml file, won't my plugin be using those instead of generic base skin buttons? Or am I missing something?
[SIZE=1]GBPVR v1.3.11 [/SIZE][SIZE=1]HVR-1250, [/SIZE][SIZE=1]ES7300[/SIZE][SIZE=1], 4GB, GeForce 9300, LianLi, Vista.[/SIZE]
[SIZE=1]GBPVR v1.0.08 [/SIZE][SIZE=1]PVR-150, [/SIZE][SIZE=1]P4 2.26GHz, [/SIZE][SIZE=1]1GB,[/SIZE][SIZE=1] GeForce 6200, [/SIZE]Coupden, XP[SIZE=1]
[/SIZE]

Author: UbuStream plugin, UbuRadio plugin, EPGExtra utility.
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#12
2006-12-10, 03:09 PM
ubu Wrote:Also, I'm not 100% clear about base skin usage. It sounds like the developer doesn't have to do anything "special" to "take advantage" of it.

That is correct.

ubu Wrote:But if, for instance, I'm currently using buttons that are defined in my skin.xml file, won't my plugin be using those instead of generic base skin buttons? Or am I missing something?

You are correct here also. If composite images, textstyles, and defined colors and values (of certain types) are not in the plugin's skin.xml file, skinhelper then looks in the skin's baseskin.xml file.

Your buttons use:
Code:
            <CompositeImage name="GbpvrUiElements_SelectedButtonImage" size="155,50">
                <DrawRoundedRect loc="15,15" size="135,30" radius="10" borderWidth="3" borderColor="White" fillColor="DarkBlue"/>        
                <DrawText text="@buttonText" loc="15,19" size="135,30" textStyle="GbpvrUiElements_ButtonText" align="Center"/>
            </CompositeImage>

If you changed the buttons to use the composite image named "SelectedButtonImage" and "NormalButtonImage" (which are defined in blue's baseskin.xml file), those button definitions would not need to be in the skin.xml of your plugin (which would mean your plugin wouldn't need to care about if images or xml are used, the fonts and text color).
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]
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#13
2006-12-10, 09:45 PM
Fatman_do Wrote:If you changed the buttons to use the composite image named "SelectedButtonImage" and "NormalButtonImage" (which are defined in blue's baseskin.xml file), those button definitions would not need to be in the skin.xml of your plugin (which would mean your plugin wouldn't need to care about if images or xml are used, the fonts and text color).
Thanks for your very helpful clarification. I'll implement your suggestion (and <Version> in the xml file) in the next "official" (ie. non-bugfix) release of UbuStream.
[SIZE=1]GBPVR v1.3.11 [/SIZE][SIZE=1]HVR-1250, [/SIZE][SIZE=1]ES7300[/SIZE][SIZE=1], 4GB, GeForce 9300, LianLi, Vista.[/SIZE]
[SIZE=1]GBPVR v1.0.08 [/SIZE][SIZE=1]PVR-150, [/SIZE][SIZE=1]P4 2.26GHz, [/SIZE][SIZE=1]1GB,[/SIZE][SIZE=1] GeForce 6200, [/SIZE]Coupden, XP[SIZE=1]
[/SIZE]

Author: UbuStream plugin, UbuRadio plugin, EPGExtra utility.
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#14
2006-12-12, 03:08 PM
One more suggestion, change the background composite image to:

Code:
<CompositeImage name="Background" size="720,480">
  <DrawCompositeImage name="ScreenBackground" loc="0,0" size="720,480" parameters="@ScreenName=Internet Video and Audio Streams"/>
</CompositeImage>

This will pick up the background (filename and path) and screen name (font & location) information from the blue Baseskin.xml file as well.
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]
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#15
2006-12-13, 09:54 PM
Fatman_do Wrote:One more suggestion, change the background composite image to:

Code:
<CompositeImage name="Background" size="720,480">
  <DrawCompositeImage name="ScreenBackground" loc="0,0" size="720,480" parameters="@ScreenName=Internet Video and Audio Streams"/>
</CompositeImage>
This will pick up the background (filename and path) and screen name (font & location) information from the blue Baseskin.xml file as well.
Excellent! Works like a charm (see my response to your other post in the skinhelper thread in the Developer forum).
[SIZE=1]GBPVR v1.3.11 [/SIZE][SIZE=1]HVR-1250, [/SIZE][SIZE=1]ES7300[/SIZE][SIZE=1], 4GB, GeForce 9300, LianLi, Vista.[/SIZE]
[SIZE=1]GBPVR v1.0.08 [/SIZE][SIZE=1]PVR-150, [/SIZE][SIZE=1]P4 2.26GHz, [/SIZE][SIZE=1]1GB,[/SIZE][SIZE=1] GeForce 6200, [/SIZE]Coupden, XP[SIZE=1]
[/SIZE]

Author: UbuStream plugin, UbuRadio plugin, EPGExtra utility.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#16
2006-12-30, 06:22 AM (This post was last modified: 2006-12-30, 06:35 AM by zehd.)
This thread seemed the most relevent...

I got this message after installing v 2.0 with the patch

skin file not found: .\skin\blue=Common Dialogs\Prompt Box skin.xml


I'm using 99.5, Community Skin, latest to date... Config set to blue skin...

I wonder what's going on...

Thanks

Edit: not latest community skin. (Dec 28) Trying that now....

Edit2: Tryed the newest, still the same issue...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#17
2006-12-30, 06:46 AM
I solved the problem by 'stealing' two directories from the Community Skin folder and copying into the Blue folder...

_CommonImages
Common Dialogs
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#18
2006-12-30, 03:15 PM
zehd Wrote:I solved the problem by 'stealing' two directories from the Community Skin folder and copying into the Blue folder...

_CommonImages
Common Dialogs

Not sure why it is looking for the blue folder Common Dialogs. I can't seem to get it to duplicate this. I removed \CommonDialogs from the blue folder and didn't get any error.

I did see where errors were in the logs, but that did not cause problems.

It appears I need to change the way I am getting button images from the baseskin.xml file. There are errors in the "DrawCompositeImage" which I can't seem to figure out.



This skin file should do away with errors in the logs.
[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]
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#19
2006-12-30, 11:09 PM
zehd Wrote:skin file not found: .\skin\blue=Common Dialogs\Prompt Box skin.xml

I'm using 99.5, Community Skin, latest to date... Config set to blue skin...

Fatman_do Wrote:Not sure why it is looking for the blue folder Common Dialogs. I can't seem to get it to duplicate this. I removed \CommonDialogs from the blue folder and didn't get any error.
Since Prompt Box skin.xml is part of the GB-PVR distribution, it should have found it in skin/Blue/Common Dialogs.

UbuStream doesn't explicitly use the Prompt Box but it does employ the GbpvrUiElements Library's error and yes/no dialogs which, presumably, do use it. (This may or may not be relevant but UbuStream v2.0 does require the most recent version of GbpvrUiElements.)
[SIZE=1]GBPVR v1.3.11 [/SIZE][SIZE=1]HVR-1250, [/SIZE][SIZE=1]ES7300[/SIZE][SIZE=1], 4GB, GeForce 9300, LianLi, Vista.[/SIZE]
[SIZE=1]GBPVR v1.0.08 [/SIZE][SIZE=1]PVR-150, [/SIZE][SIZE=1]P4 2.26GHz, [/SIZE][SIZE=1]1GB,[/SIZE][SIZE=1] GeForce 6200, [/SIZE]Coupden, XP[SIZE=1]
[/SIZE]

Author: UbuStream plugin, UbuRadio plugin, EPGExtra utility.
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#20
2006-12-31, 03:45 AM
ubu Wrote:Since Prompt Box skin.xml is part of the GB-PVR distribution, it should have found it in skin/Blue/Common Dialogs.

UbuStream doesn't explicitly use the Prompt Box but it does employ the GbpvrUiElements Library's error and yes/no dialogs which, presumably, do use it. (This may or may not be relevant but UbuStream v2.0 does require the most recent version of GbpvrUiElements.)

The prompt box is part of the CommonGBPVRUtilities distribution, and is not a part of GBPVR's distribution. That being said, the Community skin has everything self contained and doesn't need to fall back to blue for anything.
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
  Ubustream not working preview neither timeshitf play Toni 2 3,129 2009-05-27, 07:59 PM
Last Post: Toni
  Imposible to start ubustream Toni 3 3,180 2009-05-27, 12:02 PM
Last Post: Toni
  UbuStream plugin - support ubu 42 45,508 2009-03-26, 12:41 AM
Last Post: am2pgs
  UBUStream and version 1.3.11 seansco 10 6,679 2009-03-11, 01:07 PM
Last Post: seansco
  Using Ubustream with MediaMVPs jbyram2 33 40,333 2008-12-12, 04:50 PM
Last Post: jbyram2
  No mouse in web pages from Ubustream 2.2 aa7 0 2,416 2008-03-21, 04:13 AM
Last Post: aa7
  Run external app before UbuStream playback? sgilani 9 4,396 2008-03-16, 05:09 AM
Last Post: sgilani
  YouTube not working via VLC/Ubustream gazoo 4 4,982 2008-03-10, 03:16 PM
Last Post: gazoo
  uefa futsal in ubustream? sglebs 0 2,199 2008-03-02, 03:14 AM
Last Post: sglebs
  Ubustream in PVRX2 markfarey 4 3,839 2008-02-27, 02:42 AM
Last Post: markfarey

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

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

Linear Mode
Threaded Mode