Resume positions in the database

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Zodler Offline
Senior Member
Posts: 114
Joined: Apr 2010
Reputation: 0
Post: #1
http://sourceforge.net/projects/sqlitebrowser/

I'm browsing the database userdata\Database\MyVideos60.db.
I dont find the resume positions for video files inside or outside the library.
Where are they?

in the table settings, there is a ResumeTime column but its zero.
find quote
Montellese Online
Team-XBMC Developer
Posts: 2,789
Joined: Jan 2009
Reputation: 20
Location: Switzerland
Post: #2
resume points are stored as bookmarks in the "bookmark" table with "type" being set to 1.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

[Image: badge.gif]
find quote
Zodler Offline
Senior Member
Posts: 114
Joined: Apr 2010
Reputation: 0
Post: #3
Thank you very much. I just discovered that when you import library, the resume positions are not imported:
http://forum.xbmc.org/showthread.php?tid=129597

So I'm kind of seeing how I can directly copy and manipulate the databases to have the resume positions intact.
find quote