FitTrackee
FitTrackee copied to clipboard
[Feature] Take workout type from GPX file if present
Many GPX trackers put a workout type in the GPX file. It would be practical if fittrackee would recognize and use that info. Here's an example from an OpenTracks-generated file:
...
<trk>
<name><![CDATA[Bike trip]]></name>
<desc><![CDATA[Bike trip]]></desc>
<type><![CDATA[biking]]></type>
...
Yes I agree, that would be helpful. I'll see what I can implement when working back on files import.