Hello,
I was looking for this too and ended up creating a python scripts (based on some comments by trux from another thread) that exported all relevant content to a spreadsheet. Not all exercises have detailed…
Hello the problem is that we still do not know what each excersise is. There are several different names for each excersise and no standard, so we may know the excersise by different name. For example…
Hello,
I was looking for this too and ended up creating a python scripts (based on some comments by trux from another thread) that exported all relevant content to a spreadsheet. Not all exercises have detailed information (they are all listed, but only those with detailed info have explanations, pictures, etc.).
I can't believe I had to do this just because Garmin does not have a proper User Interface where searching of exercises is easy! >:-(
Anyway, here it is (hope it helps you somehow): All exercises for strength & yoga (each in its respective tab), you can filter by group, target muscle, equipment... it's a spreadsheet ;-)
https://docs.google.com/spreadsheets/d/1p3lsvV9mmS4BWgT8Yf8wztBNLtPSbUjysVauqVQQUXA/edit?usp=sharing
Well, it was really a quick and dirty script... the tricky part was to find the json files from garmin listing all exercices, and I honestly just took these from trux's posts in the forum (here is the thread)...
For example: https://connect.garmin.com/web-data/exercises/Exercises.json
Once I had that, I just parsed the file, completed the URLs for the images and links and created a CSV with readable information that I could import in Google Sheets... Then a bit of formatting in google sheets and voilà!
Here is the script code if you want to have fun with it:
Again, nothing elegant or pretty ;-)
Enjoy!