Quote:
Originally Posted by Adam B.
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
Code:
echo "update file_metadata set filename = '$2' where filename = '$1';" | sqlite3 metadata.db
does 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

.