How to disable Marshall Standby Mode

What’s the Issue?

Since Marshall removed the option for users to switch the standby mode, the speaker will disconnect every 10 minutes if no media is being played. This made me feel annoyed, but fortunately, I found a solution for it!

How to Fix It?

Go to Github and follow the instructions to install the script. Check below!

Installation

git clone https://github.com/ycj29/Marshall-StandbyMode-Disabler.git
cd Marshall-StandbyMode-Disabler
pip3 install playsound
pip3 install PyObjC

Getting Started

Execute the script using the following command:

python3 main.py

How Does It Work?

This script plays an empty sound every 500 seconds, preventing your Marshall speaker from entering standby mode.

Write a Comment

Leave a Comment

Your email address will not be published. Required fields are marked *