NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 32 33 34 35 36 … 56 Next »
New Skin System: The Collection

 
  • 0 Vote(s) - 0 Average
New Skin System: The Collection
Old Dog
Offline

Posting Freak

Posts: 1,083
Threads: 99
Joined: Jul 2005
#21
2005-12-18, 01:31 PM (This post was last modified: 2005-12-18, 01:40 PM by Old Dog.)
tkgafs Wrote:its not really feasible to change skin on the fly on the mvp as its driven by the gbpvrrecordingservice

so to see any changes in the skin requires you to run

net stop "GB-PVR Recording Service"

then

net start "GB-PVR Recording Service"

and obviously once you stop the service you cant see the mvp screen and have to wait for it to reconnect ......

much simpler to do the changes on the PC and then test if its good for MVP

the only possibility would be if David could come up with some method of previewing what you had chosen for mvp by building a jpg on the fly, but personally I dont think its worth the bother

tkgafs

Actually, to effect the changes on the PC I have to terminate GBPVR then restart it. The Appearance manager simply implements a preview of what the changes will be when GBPVR is restarted. But I sure wouldn't want to terminate the recording service while it was recording a program.
Learning new tricks!
Visit Plain Jane's Collection
Old Dog
Offline

Posting Freak

Posts: 1,083
Threads: 99
Joined: Jul 2005
#22
2005-12-18, 01:52 PM (This post was last modified: 2005-12-18, 02:23 PM by Old Dog.)
Sub, something to think about...

How about a flag within your code directing all plugins and core functions that they should reinitialize their GUI (cache?). Of course the plugins would need to test the flag.
Learning new tricks!
Visit Plain Jane's Collection
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#23
2005-12-18, 03:06 PM
it would probably be easier to fake a restart of the entire gbpvr gui, just reloading the entire frontend. that way no plugins would have to be altered just an extra method (complicated method probably) be added to api.
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#24
2005-12-18, 03:15 PM
KingArgyle Wrote:What would be nice is if the Appearance manager could be used with any skin collection, not just The Collection set of skins. Old Dog any thought of expanding this out to be used with other skins, and making the Apperance Manager a general skin switching utility.

I created the following directory "....\gbpvr\skin\Collection\Backgrounds\Misc". Then copied other backgrounds into it and that worked fine. I imagine Button sets and skin effects can be added as well.

Much more work will need to be done to make it universal. I suspect the application would need to read the config.xml for:

<!-- Skin settings -->
<RootSkinDirectory>.\skin\</RootSkinDirectory>
<ActiveSkin>Blah Blah</ActiveSkin>

Then make the correct changes to that skin. Also skins would need a universal naming convention for modified elements.

I guess that is enough until this migrates into the Development forum.
(I am a skinner, not a coder. That is all I can bring to the table.)
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]
Old Dog
Offline

Posting Freak

Posts: 1,083
Threads: 99
Joined: Jul 2005
#25
2005-12-18, 03:32 PM (This post was last modified: 2005-12-18, 04:11 PM by Old Dog.)
Fatman_do Wrote:I created the following directory "....\gbpvr\skin\Collection\Backgrounds\Misc". Then copied other backgrounds into it and that worked fine. I imagine Button sets and skin effects can be added as well.

Yes, anyone can add backgrounds, buttons, or skin effects. Please do.

Note that currently the naming convention for the Main Menu Button image files must be maintained. Of course, for use with The Collection skin they must all be maintained.

-David
Learning new tricks!
Visit Plain Jane's Collection
Old Dog
Offline

Posting Freak

Posts: 1,083
Threads: 99
Joined: Jul 2005
#26
2005-12-18, 03:38 PM
The current version of the Appearance Manager simply enables/disables task images. In the future it will support selection.
Learning new tricks!
Visit Plain Jane's Collection
Old Dog
Offline

Posting Freak

Posts: 1,083
Threads: 99
Joined: Jul 2005
#27
2005-12-18, 03:47 PM
Old Dog Wrote:Yes, anyone can add backgrounds, buttons, or skin effects. Please do.

You might bundle your contributions into "SkinPack"s, zip them up, and post them.

-David
Learning new tricks!
Visit Plain Jane's Collection
Old Dog
Offline

Posting Freak

Posts: 1,083
Threads: 99
Joined: Jul 2005
#28
2005-12-18, 04:05 PM
tkgafs Wrote:much simpler to do the changes on the PC and then test if its good for MVP

First note that I do not know anything about the MVP so this may not make sense...

Appearance.exe is a stand-alone application. You can run it from Windows. The only caveat is that it will restart GBPVR.exe on exit.
Learning new tricks!
Visit Plain Jane's Collection
nightwalker
Offline

Senior Member

Posts: 733
Threads: 54
Joined: May 2005
#29
2005-12-18, 04:26 PM
I don't see how you can run an external app on the MVP. While i use it exclusively it does have some limitations. I think this being one of them. At least for me it's not a big deal to pop up GBpvr on the PC for screen changes.

While I'm here just wanted to say you're doing a he** of a job. While the skins are still in flux a bit, this series has potential not only out of the box but also for those tweakers among us. Smile
Old Dog
Offline

Posting Freak

Posts: 1,083
Threads: 99
Joined: Jul 2005
#30
2005-12-18, 04:35 PM
nightwalker Wrote:I don't see how you can run an external app on the MVP. While i use it exclusively it does have some limitations. I think this being one of them. At least for me it's not a big deal to pop up GBpvr on the PC for screen changes.

While I'm here just wanted to say you're doing a he** of a job. While the skins are still in flux a bit, this series has potential not only out of the box but also for those tweakers among us. Smile

I'm not sure but, I think tkgafs idea was to run it on the PC as a convienience then manually effect the changes on the MVP.
Learning new tricks!
Visit Plain Jane's Collection
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (9): « Previous 1 2 3 4 5 … 9 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  OlSkool skin for NextPVR v6 Jaggy 3 2,207 2023-07-16, 05:26 PM
Last Post: sub
  BlueRetroVE+ skin for NPVR Jaggy 101 40,834 2018-01-10, 04:48 AM
Last Post: pitbull1969
  Blue-Retro-SHV Skin updated Jaggy 55 26,342 2018-01-09, 12:52 AM
Last Post: Jaggy
  Modern Skin cweseloh 0 2,551 2016-06-02, 03:07 PM
Last Post: cweseloh
  NextBlue skin for npvr Northpole 162 62,736 2015-12-16, 07:39 PM
Last Post: Northpole
  JustRetro skin update Jaggy 0 1,975 2015-09-14, 12:37 AM
Last Post: Jaggy
  JustRetro skin update Jaggy 0 2,189 2014-04-12, 01:11 AM
Last Post: Jaggy
  DefaultAlt skin Jaggy 4 3,301 2014-02-25, 06:23 AM
Last Post: Lao Pan
  System - Updated 19th December, 2012 imilne 0 2,216 2012-12-19, 08:38 PM
Last Post: imilne
  New skin flo87 8 4,315 2012-11-06, 10:38 PM
Last Post: gEd

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

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

Linear Mode
Threaded Mode