sync pocketpedia to computer

Tell us about your wildest feature dreams. Or just harmless suggestions for improvement.
Post Reply
camrod
Junior Member
Junior Member
Posts: 3
Joined: Fri Jan 02, 2009 8:01 pm

sync pocketpedia to computer

Post by camrod »

I have listed my DVD want list on Pocketpedia and would like to save a copy of it to my computer just in case my iPhone dies.
I have seen other Apps that will let you email a copy of your list to yourself. Will this be a feature in the future?
kevindosi
Bruji Friend
Bruji Friend
Posts: 18
Joined: Wed Oct 03, 2007 10:17 pm

Re: sync pocketpedia to computer

Post by kevindosi »

Can't you just add it to your iPhone and it will sync to your computer when you plugin? Or does it only sync one-way? I hope not.
User avatar
Conor
Top Dog
Posts: 5345
Joined: Sat Jul 03, 2004 12:58 pm
Contact:

Re: sync pocketpedia to computer

Post by Conor »

iTunes will backup your entire iPhone data, but to backup your Pocketpedia file separately hold down the option key and select "Pocketpedia" under the help menu in DVDpedia. This will give you instructions to start a sync and it will copy the database file to your desktop. From there you could rename it to add the date of the backup and store it in a safe place.
User avatar
Nora
Site Admin
Posts: 2155
Joined: Sun Jul 04, 2004 5:03 am
Contact:

Re: sync pocketpedia to computer

Post by Nora »

Or does it only sync one-way?
At the moment the sync between the Desktop Pedias and Pocketpedia is one-way only, from the Mac to the iPhone or iPod touch. We hope to expand that feature in the future and include a two-way sync.
camrod
Junior Member
Junior Member
Posts: 3
Joined: Fri Jan 02, 2009 8:01 pm

Re: sync pocketpedia to computer

Post by camrod »

I have a Windows Vista Notebook. So, no dvdpedia unless you have one for Windows. I have tried several of the .mdbackup file reader/extractor programs with no luck. I really don't want to retype 200+ movies. I do like your database layout. If only you had a way to backup the list separately from a non-readable itunes backup. If you are working on this can you give some idea as to how long it might be.
User avatar
Conor
Top Dog
Posts: 5345
Joined: Sat Jul 03, 2004 12:58 pm
Contact:

Re: sync pocketpedia to computer

Post by Conor »

You should be able to extract the SQL database with .mdbackup extractor. Try "pokectpedia.sql" I mistyped the name when setting the database file name. If that fails try an extraction of all ".sql" files.

We do have a Windows backup/importer on the list of things to do, but it looks unlikely at the moment. Windows is such a different programming world that the learning curve to write one would be steep. We don't even have Windows OS, not even on our Macs.

iPhone development and Mac development are one and the same. I think this was part of Apple's plan all along. It knew that most iPhone developers would be Mac developers and their apps would tie to Mac apps, turning iPhone users into Mac users. Also any new iPhone developer is now a Mac developer as well, so the possibility opens for more Mac programs.
camrod
Junior Member
Junior Member
Posts: 3
Joined: Fri Jan 02, 2009 8:01 pm

Re: sync pocketpedia to computer

Post by camrod »

I tried the .mdbackup extractor and got an error message that the file could not be opened. But i could look at the contents with notepad and wordpad. I guess i will have to type all those DVDs in again in a safe place until you get an email feature installed and working.
Thanks
User avatar
Conor
Top Dog
Posts: 5345
Joined: Sat Jul 03, 2004 12:58 pm
Contact:

Re: sync pocketpedia to computer

Post by Conor »

What did you try opening the file with? It is an SQLite file, so you need to use SQLite3; you can find the binary for windows at the SQLite page. Pull out a list of tiles and asins with the following SQL command:

Code: Select all

select asin, title from entries;
Post Reply