NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information NextPVR Announcements v
« Previous 1 … 5 6 7 8 9 … 11 Next »
v0.95.14 maintenance release

Thread Closed 
 
  • 0 Vote(s) - 0 Average
v0.95.14 maintenance release
gsee
Offline

Junior Member

Posts: 1
Threads: 0
Joined: Dec 2005
#131
2005-12-07, 05:41 AM
I'm new to this and trying to download the latest by using the main page download link of http://www.gbpvr.com/GBPVR09514.msi but I'm just getting a 404 page not found error. So what's the trick? Where can I download the current version? I've heard great things and want to try it. Thanks.
capone
Offline

Posting Freak

Posts: 1,756
Threads: 190
Joined: Jan 2005
#132
2005-12-07, 05:50 AM
gsee Wrote:I'm new to this and trying to download the latest by using the main page download link of http://www.gbpvr.com/GBPVR09514.msi but I'm just getting a 404 page not found error. So what's the trick? Where can I download the current version? I've heard great things and want to try it. Thanks.

http://forums.nextpvr.com/showthread.php?t=11231
j3flight
Offline

Member

Posts: 244
Threads: 12
Joined: Feb 2005
#133
2005-12-07, 06:37 AM
At this stage, I'm planning to do a release with two fixes in it:

- Removed feature that deletes files via the recycle bin. It seems to cause a problem for some users, and I cant be bothered looking into it.
- Fixed a bug that could cause guide recordings to be saved in the 'manual recordings' folder.

Yep, I've hit both of these in the past couple days. Thanks for identifying/fixing them sub - looking forward to the next maintenance build.
Windows XP
Athlon 64 3500+, 2GB
nVidia 7300GT, PVR 250
j3flight
Offline

Member

Posts: 244
Threads: 12
Joined: Feb 2005
#134
2005-12-07, 06:39 AM
Sorry about the possibly confusing post above, the first few lines are a quote from Sub, but I didn't make it stand out.
Windows XP
Athlon 64 3500+, 2GB
nVidia 7300GT, PVR 250
adi2004
Offline

Junior Member

Posts: 26
Threads: 7
Joined: Oct 2004
#135
2005-12-07, 10:03 AM
j3flight Wrote:- Removed feature that deletes files via the recycle bin. It seems to cause a problem for some users, and I cant be bothered looking into it.
- Fixed a bug that could cause guide recordings to be saved in the 'manual recordings' folder.

Confirmed. I'm getting both of those. The Manual recordings thing threw me for a while because I copy stuff off the dedicated DVR box for editing on another machine and was quite shocked when it didn't seem to be there Wink
Pioneer4x4
Offline

Posting Freak

Posts: 926
Threads: 50
Joined: Jan 2005
#136
2005-12-07, 01:59 PM
Sub, I have tested several times doing an EPG update. I open up taskmanager each time. I see a brief (5 seconds or so) time with the cpu maxed out, then the network activity runs for a while (Downloading the info from zap2it) usually about 15 seconds for about 5 meg worth. Then the cpu spike at 100% again for as little as 8 SECONDS!!! Wow, I guess you really cleaned up your code, or found a loop hole (pun intended). I can hear the drive seeking like it is actually doing something, not sitting for 3 or more minutes.
3x MVPs (not used anymore)
XBMC
Hauppauge 150 via SVideo
Comcast Digital Cable
Motorola HD Cable box channel changed via Firewire
Vista Home Premium with RDP hack
AMD Athalon 64 5000+
340gig sata, plus 80SATA+3x160IDE Drives in XP machine for storage.
Pioneer4x4
Offline

Posting Freak

Posts: 926
Threads: 50
Joined: Jan 2005
#137
2005-12-07, 02:22 PM
I have an original Hauppauge WinTVPVR card in one of the other computers. I use it for recording shows via wintv2000 when my main PVR150 is occupied. It is a very nice card, but does not have WDM drivers (Only buggy alpha ones). It can record Closed Captions, and I know that WinTV2000 will show them when watching live tv, and I believe recordings.

