NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information NextPVR Announcements v
« Previous 1 … 7 8 9 10 11 Next »
v0.23 available for download

Thread Closed 
 
  • 0 Vote(s) - 0 Average
v0.23 available for download
sparhawk6
Offline

Junior Member

Posts: 2
Threads: 1
Joined: Nov 2004
#11
2004-11-28, 08:16 AM
Wow the PVR150 support is much improved. Not even sage supports it yet. I bet you worry them. [Image: smile.gif]

Thanks for the great program.
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#12
2004-11-28, 10:26 AM
sub well done this is by far the best release of gbpvr, my 350 is working like a dream, pause tv no longer stuffs audio sync and well its a dream, im using gbpvr to watch tv now, not just record tv. just wondering (curious more than anything) what happens when a tv show ends and another one begins whilst watching live tv (it hangs for a second) does it delete the temp mpg file you can use to rewind/pause etc tv and begin a new one?
paulcaley
Offline

Junior Member

Posts: 7
Threads: 3
Joined: Oct 2004
#13
2004-11-28, 12:48 PM
Has any one had any problems with using MVP with this release.   When selecting TV Guide and all other menus I get the message "Object reference is not set to an instance of an object".

Any ideas?

Problem solved: It is a problem with High blue visiblity skin, not sure what yet but will look later
yorrick
Offline

Junior Member

Posts: 9
Threads: 3
Joined: May 2004
#14
2004-11-28, 03:04 PM
I have a few skins that I have customized that now produce the "object reference is not set to an instance of an object' error. I was able to fix video library and music library by copying some of the plain blue folder into the altered folders, but I can not figure out where I would look to fix the object reference for the interface that appears when I want to schedule a season recording. Is there any sort of change log specific to the skinning?
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#15
2004-11-28, 04:17 PM
Sorry, I meant to post following when I posted the release announcement. The skin changes consist of:

main menu\skin.xml (panels can now specify the level of transparency)

<SpecialElement name="Panel" panelName="Clock" visible="true" transparency="0.6" loc="1,1" size="220,70"/>



VideoLibrary\skin.xml & MusicLibrary\skin.xml:

<!-- name colors -->
&lt;NamedColors&gt;
&lt;NamedColor name=&quot;SelectedFileActive&quot; color=&quot;DarkGreen&quot;/&gt;
&lt;NamedColor name=&quot;SelectedFileInactive&quot; color=&quot;Green&quot;/&gt;
&lt;/NamedColors&gt;



NetRadio\Skin.xml and FMRadio\Skin.xml

<!-- name colors -->
&lt;NamedColors&gt;
&lt;NamedColor name=&quot;SelectedStation&quot; color=&quot;DarkGreen&quot;/&gt;
&lt;/NamedColors&gt;


TV Guide\skin.xml
<!-- named colors -->
&lt;NamedColors&gt;
...
&lt;NamedColor name=&quot;ConflictListing&quot; color=&quot;Horizontal:#442200-#AA5533&quot;/&gt;
&lt;NamedColor name=&quot;SelectedConflictListing&quot; color=&quot;Horizontal:#664422-#CC8844&quot;/&gt;
...
&lt;/NamedColors&gt;

&lt;/CompositeImages&gt;
....

<!-- popup -->
&lt;CompositeImage name=&quot;DetailsPopupBackground&quot; size=&quot;720,480&quot;&gt;
&lt;DrawRoundedRect loc=&quot;30,115&quot; size=&quot;670,225&quot; radius=&quot;10&quot; borderWidth=&quot;4&quot; borderColor=&quot;White&quot; fillColor=&quot;Black&quot;/&gt;
&lt;/CompositeImage&gt;
&lt;/CompositeImages&gt;


Recordings\Skin.xml

<!-- Composite Images -->
&lt;CompositeImages&gt;
....

&lt;CompositeImage name=&quot;PopupSelectedButtonImage&quot; size=&quot;130,45&quot;&gt;
&lt;DrawRoundedRect loc=&quot;4,5&quot; size=&quot;120,30&quot; radius=&quot;5&quot; borderWidth=&quot;2&quot; borderColor=&quot;White&quot; fillColor=&quot;VerticalBig GrinarkGreen-Green&quot;/&gt;
&lt;DrawText text=&quot;@buttonText&quot; loc=&quot;15,9&quot; size=&quot;115,34&quot; textStyle=&quot;ButtonText&quot; align=&quot;Left&quot;/&gt;
&lt;/CompositeImage&gt;

&lt;CompositeImage name=&quot;PopupNormalButtonImage&quot; size=&quot;130,45&quot;&gt;
&lt;DrawText text=&quot;@buttonText&quot; loc=&quot;15,9&quot; size=&quot;115,34&quot; textStyle=&quot;ButtonText&quot; align=&quot;Left&quot;/&gt;
&lt;/CompositeImage&gt;


&lt;CompositeImage name=&quot;SelectedItemBackground&quot; size=&quot;490,45&quot;&gt;
&lt;DrawRoundedRect loc=&quot;3,3&quot; size=&quot;483,38&quot; radius=&quot;5&quot; borderWidth=&quot;6&quot; borderColor=&quot;White&quot; fillColor=&quot;DarkGreen&quot;/&gt;
&lt;/CompositeImage&gt;

