NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 26 27 28 29 30 … 56 Next »
Community Skin version 1.0 released.

 
  • 0 Vote(s) - 0 Average
Community Skin version 1.0 released.
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#131
2006-10-31, 01:21 AM
Jeff Wrote:Looking good. I have another suggestion. I've noticed that you using named colors for most, but not all things. In particular, I think it would be useful if the ScreenName and HintText styles used named colors so that plug-in skins could reuse these colors if they have other custom text styles that they would like to match in terms of color to these common styles.

Code:
    <!-- Screen Text-->    
        <TextStyle name="ScreenName" color="#2562b0" typeFace="Arial" size="32" style="bold" /><!--Max size=32 -->
        <TextStyle name="HintText" color="White" typeFace="Arial" size="13" style="bold"/> <!--Added-->    
        
        <TextStyle name="ScreenText" color="ScreenText" typeFace="Arial" size="13" style="bold" />
        <TextStyle name="ScreenTextLarge" color="ScreenText" typeFace="Arial" size="16" style="bold" />
        <TextStyle name="ScreenTag" color="ScreenTag" typeFace="Arial" size="14" style="bold" />
        <TextStyle name="ScreenTagLarge" color="ScreenTag" typeFace="Arial" size="16" style="bold" />

Jeff

Ok. I thought about that as well, but wasn't sure if it was necessary. I'll add that for the next update.
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]
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#132
2006-10-31, 01:36 AM
Behind the scenes.....Geek speak.....

One of the "things" that I am doing with these mysterious "internal changes" is I am swapping out alot of

<DrawImage filename="..\_CommonImages\Background_List.png" loc="0,0" size="500,380" />

With....

<DrawCompositeImage name="Background_List" loc="0,0" size="500,380" />

Why?

Well, hidden away in the MainMenu selections there is a blue xml demo main menu. It shows that these xml files can be used with an all xml stucture for buttons, list backgrounds, popup backgrounds, ect.

Just one of the things that I am doing to test just how flexible and universal this system is, by having all the power in the baseskin.xml file.
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]
-Oz-
Offline

Posting Freak

Posts: 803
Threads: 33
Joined: Aug 2006
#133
2006-10-31, 05:18 AM
i like the addition of the weather to the skin.

Its a great skin
Dan Blomberg
[SIZE="1"]HTPC 1: MSI K8NGM2-FID, AMD 64 3000+, WD 200gb HDD, 1gb ram, NSK2400, PVR-500, Harmony 659
HTPC 2: ASUS M2NPV-VM, AMD 64 3200+, WD 250gb HDD, 1gb ram, nVidia DualTV MCE, NSK2400, Harmony 720
HTPC 3: GIGABYTE GA-E7AUM-DS2H GeForce 9400, Intel E5200 Wolfdale, WD 640gb HDD, 4gb ram, Antec Fusion 2, HVR-1600, hdhomerun, Harmony 880, PCH A-110
GBPVR 1.4.7 Additions: Weather2, UltraXMLTV, Comskip
Project: Setup Logitech Harmony Remote[/SIZE]
gEd
Offline

Posting Freak

London
Posts: 3,518
Threads: 100
Joined: Jan 2005
#134
2006-10-31, 11:51 AM
Hi

I just tried the latest version and now MY Videos doesn;t load up.

Code:
31/10/2006 11:32:47.500    VERBOSE    [1]    Initializing skin helper for: .\skin\Community\My Videos\skin.xml
31/10/2006 11:32:47.500    VERBOSE    [1]    Initializing skin helper for: .\skin\Community\My Series\skin.xml
31/10/2006 11:32:47.500    VERBOSE    [1]    Initializing skin helper for: .\skin\Community\My Series\itemlist-skin.xml
31/10/2006 11:32:47.546    ERROR    [1]    Unable to find node: /settings/SpecialElements/SpecialElement[@name="PageUpDownButtonsEnabled"]
31/10/2006 11:32:47.625    ERROR    [1]    Error initializing menu plugin: C:\Program Files\devnz\gbpvr\plugins\MyVideosPlugin.dll
31/10/2006 11:32:47.625    ERROR    [1]    Exception has been thrown by the target of an invocation.
31/10/2006 11:32:47.625    ERROR    [1]       at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
   at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
   at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
   at System.Activator.CreateInstance(Type type, Boolean nonPublic)
   at GBPVR.Backend.Common.xc4f12ec3a8a4c96b.xb77fa95273e0c228(Boolean x8bae2a88590d8cc0)
31/10/2006 11:32:47.640    ERROR    [1]    Inner exception: System.Data.OleDb.OleDbException: Not a valid bookmark.
   at System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection)
   at System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
   at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup)
   at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
   at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
   at System.Data.OleDb.OleDbConnection.Open()
   at MyVideosPlugin.Database.Database.GetPins() in C:\Documents and Settings\Sean\My Documents\Visual Studio 2005\Projects\My Videos 5\Database\Database.cs:line 1504
   at MyVideosPlugin.Database.Database..ctor(String connstring, String gb_connstring) in C:\Documents and Settings\Sean\My Documents\Visual Studio 2005\Projects\My Videos 5\Database\Database.cs:line 55
   at MyVideosPlugin.MyVideosTask..ctor() in C:\Documents and Settings\Sean\My Documents\Visual Studio 2005\Projects\My Videos 5\MyVideos.cs:line 154
