Talk:Release notes/623

From OLPC
< Talk:Release notes
Revision as of 23:03, 28 October 2007 by MitchellNCharity (talk | contribs) (Re "unfortunately, videos will be lost")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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)