Page 1 of 1

Torrent completed, execution external program

Posted: Sat Sep 03, 2022 8:21 am
by grifonelontano
I've an mp3 in this box, but when torrent is completed mp3 don't run, can anyone help me?

Re: Torrent completed, execution external program

Posted: Fri Nov 18, 2022 8:06 am
by grifonelontano
Anyone can help me please?

Re: Torrent completed, execution external program

Posted: Mon Mar 13, 2023 1:54 pm
by grifonelontano
need help !!!

Re: Torrent completed, execution external program

Posted: Tue Oct 10, 2023 8:07 pm
by grifonelontano
Anyone can help me?

Re: Torrent completed, execution external program

Posted: Thu Oct 12, 2023 12:12 pm
by Peter
Uhm.. you want to play the downloaded music? Or.. what are you trying to achieve?

Re: Torrent completed, execution external program

Posted: Thu Oct 12, 2023 1:24 pm
by grifonelontano
i try to play a little sound

Re: Torrent completed, execution external program

Posted: Thu Oct 12, 2023 2:42 pm
by Peter
grifonelontano wrote: Thu Oct 12, 2023 1:24 pm i try to play a little sound
Then you would need a player to do that.
I suppose something that doesn't have any kind of graphical interface.

You could try like : "C:\Program Files\VideoLAN\VLC\vlc.exe sound.mp3" for example.
(needs VLC of course)

Re: Torrent completed, execution external program

Posted: Thu Oct 12, 2023 3:03 pm
by grifonelontano
Thanks but it doesn't function (i've vlc player)

Re: Torrent completed, execution external program

Posted: Fri Oct 13, 2023 11:12 pm
by Peter
grifonelontano wrote: Thu Oct 12, 2023 3:03 pm Thanks but it doesn't function (i've vlc player)
I put this into the Download Complete:

Code: Select all

"C:\Program Files\VideoLAN\VLC\vlc.exe" -I dummy --dummy-quiet D:\t.mp3 vlc://quit
And it works great.
- In my case, I have 64-bit VLC. If you have 32-bit, you will have a different path.
- I put my notif sound to "D:\t.mp3", you can put it anywhere, just make sure the path is correct. You may need to put it in quotes too, if the path is complex enough.

And that's it.

Re: Torrent completed, execution external program

Posted: Sat Oct 14, 2023 8:05 am
by grifonelontano
Thanks now it function
I've written
"C:\Program Files\VideoLAN\VLC\vlc.exe" -I dummy --dummy-quiet "C:\Users\Mirko\Desktop\Mirko\Personale\downloadterminato.mp3" vlc://quit
:))