open folder with popup when torrent finished ?

Windows specific questions, problems.
Post Reply
Saokkei

open folder with popup when torrent finished ?

Post 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
Saokkei

Re: open folder with popup when torrent finished ?

Post by Saokkei »

Anyone? :(
User avatar
Peter
Administrator
Administrator
Posts: 2690
Joined: Wed Jul 07, 2010 6:14 pm

Re: open folder with popup when torrent finished ?

Post 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.
Saokkei

Re: open folder with popup when torrent finished ?

Post 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
User avatar
Peter
Administrator
Administrator
Posts: 2690
Joined: Wed Jul 07, 2010 6:14 pm

Re: open folder with popup when torrent finished ?

Post 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.
Post Reply