How to AppleScript the new DVD Player v. 6?

Starting from MacOS Catalina, DVD Player (v. 6) is here:

/System/Library/CoreServices/Applications/DVD Player.app


It seems to be impossible to create an AppleScript to open a DVD file (VIDEO_TS). In previous versions, there was a scriptable Open command (in script: open folder "VIDEO_TS"). I used that a lot to open stored DVD files with a single click. There is no "File->Open" in v.6. Instead, there is "File->Open DVD Media ..." that does not seem to be scriptable.


Any advice to script DVD Player 6 in any way?


Thanks


MacBook Pro 14″, macOS 13.6

Posted on Feb 9, 2024 10:15 AM

Reply
Question marked as Top-ranking reply

Posted on Feb 9, 2024 10:58 AM

You would need an AppleScript scripting dictionary to control DVD Player and Apple did not create one.


Videolan's free VLC Media Player does have an AppleScript dictionary. Open the Script Editor, and from its File menu : Open Dictionary… panel, scroll down to VLC and choose it. Those are the reserved words that you can use in AppleScript with VLC.

2 replies
Question marked as Top-ranking reply

Feb 9, 2024 10:58 AM in response to awolski

You would need an AppleScript scripting dictionary to control DVD Player and Apple did not create one.


Videolan's free VLC Media Player does have an AppleScript dictionary. Open the Script Editor, and from its File menu : Open Dictionary… panel, scroll down to VLC and choose it. Those are the reserved words that you can use in AppleScript with VLC.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How to AppleScript the new DVD Player v. 6?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.