Exported files wont load into GoldenCheetah
See original GitHub issueAfter running python gcexport.py -d ~/Garmin -c 10 -f original -u --username foo --password bar
all the files retrieved are named like activity_542056943.gpx
but wont be loaded into GoldenCheetah because of a date issue. Looking at the GC code it looks like the filename of the fit file has to contains the activity date?
Am I using the CLI properly?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Bulk file export - Google Groups
I have a new client with historical power file data in GC that I need. They are having trouble trying to locate/send files...
Read more >Golden Cheetah - The Ultimate Guide - Page 4 of 19
Lets you import external files into Golden Cheetah. The import function ... You can export individual activities in these file formats:.
Read more >Exporting Data from Golden Cheetah | by Kenneth Lo - Medium
Golden Cheetah offers a number of ways to export your power files. From Strava and TrainingPeaks to Dropbox and Cycling Analytics, you can...
Read more >Full Version 3.0.0 change log. - GoldenCheetah
Add a TCX ride exporter Modification to handle odd start page and ... Fix Lat/Lon precision in TCX export Fix LogY Intervals on...
Read more >export of .fit or .tcx files to Garmin Connect - Concept2 Forum
We have a similar issue exporting to inport into "Golden Cheetah" we cycle as ... FIT file importing on the Garmin website doesn't...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@pierretamisier as you use the exporter for Golden Cheetah you may be interested in my branch that I created a year ago exactly only for this purpose: https://github.com/bartskowron/garmin-connect-export/
You would be interested in the
convert2syncer
branch. Keep in mind that I don’t maintain it. It just works and I don’t care 😉 I added some options however all you basically need to do is just:python3 gcexport3.py --sync
@pierretamisier What GC version are you using? I’m using 3.6 Dev AppImage version installed on Ubuntu 16.04 LTS set to auto-import the exported files and it works (I leave the files as .zip). I run gcexport with the following and set GC to auto-import from the ‘activities’ folder created with --subdir.
python gcexport.py -d ~/Garmin -c 10 -f original --desc --username foo --subdir activities