Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Applescript: Not automatically starting downloads #436

Open
IanFrost opened this issue Jan 3, 2023 · 2 comments
Open

Using Applescript: Not automatically starting downloads #436

IanFrost opened this issue Jan 3, 2023 · 2 comments

Comments

@IanFrost
Copy link

IanFrost commented Jan 3, 2023

On a Mac using Ventura.

I am using AppleScript to "Download available shows". This creates a list of programs in the download queue, but they do not automatically start downloading.

All works fine if I manually hit "start".

Any suggestions? Any way to automatically hit "start"?

@raythw
Copy link

raythw commented Jan 13, 2024

Since the application doesn’t have the necessary scripting elements in its dictionary this can't be done directly. You might be able to find a scripting addition somewhere (which may not work anyway if not on an Intel machine) that could 'push' the button at the required location on the screen, should it be in the right place. Personally, I'd give up at this point, unless the creators of the application wish to expand AppleScript support, which is unlikely, there being more important things to do and with AppleScript is considered obsolescent by Apple...

@skovatch
Copy link

This should work correctly. I wrote a simple script

tell application "Get iPlayer Automator"
	download available shows
end tell

and it updated the cache, ran through the PVR list, and started downloads. However, I noticed that I have 'Add Available Series-Link Programs to queue at startup' checked. Without that the PVR search doesn't happen. That doesn't sound like your problem, though.

Can you turn on Verbose mode in the settings, run the script again, and upload the result?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants