FitTrackee icon indicating copy to clipboard operation
FitTrackee copied to clipboard

Extract and display the total calories stored in file

Open SamR1 opened this issue 2 months ago • 0 comments

Some devices and applications record total calories in the generated files. This value can be extracted to be displayed on FitTrackee.

[!NOTE] Another issue exists regarding calories calculation: https://github.com/SamR1/FitTrackee/issues/6.

TODO:

  • Extracts total calories from file and display it on Workout detail
  • Add chart to display total calories in Statistics

Technical infos:

  • .fit file: total_calories value is stored in session-type message
  • .tcx file: calories are stored in <Calories> tag

SamR1 avatar Oct 29 '25 10:10 SamR1