Order it now! Amazon prioritizes orders on a first come, first served basis.


View Full Version : Reminder: Merge notes before renaming files


Adam B.
10-21-2008, 03:47 PM
It appears that notes and links are tied to the filename of documents. This means that if you rename a document, all notes/scribbles will no longer exist. You'll have to merge everything before changing the name.

This is a disappointment with the new contentlister. I like to have my documents neatly organized and labeled. There's no rename functionality built into the device. It also explains why they want you to manage it with the companion software instead of working directly with the file system.

pthwaite
10-21-2008, 03:52 PM
It would be nicer still to have a merge function built into the DR. The companion software does nothing that explorer or Finder can't do except merge & create templates/documents.

Adam B.
10-21-2008, 03:57 PM
It would be nicer still to have a merge function built into the DR. The companion software does nothing that explorer or Finder can't do except merge & create templates/documents.

Agreed 100%. I've always found the companion software to be pretty useless.

We'll have to wait until the SDK is released to see what we can do. :)

thomega
10-21-2008, 04:29 PM
There's no rename functionality built into the device. It also explains why they want you to manage it with the companion software instead of working directly with the file system.But
echo "update file_metadata set filename = '$2' where filename = '$1';" | sqlite3 metadata.dbdoes the trick, when $1 is the old filename and $2 the new.

I was very sceptial about the move from XML to Sqlite3, but it's very easy to encapsulate stuff like that in small scripts and stop worrying. Much easier than waiting for a reader to play around with, that is:).

Adam B.
10-21-2008, 04:34 PM
Very useful, thanks!

I'll admit I've never worked much with sqlite. I guess it's time to learn. ;)