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.93.10 (13 August - afternoon)

 
  • 0 Vote(s) - 0 Average
v0.93.10 (13 August - afternoon)
Icehenge
Offline

Junior Member

Posts: 13
Threads: 5
Joined: Dec 2004
#61
2005-08-15, 06:56 PM
I dont know if this is any use, but the dvb Filter DCoder is working on here http://www.dsp-worx.de/ seems to do a lot of the work in handling transport streams and some work on handling mheg with external apps as well.

Ice...
dazzyb2k3
Offline

Member

Posts: 206
Threads: 21
Joined: Jul 2005
#62
2005-08-15, 07:00 PM
Once again thanks for a great release Sub! No probs for me so far, in fact quite the opposite:

Quote:- Added 'Microsoft DVR-MS' to the list of mux filters. Please note, this mux option is not compatible with timeshift mode for viewing TV, so it selected should only be used for recording or live preview mode. Also be aware that this mux filter produces .dvr-ms files instead of .mpg files

Always being the curious one, I tried the above and it solved all my audio sync issues and it timeshifts beautifully!!

It seems a very stable and worthy addition for me. Thanks Big Grin
Darx-starz
Offline

Senior Member

Posts: 336
Threads: 53
Joined: Jan 2005
#63
2005-08-15, 07:27 PM
Not sure if its just me but when I enable comskip the folder and the .wme and .csv file remain. Is it supposed to do this?
Asus A7V880 Motherboard
AMD Sempron 2400+ 1.67GHz (Socket A) CPU
Maxtor DiamondMax Plus 10 200GB SATA 8MB Cache
Maxtor DiamondMax Plus 10 160GB SATA 8MB Cache
Corsair 512MB DDR Value Select PC3200
Hauppauge PVR150
2 X Hauppauge Nova-T (200009)
FX5200 composite out
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,014
Threads: 771
Joined: Nov 2003
#64
2005-08-15, 07:29 PM
The version of comskip that I run doesnt generate .wmv and .csv files.
aguptaweb
Offline

Junior Member

Posts: 22
Threads: 3
Joined: Jul 2005
#65
2005-08-15, 07:57 PM
Got the new release, was kind of "meh" when all my recordings weren't transfered over... How do you do that, again? Also, I tried watching live TV and it gave me a black screen and "Starting Timeshift Mode TV, Please Wait," and then comes back with "Error: Failure Playing Back File." What do I do?
Zod
Offline

Member

Posts: 53
Threads: 10
Joined: Jul 2005
#66
2005-08-15, 07:59 PM
Skin handling code seems like it could use a bit of polish:

- Trying to use an older skin (BlueMCE2 v0.108) caused GBPVR.exe to silently exit (though a note was made in the GBPVR.exe.log about it not finding a Net Radio skin -- yes I read the thread about it). Having program execution dependent on successfully loading the skin seems bad...maybe better to have it gracefully default to the Blue skin with an error message?

- Accidentally installed the skin files to devnz\gbpvr\skins\bluemce2-0108\BlueMCE2 instead of devnz\gbpvr\skins\BlueMCE2. This allowed me to select the "bluemce2-0108" skin in Config.exe (does throw an error about the missing preview.jpg file), but when I launched GBPVR.exe, it silently exited again. Obviously it's just trying to use the skin subdirectory name as a variable, and it's assuming the directory structure underneath it is valid. That's understandable, but again, not too robust. GBPVR.exe.log file shows:

8/15/2005 12:50:26 PM.397 ERROR [2] Could not find a part of the path "C:\Program Files\devnz\gbpvr\skin\bluemce2-0108\main menu\Skin.xml".
8/15/2005 12:50:26 PM.412 ERROR [2] at System.IO.__Error.WinIOError(Int32 errorCode, String str)

Maybe if the skin subdirectory doesn't have the expected files (preview.jpg, etc.), don't include it in the list of selectable skins?
Zod
Offline

Member

Posts: 53
Threads: 10
Joined: Jul 2005
#67
2005-08-15, 08:02 PM
I was quite excited about the prospect of allowing an in-place upgrade, though! If it hadn't been for the skin issue I had causing a silent program exit, I wouldn't have uninstalled the whole thing to install the new upgrade. Having to configure everything again is a chore. But the in-place upgrader seemed to be very professional and robust...I liked it a lot.

