Talk:Release notes/623: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Which Version ?)
Line 5: Line 5:
find .sugar |xargs -n 1 file|grep Ogg|perl -ne '/(.*?):/ or next;$f=$1;$f=~/.*\/(.*)/;`cp -p $f ./$1.ogg`;'
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. [[User:MitchellNCharity|MitchellNCharity]] 19:03, 28 October 2007 (EDT)
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. [[User:MitchellNCharity|MitchellNCharity]] 19:03, 28 October 2007 (EDT)

== Which Version ? ==

Although build 623 has version 11 of Measure, version 13 is already there in Joyride builds. So, I am not sure which version should be written on the page. --[[User:Arjs|Arjs]] 04:33, 1 November 2007 (EDT)

Revision as of 08:33, 1 November 2007

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)

Which Version ?

Although build 623 has version 11 of Measure, version 13 is already there in Joyride builds. So, I am not sure which version should be written on the page. --Arjs 04:33, 1 November 2007 (EDT)