Jump to content

auto play .wav when file completes.


derkaderka

Recommended Posts

Preferences/Advanced/Run Program, run this program when torrent finishes:

I added the following parameter:

cmd /c start /min "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" "C:\Program Files (x86)\VideoLAN\success.wav"

Which works fine, it plays the .wav in VLC when a torrent is complete, however it doesn't start VLC minimized. If I have several torrents downloading, the first one completes I will minimize it myself and the remander will play, minimized in VLC. I'm wondering if I messed up the code, I would like it to auto-play, but minimized.

Second option to have it play, minimized and close when done playing. So I tried adding this syntax:

cmd /c start /min "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" "C:\Program Files (x86)\VideoLAN\success.wav" ^& exit

Does not close VLC when done playing the .wav I'm guessing I messed up the code?

Thanks.




 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...