villeodell
villeodell
Here's some AppleScript for this for use with Apple Music: ``` tell application "Music" set loved of current track to true reveal current track activate end tell ```
Ordinarily yes, but I've got a pretty full plate right now and was only exploring the possibility of using the node module. Sorry to raise the issue and then not...
I had luck using the Windows PowerShell Compatibility feature, e.g. `Import-Module -Name 'AzureADPreview' -UseWindowsPowerShell` > When the first module is imported using Windows PowerShell Compatibility feature, PowerShell creates a remote...