&lt;CompositeImage name=&quot;ItemBackground&quot; size=&quot;490,45&quot;&gt;
&lt;DrawRoundedRect loc=&quot;3,3&quot; size=&quot;483,38&quot; radius=&quot;5&quot; borderWidth=&quot;4&quot; borderColor=&quot;White&quot; fillColor=&quot;Black&quot;/&gt;
&lt;/CompositeImage&gt;


<!-- popup -->
&lt;CompositeImage name=&quot;ScheduleProgrammePopupBackground&quot; size=&quot;720,480&quot;&gt;
&lt;DrawRoundedRect loc=&quot;30,60&quot; size=&quot;670,320&quot; radius=&quot;10&quot; borderWidth=&quot;4&quot; borderColor=&quot;White&quot; fillColor=&quot;Black&quot;/&gt;
&lt;/CompositeImage&gt;
&lt;CompositeImage name=&quot;ScheduleManualPopupBackground&quot; size=&quot;720,480&quot;&gt;
&lt;DrawRoundedRect loc=&quot;30,60&quot; size=&quot;670,360&quot; radius=&quot;10&quot; borderWidth=&quot;4&quot; borderColor=&quot;White&quot; fillColor=&quot;Black&quot;/&gt;
&lt;/CompositeImage&gt;

&lt;/CompositeImages&gt;
glassvial
Offline

Senior Member

Posts: 389
Threads: 45
Joined: Apr 2004
#16
2004-11-28, 05:32 PM
Does this release have your PVR-350 &quot;fix&quot; you developed as well, as was discussed in the support forum? Didn't see that mentioned in the &quot;what's new&quot; so I'm curious. Thanks.
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#17
2004-11-28, 05:43 PM
Yes, its included.

As part of rewriting the LiveTV support I removed GB-PVR's dependency on the Hauppauge WinTV Reader Filter, and replaced it with my own equivalent. It wasn't intended as a fix, so I've not listed it separately. For consistency, I also use the this new reader for playback of pre-recorded.

I'm also not inclined to claim anything is a &quot;fix&quot; for the PVR350, because then people will expect it to work, but the plain truth is that the drivers have problems and I'm not going to be able to change that.



chasef
Offline

Senior Member

Posts: 299
Threads: 56
Joined: Sep 2004
#18
2004-11-28, 05:49 PM
Sub,
Kickass work ^_^ The new release is awesome [Image: smile.gif]
- WinXP Pro, 2 GB RAM, 200 GB HDD, Core2Duo 2.4 GHz, nVidia GeForce 8800GTS, Hauppauge Win-TV PVR 350.
Guest

Unregistered
 
#19
2004-11-28, 06:56 PM
Hi,
I want to  show information about the DVD, which is currently playing, on a Display. For this, I need an event which shows that a DVD is running. Can you add an event such as &quot;CurrentDVDTrack&quot;?
At first it would suffice to know that a DVD is running.


Newbee
nkh
Offline

Senior Member

Posts: 418
Threads: 14
Joined: Jan 2004
#20
2004-11-28, 09:10 PM
I ran into a small problem while installing:
[Image: gbpvr-0238-installerror.jpg]

Retry did nothing so I choose Ignore and everything seems to be working fine (the file is in the gbpvr dir), but I don't know if it could be a problem...

Anyway, it looks great! the new panels for the main menu is really nice. Would it be posible to set the update time for them? My 1GHz Via can't really keep up with them [Image: smile.gif] maybe a setting that only shows the next recording instead of flashing through the recordings?
Nicolai [SIZE="1"]- http://www.nk-h.dk
Current htpc - Asus N4L-VM DH, Core Duo 2GHz, 2GB RAM, Hauppauge PVR-500 mce, Twinhan DVB-C CI, TerraTec Cinergy 1200 DVB-C, nVidia 8800 GTS (using S-video tv-out), decoding dvb-c with ACamd 0.5.0.9, Yanksee and a Viaccess card from YouSee.[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  v0.91 available for download sub 111 40,654 2005-03-29, 09:43 PM
Last Post: sub
  v0.13 available for download sub 20 10,642 2005-02-20, 05:53 PM
Last Post: sub
  v0.90 available for download sub 161 58,027 2005-02-18, 09:42 AM
Last Post: sidneysides
  v0.22 available for download sub 55 23,085 2004-11-12, 07:24 PM
Last Post: sub
  v0.21 available for download sub 48 15,623 2004-09-11, 01:23 PM
Last Post: glassvial
  v0.20 available for download sub 33 12,871 2004-09-01, 08:49 PM
Last Post: sub
  v0.19 available for download sub 50 17,377 2004-08-18, 06:17 PM
Last Post: marnix
  v0.18 available for download sub 51 16,734 2004-06-19, 12:01 PM
Last Post: mamema
  v0.17 available for download sub 26 10,254 2004-05-18, 02:28 PM
Last Post: glassvial
  v0.16 available for download sub 13 5,846 2004-04-20, 02:13 PM
Last Post: bitter_old_man

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

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

Linear Mode
Threaded Mode