Page 1 of 1

open folder with popup when torrent finished ?

Posted: Thu Oct 15, 2020 1:47 am
by Saokkei
Hello, is there any way to set pop-up notice when torrent finishes to automatically open folder destination instead of opening qbitorrent ui ?


Thanks you

Re: open folder with popup when torrent finished ?

Posted: Mon Oct 19, 2020 5:10 am
by Saokkei
Anyone? :(

Re: open folder with popup when torrent finished ?

Posted: Mon Oct 19, 2020 1:43 pm
by Peter
I don't think you can change how the notification works.

But you have two options.
1) Make a ticket about this on Github as a feature request.
2) Patch the file yourself.
- I'd use VirtualBox. install a windows 10 or whatever inside.
- use the qBittorrent wiki on Github to see what you need to compile qBittorrent.
- change the call that's responsible for the notification.

Honestly, I would be able to add/make this function, but I am a hobby Qt/C++ dev. My patch would be thrown out the window cause I'm sure as hell it would not meet the project's existing extremely high quality and clean code.

Re: open folder with popup when torrent finished ?

Posted: Sat Oct 24, 2020 8:09 am
by Saokkei
Hello thanks you very much for your answer :)

Well I guess I'll make a ticket on github as a feature request because if I patch the file myself I'll have to do it every time qbitorrent will be updated right ? (same if you make this function ?)

Regards

Re: open folder with popup when torrent finished ?

Posted: Sat Oct 24, 2020 7:15 pm
by Peter
if I patch the file myself I'll have to do it every time qbitorrent will be updated right ?
Yes. But I heavily doubt you'd need to edit this patch/change very often.