potatomushclient / potato

A Graphical MUSH Client for Windows, Linux and Mac OS X -
http://www.potatomushclient.com
30 stars 3 forks source link

Does Potato have the ability to play sounds on activity? #515

Open adelinfdm opened 4 years ago

adelinfdm commented 4 years ago

Back when I was using SimpleMu, I had the ability to setup sounds to play when an important even occurred or when activity occurred in a world that I didn't want to miss activity from for whatever reason. Does Potato have this kind of functionality? If so, I am unable to find it.

talvo commented 4 years ago

It's not something that's currently built-in, mainly because doing it cross-platform was a pain and I never got around to it (so far). It's possible, though, either by adding a library or by using an existing external program to play the sound. What operating system are you on, and what formats are the sounds you want to play?

adelinfdm commented 4 years ago

I am using Windows 10 currently and the sounds would either be .wav or .mp3.

From: Mike Griffiths [mailto:notifications@github.com] Sent: Tuesday, October 6, 2020 5:28 PM To: potatomushclient/potato Cc: adelinfdm; Author Subject: Re: [potatomushclient/potato] Does Potato have the ability to play sounds on activity? (#515)

It's not something that's currently built-in, mainly because doing it cross-platform was a pain and I never got around to it (so far). It's possible, though, either by adding a library or by using an existing external program to play the sound. What operating system are you on, and what formats are the sounds you want to play?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/potatomushclient/potato/issues/515#issuecomment-704562829 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ANWLALIJQ6R2DCP7ZKLBQYDSJODXXANCNFSM4SFAJSBQ .Image removed by sender.

fuzzyweapon commented 1 month ago

The ability to control sound alerting is what ultimately one of the main things that has driven me away from Potato MUSH client. I have ADHD and can get horribly hyperfocused, forget I'm in conversations, etc.

As a user example, what helps me when I'm MUSHing from my mac is to use the Atlantis mush client. It allows me to flash the screen, play a system beep, and/or play a sound file when something important happens using their equivalent of an event system. I use all of these: system beep for light background awareness, sound files for big events like an important person logging in, flashes with the system beeps. Basically I'm always trying to build out my MUSH client configs for being constantly distracted in another window.

I don't need all of this cross-platform, but the ability to play a sound file on an event trigger would be fantastic. Equally, the ability to outright play one via a /command would be good for macro usage. Then I could finally automate ship travel and have it ding when I've arrived for manual intervention. XD

I would prefer a library if I'm going to throw my 2 cents in for implementation, only because I don't want extraneous applications popping up or constantly being on when they aren't needed.