scheduling qbittorrent to stop at 0800 daily

Asked by Rajinder Sandhu

Since there is no Scheduler available in qbittorrent, and I need it to stop at 0800 hrs daily wtopping downloads and if possible close the application after saying yes because it prompts for yes/no before closing application.
Please provide answer in detail.
Thanks,
Rajinder

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu qbittorrent Edit question
Assignee:
No assignee Edit question
Solved by:
Rajinder Sandhu
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

you can use at or cron to schedule tasks, you can create a script to run as root to kill the process so that no close verify is needed. You could also see if there is a way to make the client not need the close verification and you can then close the app more gracefully.

Revision history for this message
Rajinder Sandhu (sandy744) said :
#2

Hi Actionparsnip

After doing lot of work around finally succeeded by using sudo crontab - e in terminal and making the entry to
0 8 * * * /sbin/shutdown qbittorrent
but this not happening with the gnome-schedule or gui provided with the Linux...please take up the case with the developers to correct the issue ..I gave the answer in detail so that even newbies can follow it easily.
Thanks, Closing the problem
Rajinder Sandhu

Revision history for this message
Daniel Heath (daniel-r-heath) said :
#3

Try using 'killall qbittorrent' instead of shutdown. shutdown is for turning the system off, whereas killall is for closing a process based on its name.

Revision history for this message
Rajinder Sandhu (sandy744) said :
#4

Thanks,
Did the same long time back almost 3 weeks ago but lost the trace of the question so could not close it, Thanks again.
warm regards
Rajinder

Revision history for this message
Rajinder Sandhu (sandy744) said :
#5

Thanks,
Did the same long time back....
Rajindeer

On Fri, Mar 5, 2010 at 4:34 PM, Daniel Heath <
<email address hidden>> wrote:

> Your question #100179 on qbittorrent in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/qbittorrent/+question/100179
>
> Daniel Heath posted a new comment:
> Try using 'killall qbittorrent' instead of shutdown. shutdown is for
> turning the system off, whereas killall is for closing a process based
> on its name.
>
> --
> You received this question notification because you are a direct
> subscriber of the question.
>

--
Warm regards,

Rajinder Sandhu
Bangalore
India