I have been using this script assigned to a KM shortcut to tell Spotify to Play or Pause...
tell application "System Events"
set quit delay to 0
set spotifyIsRunning to (name of every process) contains "Spotify"
end tell
if spotifyIsRunning then tell application "Spotify" to playpause
Is it possible to achieve this in the Apple Podcasts app?
One of the things I learned, with any application, was to go thru all the menus. I know I won’t understand how to use everything and I’m far from a KM pro, but the discovery helps. With that being said, @peternlewis and @JMichaelTX do a phenomenal job of placing valuable information in the wiki.
OAN - There are different knowledge levels in this forum but I truly think, no matter the level, we are all rookies and if we chose to, we will continue to evolve using this spectacular KM tool.
The perfect solution, I shall sleep easy now knowing that KM (and the community that supports it) is still the best app ever.
Such a simple action, especially compared to some of the complex macros I was trying to create this with. Your assessment of software knowledge is absolutely spot on.
Honestly, I believe this is one of the most important things to start doing to move from being a computer novice to at least an intermediate. Just run your mouse over the menus, check out the preferences, that sort of thing. Often when a novice asks for help from an “expert” the first thing said expert will do is start looking through the menus for a solution - they don't know any more than the novice, they just know where to start looking.