Playing a podcast by time of day using “If” conditionals

This afternoon, @kcjokes asked for a shortcut that can play a podcast based on the time of day:

After thinking about it for a minute, I built this for him:

Takes the current time, converts it to 24-hour time, then grabs just the Number value and uses it in an “If” conditional – if before 8pm (or 20), play podcast “A”, otherwise if after 8pm play podcast “B.”

Includes Import Questions for pre-selecting the podcasts.

This is a helpful example of using the “If” action to create conditionals in your shortcuts, letting something different happen each time you run the shortcut depending on how the condition is met. In this, the shortcut uses the current Time values inside “If” conditionals so that something different happens depending whether the shortcut is run before or after a certain time of day.

To be more specific, formatting the Time into a single 24-hour value lets the “If” action’s conditions utilize “less than” or “equal to”-type math to check against the current hour – in iOS 13, the “If” action’s conditions change depending on the type of content used.

Feel free to give it a more creative name 🙂

Get the shortcut or view the full screenshot.

Posts You Might Like

Guest spot — iPad Pros: Shortcuts 7 with Matthew Cassinelli
For my annual guest spot on iPad Pros, I talked about... you guessed it! Shortcuts.
How to Enable iPhone Orientation Lock for Specific Apps »
The folks at MacObserver have put together a guide for how to set up App automations that control Orientation Lock – check it out.
Automation Academy: Federico Viticci’s Collection of Advanced Shortcuts for Things »
MacStories editor Federico Viticci has shared his set of shortcuts and automations for interacting with your day's tasks in Things – check out the post from Club MacStories.
What’s new in Shortcuts for iOS and iPadOS 17.4, macOS 14.4, watchOS 10.4 and visionOS 1.1
New in iOS 17.4 – customize your Action button with Get Orientation and Get Activity, take advantage of Clipboard actions in visionOS, and enjoy a more stable Shortcuts for Mac.