Retour aux promos
MoE Code

Outils de developpement

Gratuit

MoE Code

par BENJAMIN ANDREW HOOPER

v1.7.0 6 Mo Universel 17+

Description

MoE Code adds additional useful actions to Apple's Shortcuts app.

After spending ~1.5 years developing ~35 shortcuts over ~550 versions and encountering all sorts of functionality gaps, I decided to develop and share my own solutions.

These are currently as follows, but I have many more ideas, and I'm happy to take suggestions!
• Convert HTML Tables To JSON
• Extract HTML Elements
• Transform JSON Using JQ
• Get Device Ground Speed
• Get Device Model
• Is Apple Intelligence Functional?
• Is Apple Intelligence-Capable?
• Chunk Video
• Mark Photos / Videos (as favourites or hidden)
• Resize With Fill (HDR)
• Is Internet-Connected?
• Make HTTP Request

Nouveautés (v1.7.0)

"Resize With Fill (HDR)":
• Fixed visible banding in gradient backgrounds for HDR images by avoiding 8-bit PNG/JPEG output and forcing HEIC/HEIF10.

"Make HTTP Request":
• Added detection and handling of Cloudflare error pages (which return the actual status code in the HTML).
• Reduced default timeout from 60 to 5 and added a test URL to the description.
• Disabled "Wait For Connectivity" by default.
• Documented output structure in description.

"Is Internet-Connected?", "Is Apple Intelligence Functional?", "Is Apple Intelligence-Capable?":
• Added parameters "Invert Output?", disabled by default to preserve current usage / functionality.

"Get Device Ground Speed":
• In advanced output, corrected unit key from "speed" to "distance".
• Updated description with information about reliability.

"Transform JSON Using JQ":
• Updated description clarifying advice around lists of items.

"Extract HTML Elements", "Transform JSON Using JQ":
• Updated descriptions with information about license location.

"Get Camera Settings":
• Tried to create this, but it turned out to not be possible to get things like the Exposure Value (EV) used by the actual Camera app, unfortunately.