XP SP2 + Latest Hotfixes, GBPVR v0.98.8, AMD Sempron 2500+, Abit VA-20, 512MB PC3200 RAM, Gigabyte Radeon 9250 128 MB VIVO AGP, ATI TV Wonder Elite PCI w/ Remote Wonder Plus, Creative Audigy 2 Value, 2x Seagate ATA/100 7200.7 IDE
---
Officer, have you ever heard of "Snow Crash"...?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,014
Threads: 771
Joined: Nov 2003
#68
2005-08-15, 08:04 PM
Zod Wrote:Skin handling code seems like it could use a bit of polish:

- Trying to use an older skin (BlueMCE2 v0.108) caused GBPVR.exe to silently exit (though a note was made in the GBPVR.exe.log about it not finding a Net Radio skin -- yes I read the thread about it). Having program execution dependent on successfully loading the skin seems bad...maybe better to have it gracefully default to the Blue skin with an error message?

- Accidentally installed the skin files to devnz\gbpvr\skins\bluemce2-0108\BlueMCE2 instead of devnz\gbpvr\skins\BlueMCE2. This allowed me to select the "bluemce2-0108" skin in Config.exe (does throw an error about the missing preview.jpg file), but when I launched GBPVR.exe, it silently exited again. Obviously it's just trying to use the skin subdirectory name as a variable, and it's assuming the directory structure underneath it is valid. That's understandable, but again, not too robust. GBPVR.exe.log file shows:

8/15/2005 12:50:26 PM.397 ERROR [2] Could not find a part of the path "C:\Program Files\devnz\gbpvr\skin\bluemce2-0108\main menu\Skin.xml".
8/15/2005 12:50:26 PM.412 ERROR [2] at System.IO.__Error.WinIOError(Int32 errorCode, String str)

Maybe if the skin subdirectory doesn't have the expected files (preview.jpg, etc.), don't include it in the list of selectable skins?
User error...

I clearly pointed out on the release announcement that you have to use the blue skin until other skins have been updated for compatibility with the new version.
aguptaweb
Offline

Junior Member

Posts: 22
Threads: 3
Joined: Jul 2005
#69
2005-08-15, 08:18 PM
Well, I tweaked some settings (i.e. "reinstalled" 9.2.11, but Config.exe still shows 9.3.10) and I'm getting the black "Starting timeshift..." screen only for a flicker, but now it's telling me there are no tuners to watch the channel. I have an ATI Theater 550 Pro, and I'm not recording anything on it. What's going on?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,014
Threads: 771
Joined: Nov 2003
#70
2005-08-15, 08:21 PM
Quote:i.e. "reinstalled" 9.2.11, but Config.exe still shows 9.3.10
Sounds like you've got a stuffed by install. The installation procedure is not designed to go backwards.

I suggest you uninstall GB-PVR, delete the gbpvr directory, then reinstall the version of the application that you want to use. DONT RESTORE A COPY OF THE CONFIG.XML FROM ANOTHER VERSION OF GB-PVR.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (25): « Previous 1 … 5 6 7 8 9 … 25 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  5.1.4.210802 available (2nd August) sub 0 3,303 2021-08-02, 02:55 AM
Last Post: sub
  5.0.8 available (23rd August) sub 0 5,689 2020-08-22, 08:36 PM
Last Post: sub
  3.5.7 available (30th August) sub 46 134,782 2015-10-28, 11:27 PM
Last Post: mvallevand
  2.5.5 available (5 August 2012) sub 46 56,987 2012-09-15, 12:27 AM
Last Post: Wakalaka
  2.2.6 available (28th August) sub 41 97,597 2011-11-28, 04:17 AM
Last Post: sub
  v0.94.8 (afternoon) sub 126 43,151 2005-09-16, 08:16 PM
Last Post: lif
  v0.93.9 available (13 August) sub 51 20,908 2005-08-13, 02:46 AM
Last Post: sub

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

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

Linear Mode
Threaded Mode