-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure External Tool -HELP?? #111
Comments
I would love some decoumentation with some examples here myself. I would so like to enhance the tail experiance with some colorizing, and possible alerts and hyperlinking aswell but do not understand hjow to from the external tools. These external tools, can they be made in PHP? Again, anyone have any examples? BTW, you might have some help by my post here: |
@Ironwolfe Have you tried to add quotes around the exe-file, so it becomes:
|
@snakefoot and @steinhaug For anyone else having problems configuring audio triggers - here is a brief summary of the "key item checklist" ... (based on my own local setup locations and VideoLan "VLC.EXE" audio player as external audio tool):1. External audio file player (.exe): smaller the better. I used VLC.EXE made by VideoLAN.
6. In the same "Configure View" mode, click "Keyword Highlight" tab at top. Use "Add" button to create a new keyword or "Edit" if you wish to change an existing one you made previously. For either method, simply check the "Launch External Tool" checkbox for that keyword and select "AUDIBLE_ALERTS" from the dropdown list. Click OK at bottom and now the keyword should launch your external audio player and selected sound file each time it appears in the ST window/monitor. Hope that helps - please pop over a message if anyone finds errors with this procedure or if you have better suggestions for my wording here to better clarify meaning ;> ȾƦɆɃ |
Just remember you can write a script batch to pass arguments, you can also write on this batch script a PATH for the audio player executable. Like: @echo off > NUL ::=========== INITIALIZER ============ :: CONFIGURE YOUR PATHS START vlc.exe --qt-start-minimized %HOME%\bg.mp3 if %STATE%==1 (EXIT) @snakefoot long live to batch scripting, always POWERFUL for some works, lmao. Also, remember to properly configure your VLC: https://vlchelp.com/shutdown-pc-automatically-media-playlist-ends-vlc/ |
Hi! I'm an IT Professional but must admit I'm quite a noob with programming and lower level OS function.. I have been searching for hours trying to find a simple solution to monitor a text file and alert me with audio when a keyword was added to the log - SnakeTail is AWESOME for everything except adding the sound and I'm pulling my hair out trying to "trial and error" my way into a usable syntax format on the external tool config screen LOL.
I have the latest version of VLC which I have demonstrated to launch minimized and play a .wav file directly from the Windows RUN command line and was hoping I could tweak it for use with ST?? I assume this config window is strictly for scripts/services and would not be able to reproduce the following desired function?:
C:\Program Files (x86)\VideoLAN\VLC\vlc.exe --qt-start-minimized "C:\Users\Trebor Ironwolfe\Documents\default.wav"
Any help MUCH APPRECIATED! ;>
The text was updated successfully, but these errors were encountered: