Did 1.2.x break\discontinue the -a function? e.g. deluge -u console -a "config --set max_active_limit 0" now returns Unknown command: c
I'm trying to fix scheduling using cron. Previously I used a python script that I found on here a long time ago but that seems to have broken in this update as well.
Any help would be appreciated.
Passing arguments from command line
-
- New User
- Posts: 3
- Joined: Mon Mar 01, 2010 8:02 am
- Location: Sydney AU
Re: Passing arguments from command line
do you know there is a scheduler plugin that may meet your needs?
-
- New User
- Posts: 3
- Joined: Mon Mar 01, 2010 8:02 am
- Location: Sydney AU
Re: Passing arguments from command line
Yes, I installed the scheduler plugin but have not been able to make it work. There is no interaction possible with the green boxes on the config screen. I'm using the web ui and have tried it in firefox, IE & chrome on two different machines. Using the gui client is not an option for me.Cas wrote:do you know there is a scheduler plugin that may meet your needs?
I'd rather do it using cron if that is still possible.
-
- Moderator
- Posts: 315
- Joined: Sat Aug 18, 2007 2:28 pm
- Location: Pittsburgh, USA
Re: Passing arguments from command line
I'm pretty sure you can just do:light_my_fire wrote:Did 1.2.x break\discontinue the -a function? e.g. deluge -u console -a "config --set max_active_limit 0" now returns Unknown command: c
I'm trying to fix scheduling using cron. Previously I used a python script that I found on here a long time ago but that seems to have broken in this update as well.
Any help would be appreciated.
deluge-console "config --set max_active_limit 0"
-
- New User
- Posts: 3
- Joined: Mon Mar 01, 2010 8:02 am
- Location: Sydney AU
Re: Passing arguments from command line
Thank you! That's exactly what I was looking for.gazpachoking wrote:I'm pretty sure you can just do:light_my_fire wrote:Did 1.2.x break\discontinue the -a function? e.g. deluge -u console -a "config --set max_active_limit 0" now returns Unknown command: c
I'm trying to fix scheduling using cron. Previously I used a python script that I found on here a long time ago but that seems to have broken in this update as well.
Any help would be appreciated.
deluge-console "config --set max_active_limit 0"