• Logon sounds

    From Geri Atricks@21:4/102 to All on Tuesday, April 26, 2022 20:10:03
    Ok, I have the system now set to play a login sound when someone connect, but it pauses the login process while the wav file plays. Is there a way to have it play the file without pausing the login sequence?

    using the DD command to execute a batch file that plays the .wav:

    connect.bat
    c:
    cd \program files\videoLAN\VLC
    vlc c:\loy\56k_mdm.wav vlc://quit
    ---

    Legends of Yesteryear (FIDO 1:123/256) - telnet: furmenservices.net:23322

    --- Mystic BBS v1.12 A47 2021/09/29 (Windows/64)
    * Origin: Legends of Yesteryear (furmenservices.net:23322) (21:4/102)
  • From Geri Atricks@21:4/102 to Geri Atricks on Tuesday, April 26, 2022 20:23:43
    Ok, I have the system now set to play a login sound when someone
    connect, but it pauses the login process while the wav file plays. Is there a way to have it play the file without pausing the login sequence?

    using the DD command to execute a batch file that plays the .wav:

    connect.bat
    c:
    cd \program files\videoLAN\VLC
    vlc c:\loy\56k_mdm.wav vlc://quit
    ---

    Never mind, figured it out. Needed to add 'start' to the beginning on the last line: start vlc c:\loy\56k_mdm.wav vlc://quit
    ---

    Legends of Yesteryear (FIDO 1:123/256) - telnet: furmenservices.net:23322

    --- Mystic BBS v1.12 A47 2021/09/29 (Windows/64)
    * Origin: Legends of Yesteryear (furmenservices.net:23322) (21:4/102)
  • From claw@21:1/210 to Geri Atricks on Saturday, April 30, 2022 21:48:30
    why not setup a python script that runs in the backround and is waiting for a signal. Then the BBS can just send it a signal and finish. Then the program that was waiting for the signal plays the sound while the BBS moves on.

    Just a thought that way the BBS isn't the one playing the sound just telling another program to do it.

    |23|04Dr|16|12Claw
    |16|14Sysop |12Noverdu |14BBS |04(|14Noverdu.com|04)
    |10Standard Ports for SSH/Telnet Web/HTTP://|14Noverdu.com:808
    |22|01fsxNet/MRC Chat/Registered Doors!/50Nodes/No Time Use! Stay On!|16|07

    --- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
    * Origin: Noverdu BBS (21:1/210)
  • From Geri Atricks@21:4/102 to claw on Sunday, May 01, 2022 06:05:04
    why not setup a python script that runs in the backround and is waiting for a signal. Then the BBS can just send it a signal and finish. Then the program that was waiting for the signal plays the sound while the
    BBS moves on.

    Just a thought that way the BBS isn't the one playing the sound just telling another program to do it.

    Way to overcomplicate a simple solution. :) And the BBS is NOT playing the sound, VLC is. The BBS just makes a call during initial logon to a batch file the plays the 56k Modem connecting sound. SOOO much easier than messing with some programing language I know nothing about. :)
    ---

    Legends of Yesteryear (FIDO 1:123/256) - telnet: furmenservices.net:23322

    --- Mystic BBS v1.12 A47 2021/09/29 (Windows/64)
    * Origin: Legends of Yesteryear (furmenservices.net:23322) (21:4/102)