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 … 244 245 246 247 248 … 1231 Next »
no longer getting prompted to resume?

 
  • 0 Vote(s) - 0 Average
no longer getting prompted to resume?
wannabepvr
Offline

Senior Member

Posts: 635
Threads: 131
Joined: Sep 2005
#1
2008-05-28, 04:25 AM (This post was last modified: 2008-05-28, 04:25 AM by wannabepvr.)
Upgraded to 1.2.13 and everything seemed well - but I just noticed that I am no longer getting prompted to resume.

Config.xml settings below.

[HTML] <!-- Misc Video Recording settings -->
<RecycleUSBUIRT>false</RecycleUSBUIRT>
<SkipInsteadOfFFRW>false</SkipInsteadOfFFRW>
<SkipInsteadOfFFRWSeconds>10</SkipInsteadOfFFRWSeconds>
<AudioSkipSeconds>10</AudioSkipSeconds>
<DefaultSkipSecondsForward>170</DefaultSkipSecondsForward>
<DefaultSkipSecondsBack>30</DefaultSkipSecondsBack>
<ManualSkipTimebase>Minutes</ManualSkipTimebase>
<AutoCreateFolders>true</AutoCreateFolders>
<PromptForResume>true</PromptForResume>
<UseMenuResumeButton>false</UseMenuResumeButton>
<StoreResumeStartExclusion>0</StoreResumeStartExclusion>
<StoreResumeEndExclusion>0</StoreResumeEndExclusion>
<WhatsNewDayCount>7</WhatsNewDayCount>
<PreShowPadding>4</PreShowPadding>[/HTML]
Core2-E2180, 1G RAM, 1Gb-5450 Silent, 2Tb +300g HDDs.
Three tuners: [SIZE=2][SIZE=1]Twinhan DVB-T x 1, Hauppauge Nova 500T (dual)
[/SIZE][/SIZE]
DTB Digital SD + HD content (PAL-MPEG2-AC3).
Custom case made very quiet. Zalman CPU cooler.
Sits in rack with other HiFi.

ParaLED to show tuner activity.

Display: 42" 1920x1080p Panasonic Plasma

1x wired MVP
1x PC client
[URL="http://web.aanet.com.au/media/"]
[/URL]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#2
2008-05-28, 04:29 AM
Is there any errors appearing in your pvxr2.exe.log?
wannabepvr
Offline

Senior Member

Posts: 635
Threads: 131
Joined: Sep 2005
#3
2008-05-28, 04:34 AM
Sure is: Hopefully you know what it means.Smile
This occurs on all the different recordings I tried.


