Peter Steiner

Results 35 comments of Peter Steiner

I've never used Golden Cheetah... But if you want to try my current development version (my `feature/p3` branch), the `-fp` option should be fixed.

Good point. The code to unzip was added in commit e12a7a5e1743e74ae551b9ac8818cb1206c413ba almost 6 years ago, way before my first contribution. Basically `new_name` uses the filename stored in the ZIP as...

Hello @sugetha24 This a feature that is often requested, see e.g. https://github.com/pe-st/garmin-connect-export/issues/17 Unfortunately I don't know when I'll have the time to implement an export of all data that are...

> > Second commit is to save gcexport.log file into the export directory so all files are located at the same place > > Nice improvement. In case this PR...

> How can this be if the filename and folder is the same every execution? What are the names of the different log files that you get with every execution?...

> I can open a new PR so that a new argument `--logfile` indicates the requested location by the user. The default location would be derived from the `--directory`. This...

Hello @Mark10 At the heart of the current script are the activities; an export of data linked to an activity can quite easily be added. As far as I can...

Allow me to elaborate a bit, @nikinicole. @joetimmerman is right with the `-f original` argument, but it is not enough, you also need the `-u` option (`-f original -u`), as...

Thanks for reporting this oversight! The latest commit on the develop branch should fix this, can you please retest?

Hello @Only1nr7, this is currently not possible, but it should not be very difficult to implement.