Talk:Release notes/623

From OLPC
Jump to: navigation, search

Re "unfortunately, videos will be lost"

Regards "*Save photos *Record has changed a lot ... unfortunately, videos will be lost", should we include a receipe for saving peoples' video work? Eg,

find .sugar |xargs -n 1 file|grep Ogg|perl -ne '/(.*?):/ or next;$f=$1;$f=~/.*\/(.*)/;`cp -p $f ./$1.ogg`;'

finds all the ogg files and drops them in ./ . It won't work on an xo (used perl), but an alternate one-liner should be possible, or a simple python file. MitchellNCharity 19:03, 28 October 2007 (EDT)