NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 302 303 304 305 306 … 433 Next »
Backing up "Playback Position"

Backing up "Playback Position"
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#1
2012-06-16, 12:14 PM
Whenever I have to start with a fresh database I can easily get my recordings and recurring recordings back from the corresponding .xml files created by npvr when epg is updated, but I will lose the playback position of all watched recordings. Is there a quick method suitable for batch execution to back up this table so I can manually restore it?

"I'd rather have a bottle in front of me than a frontal lobotomy"
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,196
Threads: 958
Joined: May 2006
#2
2012-06-16, 01:30 PM
It's quite easy with the sqlite command line get the pre-compiled binary here http://www.sqlite.org/download.html

To backup

Code:
sqlite3.exe npvr.db3 "select * from playback_position" > playback.txt

and restore into the fresh database

Code:
sqlite3.exe npvr.db3 ".import playback.txt playback_position"

Using the command line tool you can even get fancy and do things like only backing up recent files, restoring directly from a backup of a db3 file etc, but that should be a start for you.

Martin
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#3
2012-06-16, 02:13 PM
Thanks Martin. But it should be possible for Sub to include PlaybackPosition in the RecordingBackup.xml?

"I'd rather have a bottle in front of me than a frontal lobotomy"
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Comskip Playback Odd Behavior kirschey 3 1,807 2021-09-27, 06:16 PM
Last Post: sub
  Black Screen During Recording and Playback kirschey 2 1,844 2020-02-29, 04:48 PM
Last Post: kirschey
  No video or audio from start of playback smiffypr 8 3,775 2020-02-05, 05:11 PM
Last Post: smiffypr
  Audio/video sync problem on playback and program freeze when resuming zer 34 13,973 2019-12-21, 02:49 PM
Last Post: HarryH3
  Faster Playback? Rage321 5 2,640 2019-10-31, 01:23 AM
Last Post: sub
  Playback artefacts in recorded digital tv march 12 4,061 2019-10-25, 03:51 PM
Last Post: hdpvr-doug8796
  IPTV Channel Looping/Playback Issues kalebroc 23 18,199 2019-10-08, 08:12 PM
Last Post: sub
  No Sound on Initial Playback Bobbybear 3 1,744 2019-09-22, 05:24 PM
Last Post: sub
  Software crashes on playback of a specifc recording kirschey 2 1,652 2019-08-11, 05:58 PM
Last Post: sub
  Strange playback from network drive Reddwarf 0 1,010 2019-05-24, 06:07 PM
Last Post: Reddwarf

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

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

Linear Mode
Threaded Mode