diff --git a/commands/media/Speaker Setup/Speaker Setup.py b/commands/media/Speaker Setup/Speaker Setup.py deleted file mode 100755 index 0416c1886..000000000 --- a/commands/media/Speaker Setup/Speaker Setup.py +++ /dev/null @@ -1,26 +0,0 @@ -#!/usr/bin/env python3 - -# Required parameters: -# @raycast.schemaVersion 1 -# @raycast.title Speaker Setup -# @raycast.mode compact - -# Optional parameters: -# @raycast.icon 🔊 - -# Documentation: -# @raycast.author Kailash Yellareddy -# @raycast.authorURL https://github.com/kyellareddy - -# SETUP: -# There are two audio files that are needed for this script to work -# Left.mp3 and Right.mp3 -# Replace "" with the file path to Left.mp3 -# Replace with the file path for Right.mp3 -# Install the playsound package from https://pypi.org/project/playsound/ - -from playsound import playsound - -playsound('') - -playsound('') diff --git a/commands/media/Speaker Setup/Left.mp3 b/commands/media/speaker-setup/Left.mp3 similarity index 100% rename from commands/media/Speaker Setup/Left.mp3 rename to commands/media/speaker-setup/Left.mp3 diff --git a/commands/media/Speaker Setup/Right.mp3 b/commands/media/speaker-setup/Right.mp3 similarity index 100% rename from commands/media/Speaker Setup/Right.mp3 rename to commands/media/speaker-setup/Right.mp3 diff --git a/commands/media/Speaker Setup/Speaker Setup.sh b/commands/media/speaker-setup/Speaker Setup.sh similarity index 97% rename from commands/media/Speaker Setup/Speaker Setup.sh rename to commands/media/speaker-setup/Speaker Setup.sh index 02e0011f0..6ca3d983a 100755 --- a/commands/media/Speaker Setup/Speaker Setup.sh +++ b/commands/media/speaker-setup/Speaker Setup.sh @@ -21,4 +21,4 @@ afplay Left.mp3 # Play the second audio file -afplay Right.mp3 \ No newline at end of file +afplay Right.mp3