Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 623 Bytes

File metadata and controls

34 lines (21 loc) · 623 Bytes

URL Scheme

Kaset supports a custom URL scheme for opening content directly from other apps, scripts, or the command line.

Play a Song

Play a song by its YouTube video ID:

open "kaset://play?v=dQw4w9WgXcQ"

Usage Examples

From Terminal

# Play a specific song
open "kaset://play?v=VIDEO_ID"

From AppleScript

do shell script "open 'kaset://play?v=VIDEO_ID'"

From Shortcuts

Use the "Open URLs" action with kaset://play?v=VIDEO_ID.

See Also