I only watch shows via MVP, and except for one or twice a week, I will watch a show from the old card. I have recently noticed when watching a show from the old card via GBPVR and MVP, a message about subtitles shows up in the top right. I think after hitting the blue button to check progress. Is this GBPVR drtecting the CC stream?
And I assume if it is, it is still not viewable on the MVP withoutsome transcoding and having them overlayed.
3x MVPs (not used anymore)
XBMC
Hauppauge 150 via SVideo
Comcast Digital Cable
Motorola HD Cable box channel changed via Firewire
Vista Home Premium with RDP hack
AMD Athalon 64 5000+
340gig sata, plus 80SATA+3x160IDE Drives in XP machine for storage.
CaptainVideo
Offline

Member

Posts: 142
Threads: 30
Joined: Mar 2005
#138
2005-12-07, 03:06 PM
j3flight Wrote:- Removed feature that deletes files via the recycle bin. It seems to cause a problem for some users, and I cant be bothered looking into it.

Does this have to do with the fact that files aren't getting deleted on my system?

I've searched for this but can't find any references to "won't delete". The only way I've found to make sure a program gets deleted is to go in to XRecord's Videos (not the "Ready" menu) and delete that way. I think Deleting under "Video library" works too, but I can't really replicate the not-deleting problem to be sure.
GB-PVR (usually newest version) (Love it! Direct access to 45-button Hauppauge remote not working)
WXP SP2 / Cel 2.9Ghz / 512DDR/400 / Intel PERL / PVR-150, Matrox G550, "160"Gb WD 7200/8Mb
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,987
Threads: 770
Joined: Nov 2003
#139
2005-12-07, 05:17 PM
Quote:I open up taskmanager each time. I see a brief (5 seconds or so) time with the cpu maxed out, then the network activity runs for a while (Downloading the info from zap2it) usually about 15 seconds for about 5 meg worth. Then the cpu spike at 100% again for as little as 8 SECONDS!!! Wow, I guess you really cleaned up your code, or found a loop hole (pun intended).
For the programmers here that may be interested, I switch from using DOM parsing to SAX parsing. I've known since the very first day I added zap2it support that this change would make a significant difference.

DOM parsing loads the whole XML response into memory and allows me to dynamically access any part of it as I extract channel and programme information. DOM is much easier to programme for.

SAX parsing effectively goes from the beginning of the XML, to the end of the XML, in one pass, only ever giving me access to the one current data node. Using this method, I'm effectively building up a list of partial 'Programme' records that get more and more complete the further I get through the XML, and are hopefully complete by the time I get to the end of the file. SAX is much harder to program for, but much more efficient.
krys
Offline

Junior Member

Posts: 11
Threads: 3
Joined: May 2005
#140
2005-12-07, 05:18 PM
As far as I know, you cannot delete anything using "Manual Recordings" screens. On "Video..." screens delete works fine.

Krys
===============================================
ASUS Pundit-R, Celeron 2.0 GHz, 512 MB, 250GB HD, WinXP SP2
WinTv PVR250, PVR150MCE, ATI Radeon 9100 IGP, MVP
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Update on next release sub 66 39,156 2010-06-13, 04:28 PM
Last Post: sub
  Next release sub 10 6,089 2008-03-09, 12:24 AM
Last Post: kayak4ever
  next release, more guinea pigs required sub 65 31,264 2006-12-29, 12:04 AM
Last Post: sub
  v0.97.9 (maintenance release) sub 87 39,934 2006-06-09, 12:13 AM
Last Post: glassvial
  Release 2.0 went well sub 106 37,623 2006-04-10, 01:57 PM
Last Post: cfreukes
  v0.96.12 maintenance release sub 111 47,399 2006-03-06, 10:17 PM
Last Post: sub
  next release sub 29 14,157 2005-08-12, 03:32 AM
Last Post: Hugh
  v0.92.11 maintenance release sub 82 38,065 2005-07-28, 06:25 PM
Last Post: Danka
  v0.91.8 Maintenance Release sub 27 12,581 2005-03-27, 08:08 PM
Last Post: rowyourboot
  v0.91.7 Maintenance Release sub 12 6,215 2005-03-24, 10:26 PM
Last Post: AOSandman

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

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

Linear Mode
Threaded Mode