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 … 201 202 203 204 205 … 1231 Next »
GPVR not playing from where I last watched

 
  • 0 Vote(s) - 0 Average
GPVR not playing from where I last watched
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#21
2008-12-13, 07:19 PM
mpking Wrote:Damn. I'll have to play with this later. It don't run under Vista because of the increased file permissions.

(Quick overview, it keeps tripping the NoFiles section, even though they exist. I'll have to try turning UAC or something off.)

More than likely, you're right. If the files exist and everything from the zip is IN the GB-PVR folder, then it shouldn't trip to NOFILES...

I'm not versed in Vista (and probably never will be - I'm waiting for the next OS) but I understand it's something to do with a User folder that sort of mirrors the gb-pvr folder.

Anyone?
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#22
2008-12-13, 07:42 PM
zehd Wrote:More than likely, you're right. If the files exist and everything from the zip is IN the GB-PVR folder, then it shouldn't trip to NOFILES...

I'm not versed in Vista (and probably never will be - I'm waiting for the next OS) but I understand it's something to do with a User folder that sort of mirrors the gb-pvr folder.

Anyone?

"c:\users\<username>\appdata\local\virtualstore\program files\devnz\gbpvr"
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#23
2008-12-13, 07:48 PM
whurlston Wrote:"c:\users\<username>\appdata\local\virtualstore\program files\devnz\gbpvr"

Right... and vista users should delete that folder so that no one is confused....
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#24
2008-12-13, 09:53 PM
zehd Wrote:I went from Prereleases of 1.2.x series, to final 1.2.13, to prereleases of 1.3.x to final 1.3.7

yes my problem is Recorded MPGs on an MVP. Playback position is not stored while viewing on MVP, though it will read and seek to, something that was set using the PC Gui.

I'm on 1.3.7 three machines, MVP same problem, no problem PC Client

I'll check structure before and after executing sql statements. And post if not fixed
Ohhh zehd .... you beauty, can't wait to try this, I assume it is a one-off fix? . I also have the same upgrade path (w/o the betas) and couldn't get a decent resume on the MVP. It gave me the button then went to the start of the file anyway. I've just been skipping forward manually ...

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#25
2008-12-14, 01:46 AM
jksmurf Wrote:Ohhh zehd .... you beauty, can't wait to try this, I assume it is a one-off fix? . I also have the same upgrade path (w/o the betas) and couldn't get a decent resume on the MVP. It gave me the button then went to the start of the file anyway. I've just been skipping forward manually ...

k.

You can do it a hundred times and it won't matter. It'll only need once...Big Grin But remember, it does wipe out the table with existing playback positions. But then that should be OK. It'll be like watching everything new again...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#26
2008-12-15, 01:39 PM
Hmmm ... does the error about delete means it didn't work? Ran the bat as administrator in VISTA 32 Home Premium ..

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
HarryH3
Offline

Posting Freak

U.S.A
Posts: 925
Threads: 56
Joined: Mar 2006
#27
2008-12-15, 01:44 PM
Windows/DOS doesn't understand the whole word delete. Just use del and the delete will happen. Smile
i3-3570k, 8GB RAM, Win10 Pro, Nvidia GT710, HDHomeRun (OTA), NPVR 6.x
On a clear disk, you can seek forever...
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#28
2008-12-15, 01:54 PM
Code:
@echo off


if not exist gbpvr.db3 goto NoFiles
if not exist pvrx2.exe goto NoFiles
if not exist sqlite3.exe goto NoFiles
if not exist sleep.exe goto NoFiles

rem creating the dated backup string
rem there is some logic errors in this code, the placeholders are whacked
rem but the reult is correct...

For /f "tokens=1-7 delims=:/-, " %%i in ('echo exit^|cmd /q /k"prompt $D $T"') do (
    For /f "tokens=2-4 delims=/-,() skip=1" %%a in ('echo.^|date') do (
        set dow=%%i
        set %%a=%%j
        set %%b=%%k
        set %%c=%%l
        set hh=%%m
        set min=%%n
        set ss=%%o
    )
)