[HTML]2008-05-28 14:10:30.860 VERBOSE [1] PlaybackPositionManager.storeLastPlaybackPosition(S:\new_recordings\Good Game\Good Game_20080523_23550025.dvr-ms, 689)
2008-05-28 14:10:31.001 WARNING [1] Unexpected error updating PLAYBACK_POSITION: System.Data.SQLite.SQLiteException: SQLite error
table PLAYBACK_POSITION has no column named duration
at System.Data.SQLite.SQLite3.Prepare(String strSql, SQLiteStatement previous, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
at GBPVR.Backend.Common.x38d54e470ed17baf.storeLastPlaybackPosition(String filename, Int32 lastKnownPosition, Int32 duration)
2008-05-28 14:10:31.376 VERBOSE [1] EnableScreenSaver()[/HTML]
Core2-E2180, 1G RAM, 1Gb-5450 Silent, 2Tb +300g HDDs.
Three tuners: [SIZE=2][SIZE=1]Twinhan DVB-T x 1, Hauppauge Nova 500T (dual)
[/SIZE][/SIZE]
DTB Digital SD + HD content (PAL-MPEG2-AC3).
Custom case made very quiet. Zalman CPU cooler.
Sits in rack with other HiFi.

ParaLED to show tuner activity.

Display: 42" 1920x1080p Panasonic Plasma

1x wired MVP
1x PC client
[URL="http://web.aanet.com.au/media/"]
[/URL]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#4
2008-05-28, 04:40 AM
Did you restore your gbpvr.db3 file after installing 1.2.13? If so, you shouldnt have. Your database seems to have reverted to an older 1.2.9 format and is missing the new 1.2.13 columns.

You can update it by excuting the following three statements in a tool like SQLiteSpy:

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
wannabepvr
Offline

Senior Member

Posts: 635
Threads: 131
Joined: Sep 2005
#5
2008-05-28, 04:46 AM
Strange, I updated to 1.2.13 then deleted the database as I expected it would have carried over an old glitch (some old unused channels)
Then let the pvrX2 executable program create a new DB and set up my tuners from scratch.
Core2-E2180, 1G RAM, 1Gb-5450 Silent, 2Tb +300g HDDs.
Three tuners: [SIZE=2][SIZE=1]Twinhan DVB-T x 1, Hauppauge Nova 500T (dual)
[/SIZE][/SIZE]
DTB Digital SD + HD content (PAL-MPEG2-AC3).
Custom case made very quiet. Zalman CPU cooler.
Sits in rack with other HiFi.

ParaLED to show tuner activity.

Display: 42" 1920x1080p Panasonic Plasma

1x wired MVP
1x PC client
[URL="http://web.aanet.com.au/media/"]
[/URL]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#6
2008-05-28, 04:49 AM
Odd. I just checked the empty.db3 file that is distributed with the application and it definitely has the new database columns, so I cant think why you wouldnt have had them if the app had to recreate the database.

...anyway, try executing those statements from above and you should be ok.
wannabepvr
Offline

Senior Member

Posts: 635
Threads: 131
Joined: Sep 2005
#7
2008-05-28, 04:50 AM
Thank you so much for the help!
Core2-E2180, 1G RAM, 1Gb-5450 Silent, 2Tb +300g HDDs.
Three tuners: [SIZE=2][SIZE=1]Twinhan DVB-T x 1, Hauppauge Nova 500T (dual)
[/SIZE][/SIZE]
DTB Digital SD + HD content (PAL-MPEG2-AC3).
Custom case made very quiet. Zalman CPU cooler.
Sits in rack with other HiFi.

ParaLED to show tuner activity.

Display: 42" 1920x1080p Panasonic Plasma

1x wired MVP
1x PC client
[URL="http://web.aanet.com.au/media/"]
[/URL]
wannabepvr
Offline

Senior Member

Posts: 635
Threads: 131
Joined: Sep 2005
#8
2008-05-28, 05:17 AM
When I look at either the empty.db3 or the new gbpvr.db3 created by pvrx2.exe, either seem to contain the extra fields? (The 'empty,db3' DB is dated 20feb08)

When I look at a fresh install on another machine the DB does have 5 columns for playback position.

(Please be gentile if I am being stupid and am very week when it comes do databases)\

The execute line in the non commercial version of SQLiteSpy seems to be greyed out. But it is only a few minutes to rescan my channels etc.

Anyway this is just filling you in on what I have found. I will fix my DB with one from the fresh install.

Thanks again.
Core2-E2180, 1G RAM, 1Gb-5450 Silent, 2Tb +300g HDDs.
Three tuners: [SIZE=2][SIZE=1]Twinhan DVB-T x 1, Hauppauge Nova 500T (dual)
[/SIZE][/SIZE]
DTB Digital SD + HD content (PAL-MPEG2-AC3).
Custom case made very quiet. Zalman CPU cooler.
Sits in rack with other HiFi.

ParaLED to show tuner activity.

Display: 42" 1920x1080p Panasonic Plasma

1x wired MVP
1x PC client
[URL="http://web.aanet.com.au/media/"]
[/URL]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#9
2008-05-28, 05:27 AM
Quote:When I look at a fresh install on another machine the DB does have 5 columns for playback position.
Quote:But it is only a few minutes to rescan my channels etc.
Best bet is probably to copy the empty.db3 file from that other machine.
wannabepvr
Offline

Senior Member

Posts: 635
Threads: 131
Joined: Sep 2005
#10
2008-05-28, 05:53 AM
sub Wrote:Best bet is probably to copy the empty.db3 file from that other machine.

I think this is exactly the problem. I suspect you updated the default gbpvr.db3 to the new format, but left the old empty.db3 (20feb08) - because even the 'other machine' still had the old style DB in the empty.db3.

So when I deleted by new DB, pvrx2.exe copied and renamed empty.db3 and thats how I got the old 3 column position field.

Man that was confusing to type??!??! :confused:

Anyway I am all fixed now. Smile
Core2-E2180, 1G RAM, 1Gb-5450 Silent, 2Tb +300g HDDs.
Three tuners: [SIZE=2][SIZE=1]Twinhan DVB-T x 1, Hauppauge Nova 500T (dual)
[/SIZE][/SIZE]
DTB Digital SD + HD content (PAL-MPEG2-AC3).
Custom case made very quiet. Zalman CPU cooler.
Sits in rack with other HiFi.

ParaLED to show tuner activity.

Display: 42" 1920x1080p Panasonic Plasma

1x wired MVP
1x PC client
[URL="http://web.aanet.com.au/media/"]
[/URL]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Webgrab no longer working, no EPG! mc2xml? ericbiermann 3 2,810 2010-12-23, 09:04 AM
Last Post: ericbiermann
  GB-PVR No Longer Recording Scheduled Programs peinkc 4 2,145 2010-08-15, 02:14 PM
Last Post: peinkc
  EPG No Longer Works Paul D. Bellamy 15 5,213 2010-08-13, 11:36 PM
Last Post: serv
  PCH no longer wakes or connects to GBPVR? jksmurf 2 1,438 2010-05-26, 11:12 PM
Last Post: jksmurf
  Can't Play After Resume MarkD 0 1,176 2010-05-16, 10:02 PM
Last Post: MarkD
  Channel lineup is no longer available ABrayshaw 1 1,314 2010-02-28, 08:14 PM
Last Post: sub
  Waking up no longer working after standby? DrDDT 5 2,560 2010-02-02, 05:53 AM
Last Post: pBS
  Play Program → Standby → Resume → Crash Rene_1 9 3,155 2010-01-03, 09:58 AM
Last Post: Rene_1
  Resume Playback on client Exelion 3 1,752 2009-11-24, 10:21 AM
Last Post: Exelion
  VMR9 no longer OK ? feniks 7 4,325 2009-10-12, 03:34 PM
Last Post: hoborg

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

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

Linear Mode
Threaded Mode