NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 243 244 245 246 247 … 1231 Next »
Reinstall differences

 
  • 0 Vote(s) - 0 Average
Reinstall differences
kylebrophy
Offline

Member

Posts: 156
Threads: 39
Joined: Nov 2007
#1
2008-10-10, 03:06 AM
Hi All,

Due to a couple niggles - i rebuilt my pc. (Was xp sp2 before).
Its now XP SP3.

however my issue is this.

#1 On the recordings menu - when i view a recording - i no longer have 'resume' as an option - so if i stop viewing for whatever reason - and wish to view at later date - i have to skip all the way to where i was previously.

#2 i use multidec - and under the previous install - if i set gbpvr to watch one multidec and record another - it would fire up 2 instances of acamd plugin. This is not happening now. in fact even if i dont watch anything - but still set to record the multidec add in is not fired up... hmm?

#3 when i choose 'restart' or 'shutdown' after i click on the power button on our hauppauge remote - gbpvr just exits - the pc is no longer shut down or rebooted.

Not too sure if XP SP3 is the cause of any of this - but the reinstall has sorted all the other niggles i had. Of course i did install the latest version of community skin / skin plugin - rather than versions i have on the old setup.

any ideas?

is there something looking me right in the face that im not seeing?

thanks in advance...
Regards,

Kyle Brophy
IT Manager
Christchurch
New Zealand

nPVR HTPC v3.1.1 (Multidec and also Hauppauge WinTV-CI and Irdeto CAM)
ASUS P5Q SE/R, Core 2 Quad 2.66GHz, 16GB RAM, Windows 7 (64 bit), 2TB (recordings) + 2TB (Movie)
KU: Fixed 90cm - D1,D3,C1
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#2
2008-10-10, 03:35 AM
kylebrophy Wrote:#1 On the recordings menu - when i view a recording - i no longer have 'resume' as an option - so if i stop viewing for whatever reason - and wish to view at later date - i have to skip all the way to where i was previously.
A few people have had this problem due to a bug in the installer. To fix, use a tool like SQLiteSpy to execute the following statements on gbpvr.db3:

Code:
alter table PLAYBACK_POSITION add column duration int
alter table PLAYBACK_POSITION add column last_watched DATETIME
update PLAYBACK_POSITION set last_watched = DATETIME('NOW') where last_watched is null


Quote:#2 i use multidec - and under the previous install - if i set gbpvr to watch one multidec and record another - it would fire up 2 instances of acamd plugin. This is not happening now. in fact even if i dont watch anything - but still set to record the multidec add in is not fired up... hmm?
If you enable live preview mode in the config app, then it should do what you expect.

Quote:#3 when i choose 'restart' or 'shutdown' after i click on the power button on our hauppauge remote - gbpvr just exits - the pc is no longer shut down or rebooted.
I accidentally left a default set the wrong way. Edit config.xml to set [SIZE=2]
<
[/SIZE][SIZE=2]SystemRestartIsAppOnly[/SIZE][SIZE=2]>[/SIZE]false[SIZE=2]</[/SIZE][SIZE=2]SystemRestartIsAppOnly[/SIZE][SIZE=2]>
[/SIZE]
kylebrophy
Offline

Member

Posts: 156
Threads: 39
Joined: Nov 2007
#3
2008-10-10, 06:13 AM
sub Wrote:A few people have had this problem due to a bug in the installer. To fix, use a tool like SQLiteSpy to execute the following statements on gbpvr.db3:

Code:
alter table PLAYBACK_POSITION add column duration int
alter table PLAYBACK_POSITION add column last_watched DATETIME
update PLAYBACK_POSITION set last_watched = DATETIME('NOW') where last_watched is null


If you enable live preview mode in the config app, then it should do what you expect.

I accidentally left a default set the wrong way. Edit config.xml to set [SIZE=2]
<
[/SIZE][SIZE=2]SystemRestartIsAppOnly[/SIZE][SIZE=2]>[/SIZE]false[SIZE=2]</[/SIZE][SIZE=2]SystemRestartIsAppOnly[/SIZE][SIZE=2]>
[/SIZE]

thanks i will make the changes.

however i do have live preview enabled... so the multidec issue is still at large. im hesitant to restore the db3 / config.xml file from the previous install just in case the previous issues i had come back.

ill do the other 2 suggestions first anyways - and see what pans out - many thanks Smile
Regards,

Kyle Brophy
IT Manager
Christchurch
New Zealand

nPVR HTPC v3.1.1 (Multidec and also Hauppauge WinTV-CI and Irdeto CAM)
ASUS P5Q SE/R, Core 2 Quad 2.66GHz, 16GB RAM, Windows 7 (64 bit), 2TB (recordings) + 2TB (Movie)
KU: Fixed 90cm - D1,D3,C1
kylebrophy
Offline

Member

Posts: 156
Threads: 39
Joined: Nov 2007
#4
2008-10-10, 07:31 AM
sub Wrote:A few people have had this problem due to a bug in the installer. To fix, use a tool like SQLiteSpy to execute the following statements on gbpvr.db3:

Code:
alter table PLAYBACK_POSITION add column duration int
alter table PLAYBACK_POSITION add column last_watched DATETIME
update PLAYBACK_POSITION set last_watched = DATETIME('NOW') where last_watched is null


If you enable live preview mode in the config app, then it should do what you expect.

I accidentally left a default set the wrong way. Edit config.xml to set [SIZE=2]
<
[/SIZE][SIZE=2]SystemRestartIsAppOnly[/SIZE][SIZE=2]>[/SIZE]false[SIZE=2]</[/SIZE][SIZE=2]SystemRestartIsAppOnly[/SIZE][SIZE=2]>
[/SIZE]

