Torrent completed, execution external program

Windows specific questions, problems.
Post Reply
grifonelontano
Newbie
Newbie
Posts: 8
Joined: Wed Jun 08, 2022 2:48 pm

Torrent completed, execution external program

Post by grifonelontano »

I've an mp3 in this box, but when torrent is completed mp3 don't run, can anyone help me?
grifonelontano
Newbie
Newbie
Posts: 8
Joined: Wed Jun 08, 2022 2:48 pm

Re: Torrent completed, execution external program

Post by grifonelontano »

Anyone can help me please?
grifonelontano
Newbie
Newbie
Posts: 8
Joined: Wed Jun 08, 2022 2:48 pm

Re: Torrent completed, execution external program

Post by grifonelontano »

need help !!!
grifonelontano
Newbie
Newbie
Posts: 8
Joined: Wed Jun 08, 2022 2:48 pm

Re: Torrent completed, execution external program

Post by grifonelontano »

Anyone can help me?
User avatar
Peter
Administrator
Administrator
Posts: 2701
Joined: Wed Jul 07, 2010 6:14 pm

Re: Torrent completed, execution external program

Post by Peter »

Uhm.. you want to play the downloaded music? Or.. what are you trying to achieve?
grifonelontano
Newbie
Newbie
Posts: 8
Joined: Wed Jun 08, 2022 2:48 pm

Re: Torrent completed, execution external program

Post by grifonelontano »

i try to play a little sound
User avatar
Peter
Administrator
Administrator
Posts: 2701
Joined: Wed Jul 07, 2010 6:14 pm

Re: Torrent completed, execution external program

Post 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)
grifonelontano
Newbie
Newbie
Posts: 8
Joined: Wed Jun 08, 2022 2:48 pm

Re: Torrent completed, execution external program

Post by grifonelontano »

Thanks but it doesn't function (i've vlc player)
User avatar
Peter
Administrator
Administrator
Posts: 2701
Joined: Wed Jul 07, 2010 6:14 pm

Re: Torrent completed, execution external program

Post 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.
grifonelontano
Newbie
Newbie
Posts: 8
Joined: Wed Jun 08, 2022 2:48 pm

Re: Torrent completed, execution external program

Post 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
:))
Post Reply