Search found 1 match

by marsthechemist
08 Aug 2017, 18:33
Forum: Videonizer
Topic: Recommended procedure for moving video files to new location
Replies: 9
Views: 45136

Re: Recommended procedure for moving video files to new location

I suggest the following solution: Get a database editor that supports SQL Lite. I'm using the "SQLite Manager" add-on for Firefox, but there are other applications like SQLiteSpy. Load your Videonizer database and execute the following SQL statements: UPDATE item SET path = REPLACE(path, '<oldpath>'...