home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
General Support
Import old TV recordings to new database?
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="hwahrmann" data-source="post: 42107" data-attributes="member: 10391"><p>what you could try is using sqlite3.exe to dump the old database and insert it into the new. </p><p>Similar thing was done, when the database format changed to version 3.</p><p>you could find sqlite3.exe in the database\convert directory.</p><p>make sure that the NEW database is empty.</p><p>Delete it from the database dir and start MP config. This will re-create it.</p><p>Then do from a command prompt:</p><p>[code]sqlite3.exe TVDatabaseV21.db3 .dump | sqlite3.exe TVDatabaseV22.db3[/code]</p><p>This will insert the dumped data into the new database.</p><p>It should contain now all your recordings, including your channel definitions etc.</p><p></p><p>good luck,</p><p></p><p>Helmut</p></blockquote><p></p>
[QUOTE="hwahrmann, post: 42107, member: 10391"] what you could try is using sqlite3.exe to dump the old database and insert it into the new. Similar thing was done, when the database format changed to version 3. you could find sqlite3.exe in the database\convert directory. make sure that the NEW database is empty. Delete it from the database dir and start MP config. This will re-create it. Then do from a command prompt: [code]sqlite3.exe TVDatabaseV21.db3 .dump | sqlite3.exe TVDatabaseV22.db3[/code] This will insert the dumped data into the new database. It should contain now all your recordings, including your channel definitions etc. good luck, Helmut [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
Import old TV recordings to new database?
Contact us
RSS
Top
Bottom