event sounds

Features wanted...
zzjean
Posts: 115
Joined: 22 Nov 2009 14:56

event sounds

Post by zzjean »

Hello
I really like the event sounds. This is a very good improvement.
I often copy a large number of files from one directory to another and sometimes there is a collision between filenames. The copy in the background then stops. Would it be possible to have a sound to alert in this case.
Thank you
Jean

nota : google translation

admin
Site Admin
Posts: 66094
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: event sounds

Post by admin »

Yep, makes sense. I'll add it. :tup:

zzjean
Posts: 115
Joined: 22 Nov 2009 14:56

Re: event sounds

Post by zzjean »

great - thank you

admin
Site Admin
Posts: 66094
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: event sounds

Post by admin »

I'll add it for foreground operations first. Background is harder and comes later...

zzjean
Posts: 115
Joined: 22 Nov 2009 14:56

Re: event sounds

Post by zzjean »

OK Thank you

admin
Site Admin
Posts: 66094
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: event sounds

Post by admin »

Next beta. :cup:

zzjean
Posts: 115
Joined: 22 Nov 2009 14:56

Re: event sounds

Post by zzjean »

Nice thanks

Norn
Posts: 504
Joined: 24 Oct 2021 16:10

Re: event sounds

Post by Norn »

Maybe the sound shouldn't be played in this case.

Code: Select all

delete 0, 0, "%temp%\tmp.txt"
Windows 11 24H2 @100% 2560x1440

admin
Site Admin
Posts: 66094
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: event sounds

Post by admin »

Define "this case".

Norn
Posts: 504
Joined: 24 Oct 2021 16:10

Re: event sounds

Post by Norn »

Permanently delete an item via script command without prompting.
Windows 11 24H2 @100% 2560x1440

admin
Site Admin
Posts: 66094
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: event sounds

Post by admin »

And why shouldn't the sound be played?

Norn
Posts: 504
Joined: 24 Oct 2021 16:10

Re: event sounds

Post by Norn »

It feels a bit weird to play a sound when using that command in the script to delete the cache file, it's just my personal opinion at the moment.
Windows 11 24H2 @100% 2560x1440

jupe
Posts: 3446
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: event sounds

Post by jupe »

I don't use sounds myself, so have no vested interest, but might I suggest perhaps a way to temporarily disable CES would be useful, eg something like SC setting "PlayEventSounds", 0;, so that it can reset to previous state afterwards.

admin
Site Admin
Posts: 66094
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: event sounds

Post by admin »

Or simply not play sounds for events triggered by a script?

highend
Posts: 14925
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: event sounds

Post by highend »

I'd like a way to turn it off temporarily via setting "PlayEventSounds", 0; more as well...
One of my scripts helped you out? Please donate via Paypal

Post Reply