- December 13, 2006
- 7
- 0
- 114
I want to write an app to add all my movie entries from Personal Video Database application to MP movie database.
I have added entries in path, files, movie and movieinfo tables with proper values, but MP just ignores my records and only the ones created in MP are handled properly. It does work if I update existing entries with new information.
Do I need to set some counter or a parameter in configuration file or such for new movies to show up? Maybe there is a problem with the way I am connecting to the database? I use sqlite3 library with UTF8 encoding to connect.
I have added entries in path, files, movie and movieinfo tables with proper values, but MP just ignores my records and only the ones created in MP are handled properly. It does work if I update existing entries with new information.
Do I need to set some counter or a parameter in configuration file or such for new movies to show up? Maybe there is a problem with the way I am connecting to the database? I use sqlite3 library with UTF8 encoding to connect.