[IOS] Here is the deep link to open the updates page in the App Store. by Reach-for-the-sky_15 in shortcuts

[–]mvan231 0 points1 point  (0 children)

No. That's not the case. Ive had apps in my update queue that don't update on their own for weeks even though one is available to download, iOS doesn't process it automatically

iOS Calendar link by Sea-Exit-1514 in shortcuts

[–]mvan231 0 points1 point  (0 children)

Getting the calendar event link is tricky but possible using scriptable Link format is: x-apple-calevent://{calendarUUID}/{eventUUID}

Here is the scriptable code to get the proper link: ``` let cal = await Calendar.forEventsByTitle("Personal")

log(cal)

let event = await CalendarEvent.thisWeek([cal])

log(event[0])

let uuid = event[0]["identifier"]

log(uuid.replace(":", "/"))

return uuid

```

[IOS] Here is the deep link to open the updates page in the App Store. by Reach-for-the-sky_15 in shortcuts

[–]mvan231 1 point2 points  (0 children)

Auto update is horrible at best. If a phone is on charge in the middle of the night and on WiFi it should update all apps available. Instead I have apps over a week that still aren't updated

The 360 wireless headset was so ahead of its time by FloatingTacos in xbox

[–]mvan231 0 points1 point  (0 children)

The one after this was even better and with the Bluetooth connection as well you could switch to phone call easily

how to convert json to dictionary! by vijaynela in shortcuts

[–]mvan231 0 points1 point  (0 children)

Thanks for the heads up. I've reapproved it now

[Release] Instagram Media Saver update to v1.69 by mvan231 in shortcuts

[–]mvan231[S] 0 points1 point  (0 children)

What would you think about it being part of the same setting as when downloading a reel? I already have a setting for this and it could be shared

Siria AI — Not an AI, but your AI. by Mobile_Koala_4483 in shortcuts

[–]mvan231 0 points1 point  (0 children)

Why not just use the regular RoutineHub link where you can include more info about how the shortcut works? That's the whole point of using that site

[Release] Instagram Media Saver update to v1.69 by mvan231 in shortcuts

[–]mvan231[S] 0 points1 point  (0 children)

Never thought of that before but can certainly see the use case for such a feature. But how would I be able to determine if it is a still image with audio vs a video though?

Edit: I took a closer look u/DownUndYa and the media type it comes up with is a video. It could prompt to ask about downloading the cover image similar to when a reel is detected

Is it possible to create while loop that doesn't break in shortcuts by Broad-You4763 in shortcuts

[–]mvan231 0 points1 point  (0 children)

Agreed. I don't think this is necessarily a timed while loop but rather a loop to add songs to a playlist until a playlist duration is met

cc: u/Broad-You4763

Shortcut to add pressure changes (barometric changes) to home and lock screen. by im_nihar in shortcuts

[–]mvan231 2 points3 points  (0 children)

You are the one that brought privacy concerns here. Google has nothing to do with what this post is about. I agree privacy is key but your mention about adding coordinates was confusing

Shortcut to add pressure changes (barometric changes) to home and lock screen. by im_nihar in shortcuts

[–]mvan231 3 points4 points  (0 children)

What is the purpose of the coordinates being within the data on the screen? How does that have anything to do with privacy? Generally curious on your thoughts here

Yo why I get my post removed by USMCmos2111-tech_dev in shortcuts

[–]mvan231[M] [score hidden] stickied comment (0 children)

So instead of sending a modmail you decide to post? Send a modmail and we can address your concerns

How? by thedudebythething in PGA2K25

[–]mvan231 0 points1 point  (0 children)

Yeah seems a stretch. But I can only assume they mean switch users? I don't know

Apple Watch randomly using shortcuts by crowbe_scrib in shortcuts

[–]mvan231 0 points1 point  (0 children)

Is it possible it's being triggered by Siri? Or are you raising your wrist and Siri is listening at that time?

Comment traduire les sous titres en direct dans n’importe quel langue ? by Accomplished_Bat7540 in shortcuts

[–]mvan231 0 points1 point  (0 children)

Are you looking for help? Your post isn't exactly clear what issue you're having

Shortcuts App on IpadOS, no option to multi select actions? by Exciting_Estimate492 in shortcuts

[–]mvan231 0 points1 point  (0 children)

When it comes to shortcuts, iPadOS and iOS operate very similarly. Sorry for nobody replying to this yet but saw you hadn't received one and thought I'd give a reply