Talk:Release notes/623: Difference between revisions
Jump to navigation
Jump to search
(Re "unfortunately, videos will be lost") |
m (Talk:Release Notes/623 moved to Talk:Release notes/623: Use proper lower-case page title convention.) |
||
(4 intermediate revisions by 3 users not shown) | |||
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) |
|||
:This page is for the Ship.1 (623) bits. We'll do a new page for the Update.1 bits. Ergo, I think v 11 is correct. --[[User:Walter|Walter]] 10:00, 1 November 2007 (EDT) |
Latest revision as of 22:28, 26 August 2008
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)
- This page is for the Ship.1 (623) bits. We'll do a new page for the Update.1 bits. Ergo, I think v 11 is correct. --Walter 10:00, 1 November 2007 (EDT)