client.py icon indicating copy to clipboard operation
client.py copied to clipboard

Add XML command "PlaySound"

Open flubshi opened this issue 5 months ago • 1 comments

Add XML command "PlaySound". Similar to the JSON command, this plays hardcoded sound_id 30. Other sounds are possible via API, but not implemented.

Requires #560 to be merged before this PR, because it implements ExecuteCommand in common.py.

Summary by CodeRabbit

  • New Features
    • Introduced a new command, PlaySound, enabling sound playback functionality within the application.
    • Expanded command capabilities to enhance user experience with sound-related commands.

flubshi avatar Sep 11 '24 20:09 flubshi