set BackupFileame=%mm%-%dd%-%dow%--%yy%.%hh%.recording-dump.xml
set BackupDatabase=%mm%-%dd%-%dow%--%yy%.%hh%.gbpvr.db3

echo %BackupFileame%

cls
echo --------------------------------------------------------------------
echo This batch file will fix Resume for the MVP listings in ascending order...
echo --------------------------------------------------------------------
echo.
echo.
echo.
echo.
echo.



copy gbpvr.db3 %BackupDatabase%

echo.
sleep 2

net stop "GB-PVR Recording Service"


cls
echo Fixing tables in GB-PVR...

sqlite3 gbpvr.db3 "[B][color=Red]Delete [/color][/B]FROM PLAYBACK_POSITION;"
sqlite3 gbpvr.db3 "alter table PLAYBACK_POSITION add column duration int"
sqlite3 gbpvr.db3 "alter table PLAYBACK_POSITION add column last_watched DATETIME"
sqlite3 gbpvr.db3 "update PLAYBACK_POSITION set last_watched = DATETIME('NOW') where last_watched is null"


[color=red][B][COLOR="Red"]Delete [/color][/B][/COLOR]FROM PROGRAMME;
pause


sleep 2

net start "GB-PVR Recording Service"


rem ren xUpdateEPG.bat UpdateEPG.bat
rem ren xPostUpdateEPG.bat PostUpdateEPG.bat

echo.
echo.
echo All Done...
echo.
echo.
echo.
echo.
pause

goto eof

:NoFiles

echo.
echo ERROR!!!
echo.
echo ========================================================================================
echo You need to have this Batch File and 'sqlite3.exe' and 'sleep.exe' IN the GB-PVR folder...
echo ========================================================================================
echo.

pause

:eof

pause

OK, changed Delete to del, seems to have gone a bit further ... BUT now an error with the path?
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
mpking
Offline

Member

Posts: 98
Threads: 23
Joined: Jan 2006
#29
2008-12-15, 02:59 PM
Sorry, you didn't get farther, you just got a different syntax error.

Delete is not a DOS\windows command in this context, it's a SQL command.

I wonder if it's a case sensitivity problem. The correct syntax is DELETE (All caps)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#30
2008-12-15, 03:23 PM
Quote:Hmmm ... does the error about delete means it didn't work?
It means your database already has had those changes made, so it cant reapply it.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Black screen when playing back recordings gonzo90017 1 1,717 2011-01-19, 06:12 PM
Last Post: gonzo90017
  powerdvd9 (latest)+ATI4650+gpvr problem aiacel 5 2,287 2010-08-19, 05:44 PM
Last Post: aiacel
  error: failure playing back file yonu 4 2,116 2010-07-12, 12:52 AM
Last Post: yonu
  3 AC3Filter instances when playing back a still recording TS file? jksmurf 3 1,985 2010-05-17, 12:30 AM
Last Post: jksmurf
  Playing Video Files skycyclepilot 6 2,257 2010-03-29, 09:28 PM
Last Post: athomas
  Problems playing back rec blk scrn / no audio mguebert 11 3,591 2010-02-16, 11:52 PM
Last Post: mguebert
  Recorded program not playing PVRX2 changed file extension to avi before conversion luttrell1962 5 1,999 2010-02-16, 07:05 PM
Last Post: luttrell1962
  Considering GPVR : XP or 7 and SageTV migration robb 10 5,351 2010-02-11, 05:26 AM
Last Post: robb
  playing video stutters / stops from NAS rowyourboot 5 2,887 2010-01-31, 05:52 PM
Last Post: rowyourboot
  Odd problem - wrong channels playing? mrspaces 22 6,006 2010-01-07, 01:49 AM
Last Post: pcostanza

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

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

Linear Mode
Threaded Mode