FitTrackee icon indicating copy to clipboard operation
FitTrackee copied to clipboard

[Feature] Take workout type from GPX file if present

Open sgofferj opened this issue 3 years ago • 1 comments

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>
...

sgofferj avatar Jul 23 '22 08:07 sgofferj

Yes I agree, that would be helpful. I'll see what I can implement when working back on files import.

SamR1 avatar Jul 23 '22 14:07 SamR1