31/10/2006 11:32:47.640    ERROR    [1]       at System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection)
   at System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
   at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup)
   at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
   at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
   at System.Data.OleDb.OleDbConnection.Open()
   at MyVideosPlugin.Database.Database.GetPins() in C:\Documents and Settings\Sean\My Documents\Visual Studio 2005\Projects\My Videos 5\Database\Database.cs:line 1504
   at MyVideosPlugin.Database.Database..ctor(String connstring, String gb_connstring) in C:\Documents and Settings\Sean\My Documents\Visual Studio 2005\Projects\My Videos 5\Database\Database.cs:line 55
   at MyVideosPlugin.MyVideosTask..ctor() in C:\Documents and Settings\Sean\My Documents\Visual Studio 2005\Projects\My Videos 5\MyVideos.cs:line 154
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#135
2006-10-31, 12:20 PM (This post was last modified: 2006-10-31, 12:24 PM by Fatman_do.)
Does anyone else get this? I didn't make any changes that should have caused it (but I might have).

Will take me a while to track this down, I need to install this plugin on my work PC to fix it here. That bit of the log didn't look like it gave me anything to go on. Does it work with blue?
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]
gEd
Offline

Posting Freak

London
Posts: 3,518
Threads: 100
Joined: Jan 2005
#136
2006-10-31, 12:26 PM
oh hang on - it does it with the default Blue skin as well. Sorry.

I'll go away and investigate.
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#137
2006-10-31, 12:29 PM
Yeah, I just installed it here and it worked. I did notice I need to still fix some icon issues McBainUK pointed out. It looked good from the xml part of it, I just never had it installed to actually check it out.
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]
murphotronic
Offline

Junior Member

Posts: 33
Threads: 7
Joined: Jun 2006
#138
2006-11-01, 04:47 PM
Due to network troubleshooting (never use Norton), I'm about to do a completely fresh install of GBPVR and Community Skin and I noticed the obsolete note on the Wiki:

"version 1.0 (GB-PVR Version v.0.98.8+ compatible) (OBSOLETE-See latest beta)"

If I'm installing GBPVR v.0.98.13, do I need version 1.0 or the beta?

Thumbs up by the way on the long list of plugin support, makes it so much easier for us non-coding people.

Thanks,
murph.



[SIZE="3"][SIZE="2"]HTPC:
AMD 64 3000
MSI K8NMG2-FID - love it!
512 MB ram (lost 1 stick)
Samsung Spinpoint 250GB SATA
Hauppauge PVR150 + PVR150MCE
Homebuilt case - Aspen Box w
/ brushed aluminum face (I'm an ME not a CE!)[/SIZE][/SIZE]
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#139
2006-11-01, 05:40 PM
Beta has all latest impovements, tweaks, and features. It just represents a work in progress in converting the plugin skins over to a new internal system. Once all the plugin skins are up to date, it will become 2.0. The beta is fully functional, just there may be changes along the way.

1.0 is obsolete in the sense that there has been quite a bit of work done since that version.
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]
murphotronic
Offline

Junior Member

Posts: 33
Threads: 7
Joined: Jun 2006
#140
2006-11-01, 06:01 PM (This post was last modified: 2006-11-01, 06:05 PM by murphotronic.)
thanks for the quick reply, one more issue: under supported plugins it lists three that I don't see on the Wiki:

- Newsfeeds v. 1.0 - I'm guessing this is RSS Reader, but the v1.0 vs v.4.5 is confusing me

- Recordings2 - I was using the first, but no longer find it in the Wiki

- Homeseer - is this a home automation or security cam plugin? where would I find it?

Thanks again,
murph.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (24): « Previous 1 … 12 13 14 15 16 … 24 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  OlSkool skin for NextPVR v6 Jaggy 3 2,371 2023-07-16, 05:26 PM
Last Post: sub
  NextTool finally released mvallevand 0 3,155 2022-05-13, 09:53 PM
Last Post: mvallevand
  BlueRetroVE+ skin for NPVR Jaggy 101 41,651 2018-01-10, 04:48 AM
Last Post: pitbull1969
  Blue-Retro-SHV Skin updated Jaggy 55 26,826 2018-01-09, 12:52 AM
Last Post: Jaggy
  Searchlite v3 Released - maybe not so lite. mvallevand 0 2,310 2017-04-24, 03:04 PM
Last Post: mvallevand
  TV Listings 3.7.2 released alibert 0 3,027 2016-11-21, 05:13 PM
Last Post: alibert
  Modern Skin cweseloh 0 2,593 2016-06-02, 03:07 PM
Last Post: cweseloh
  NextBlue skin for npvr Northpole 162 63,942 2015-12-16, 07:39 PM
Last Post: Northpole
  JustRetro skin update Jaggy 0 2,010 2015-09-14, 12:37 AM
Last Post: Jaggy
  TV Listings 3.7.1 released alibert 3 4,008 2015-01-10, 11:05 AM
Last Post: liteswap

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

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

Linear Mode
Threaded Mode