scrapper / postrunner

Application to manage FIT files such as those produced by Garmin fitness devices
GNU General Public License v2.0
62 stars 14 forks source link

New: optionally allow overriding the sport and subsport on activity i… #39

Closed masneyb closed 1 year ago

masneyb commented 1 year ago

…mport

Allow overriding the activity sport and sub_sport at the time that the activities are imported like so:

postrunner import --sport Cycling --sub_sport Mountain xxx.fit

Without this change requires calling 'postrunner set type xxx ', which appears to regenerate all of the HTML files, and can be time consuming.

masneyb commented 1 year ago

This change depends on this change to fit4ruby: https://github.com/scrapper/fit4ruby/pull/27