Search found 4 matches

by monkey_maniac
Wed Jul 31, 2013 12:33 pm
Forum: Plugins
Topic: [Plugin] Autoshutdown - Shutdown PC once torrents complete
Replies: 57
Views: 241529

Re: [Plugin] Autoshutdown - Shutdown PC once torrents comple

Made a bit of progress - you can connect to the system dbus instance: dbus-send --system --print-reply --dest=org.freedesktop.ConsoleKit /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop Although you will need to set up permissions for the relevant user: [Actions for my use...
by monkey_maniac
Tue Jul 30, 2013 5:54 pm
Forum: Plugins
Topic: [Plugin] Autoshutdown - Shutdown PC once torrents complete
Replies: 57
Views: 241529

Re: [Plugin] Autoshutdown - Shutdown PC once torrents comple

I have given 1.1 a go on Ubuntu Server 13.04 and you need to install the python-dbus package otherwise you'll get the following error: [ERROR ] 18:09:53 pluginmanagerbase:146 Unable to instantiate plugin! [ERROR ] 18:09:53 pluginmanagerbase:147 No module named dbus Traceback (most recent call last):...
by monkey_maniac
Mon Jul 22, 2013 12:18 pm
Forum: Plugins
Topic: [Plugin] Autoshutdown - Shutdown PC once torrents complete
Replies: 57
Views: 241529

Re: [Plugin] Autoshutdown - Shutdown PC once torrents comple

I had been working on adding windows code to the plugin but never got around to testing it. The eggs are below for anyone wishing to help test it for me. If you have any issue enable debug logging and look for AutoShutdown messages. Edit: I was testing on Linux and found several major issues so fix...