Hey @Max_Nelson , nice for the community to put this up!
Then, it doesn’t really help me;-) Using Emacs & my Python code above gets me the i.icu text much faster than even opening yet another website – thus I would hope that @David will still eventually add an “WoZ importer/converter” to the workout builder of i.icu;-) That would be an real improvement (for me)
@david playing around w/ the builder. Noticed something strange.
for the last interval. I wanted to change it from 4m47s to 4m but noticed something interesting, when putting 4m00s instead of 4m, looks like it interpreted it differently, it considered it as not part of the 3x interval.
Thanks for putting that together @Ben. I noticed you had some Rubik’s cube stuff too. I can’t solve them, but my 13 yo kid is crazy into them. Has every cube, pyramid, dodecahedron, etc imaginable and can solve up to a 10 by 10.
Good stuff, you should have a play with the 3x3. Using a beginner technique you’d be surprised how quickly you’ll be able to solve your first one.
David, I should have added, if you want to steal any code to integrate it into here just take it. It’s the only time I’ve ever used js so it’s probably junk could be a start
Have you thought about allowing workouts by HR zone? Example:
Warm Up
40m 1-2 HRZ
Hill Sprints: 10x
10s 7 HRZ
30s 1-1.5 HRZ, rest interval
Cool Down
8m 1-1.8 HRZ
In this example the HRZ would indicate to use your current heart rate zones. You could enter a fraction and it would calculate the equivalent HR for you.
how would those workouts look like? As in how would it be able to be downloaded to be executed?
currently I’m pulling workouts as MRC files and parsing that.
I’ve updated my Python script to create i.icu-style workouts directly from the workout URL – run as zwift-to-i.icu https://whatsonzwift.com/workouts/build-me-up/week-7-lox to extract the workout from the whatsonzwift workout page and write out in i.icu format.
Now also retrieves the workout description from the website
This might not be the best place, but it’s related to the workout builder.
I was wondering, we’re all creating workouts individually. It might be an idea to have a central, public workout library for every user. Like an open source place. From there you can always customize to personal needs.
Saves duplicates, but moreover, we can inspire each other.
You can publish workout folders and plans to groups and then anyone in the group can add them to their own library. However I am planning to add public profiles and public plans/folders soon which will do some of what you want. The plans/folders made public will be searchable.
That is on the todo list (and much requested). Right now you can get distance info after choosing time and pace in the “Add Step” dialog. Not quite the same I know.