bit of an update.

following your suggestions - i now have resume back on menu - and also can reboot/shutdown pc via remote. Thanks !!

on the multidec - no change...

if i turn off live preview mode- i cannot even view multidec. it would appear that recording uses this method - as it does not even initiate the mdfilter icon in the system tray (when sent to use same process). As soon as i turn on live preview i can view the channel - but as mentioned before - not record it (as no mdapi instance for the recording).

Given that this was working somewhat successfully under the previous install - i suspect its a setting somewhere ?

any places i should be checking?

what could cause the non "live-preview" option to not even load the mdapi wrapper? I suspect if that was solved then i would once again be able to record.

sorry to rant

Thanks in advance.
Regards,

Kyle Brophy
IT Manager
Christchurch
New Zealand

nPVR HTPC v3.1.1 (Multidec and also Hauppauge WinTV-CI and Irdeto CAM)
ASUS P5Q SE/R, Core 2 Quad 2.66GHz, 16GB RAM, Windows 7 (64 bit), 2TB (recordings) + 2TB (Movie)
KU: Fixed 90cm - D1,D3,C1
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#5
2008-10-10, 04:27 PM
Reproduce the problem, then zip and attach the logs and I'll take a look.
kylebrophy
Offline

Member

Posts: 156
Threads: 39
Joined: Nov 2007
#6
2008-10-13, 12:48 AM
ok thanks - will do that tonight.
Regards,

Kyle Brophy
IT Manager
Christchurch
New Zealand

nPVR HTPC v3.1.1 (Multidec and also Hauppauge WinTV-CI and Irdeto CAM)
ASUS P5Q SE/R, Core 2 Quad 2.66GHz, 16GB RAM, Windows 7 (64 bit), 2TB (recordings) + 2TB (Movie)
KU: Fixed 90cm - D1,D3,C1
kylebrophy
Offline

Member

Posts: 156
Threads: 39
Joined: Nov 2007
#7
2008-10-15, 04:54 AM
attached should be 2 sets of log files.

one with mdapi set to reuse filter - and record in process. the other not reusing filter.

either way i can view via live tv - but cannot get any recordings since the reinstall.
Regards,

Kyle Brophy
IT Manager
Christchurch
New Zealand

nPVR HTPC v3.1.1 (Multidec and also Hauppauge WinTV-CI and Irdeto CAM)
ASUS P5Q SE/R, Core 2 Quad 2.66GHz, 16GB RAM, Windows 7 (64 bit), 2TB (recordings) + 2TB (Movie)
KU: Fixed 90cm - D1,D3,C1
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#8
2008-10-15, 05:10 AM
Quote:2008-10-15 17:41:37.093 VERBOSE FindFilterByName failed to locate filter: GB-PVR PSI Parser
Try running reregisterfilters.bat.
kylebrophy
Offline

Member

Posts: 156
Threads: 39
Joined: Nov 2007
#9
2008-10-15, 10:40 AM
sub Wrote:Try running reregisterfilters.bat.

thanks for that - early indications seem to be that did the trick - will do a bit more testing.
Regards,

Kyle Brophy
IT Manager
Christchurch
New Zealand

nPVR HTPC v3.1.1 (Multidec and also Hauppauge WinTV-CI and Irdeto CAM)
ASUS P5Q SE/R, Core 2 Quad 2.66GHz, 16GB RAM, Windows 7 (64 bit), 2TB (recordings) + 2TB (Movie)
KU: Fixed 90cm - D1,D3,C1
kylebrophy
Offline

Member

Posts: 156
Threads: 39
Joined: Nov 2007
#10
2008-10-15, 10:53 PM
Thanks Sub - that did indeed do the trick.

worked for dvr-ms - and after a reboot did the trick for my cyberlink mux as well.

i suspect if i have troubles in future - that might be my first port of call before posting.
Regards,

Kyle Brophy
IT Manager
Christchurch
New Zealand

nPVR HTPC v3.1.1 (Multidec and also Hauppauge WinTV-CI and Irdeto CAM)
ASUS P5Q SE/R, Core 2 Quad 2.66GHz, 16GB RAM, Windows 7 (64 bit), 2TB (recordings) + 2TB (Movie)
KU: Fixed 90cm - D1,D3,C1
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  GBPVR reinstall problem yeohcl 5 2,192 2010-08-18, 07:29 PM
Last Post: peinkc
  Can't reinstall client Talondale 6 2,286 2009-05-28, 03:00 AM
Last Post: Snooze
  Relationships/differences between two fullscreen settings on different tabs? Jon_J 1 1,221 2009-05-06, 10:32 AM
Last Post: sub
  Backup for Reinstall hakras 8 2,635 2009-03-23, 01:45 AM
Last Post: hakras
  After reinstall of Windows no sound for TS-files dero 2 1,347 2009-01-07, 10:24 AM
Last Post: dero
  after reinstall can i watch shows i recorded dc9mm 3 1,312 2008-12-12, 04:17 AM
Last Post: dc9mm
  Still no chamnnels even after reinstall of Vista! nemulate 3 1,351 2008-11-06, 11:36 PM
Last Post: nemulate
  Gbpvr tries to reinstall when I go to config DoPeFiSh 7 1,809 2008-10-25, 08:40 PM
Last Post: Inquisitor
  Reinstall of v1.2.13 in Vista JMT 1 1,196 2008-10-21, 03:06 AM
Last Post: JMT
  manul vs auto record differences? Andrewh 6 1,727 2008-10-20, 02:27 AM
Last Post: Andrewh

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

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

Linear Mode
Threaded Mode