armindoantunes / gh615

Automatically exported from code.google.com/p/gh615
0 stars 0 forks source link

Sporttracks export format (fitlog) is broken #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It looks like exporting to the fitlog format generates an outdated xml 
formatted file.

Sporttracks 3 is unable to import it, since I believe the FitnessWorkBook 
element is outdated, and neither can RunningAhead (www.runningahead.com) that 
has an importer for several formats among them fitlog.

This is the current element we get with gh615:

<FitnessWorkbook version="1.0" creator="code.google.com/p/GH615"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 xmlns="http://www.zonefivesoftware.com/xmlschemas/FitnessLogbook/v1/fitnesslog.xsd">

This is an actual element exported from Sporttracks:

<FitnessWorkbook xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
xmlns="http://www.zonefivesoftware.com/xmlschemas/FitnessLogbook/v2">

Besides, the Duration element has an error, since it reports TotalSeconds=0 and 
I think it should have the added seconds of all the laps.

<Duration TotalSeconds="0" />

Original issue reported on code.google.com by bseo...@gmail.com on 20 Sep 2010 at 11:02

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Hi, thanks for reporting. It looks like the fitlog format was updated (v1 used 
by gh615 vs v2 of Sportstracks). I will look into this.

Original comment by t...@hennig.cc on 22 Sep 2010 at 11:10