mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-09 11:12:06 +00:00
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
= XMPP Notify Plugin =
|
|
|
|
XMPP notify/control bot for Deluge 1.2.3
|
|
|
|
== Download ==
|
|
[http://bitbucket.org/enikesha/deluge-xmppnotify/downloads XMPP Notify]
|
|
|
|
It requires twisted.words, twisted.names and [http://wokkel.ik.nu/downloads wokkel] library to be installed.
|
|
|
|
== Features ==
|
|
* GTK and WebUI client interface
|
|
* Notify on torrent finish
|
|
* List current torrents
|
|
* Add torrents from URL
|
|
|
|
== Commands ==
|
|
* list -- Lists all current torrents
|
|
* down -- Lists downloading torrents
|
|
* up -- Lists uploading(seeding) torrents
|
|
* paused/queued -- Lists paused and queued torrents
|
|
* url <torrent url> [download location] -- Adds new torrent
|
|
|
|
== Configuration ==
|
|
Notifier jabber account/password: Pre-registered jabber account for bot.
|
|
|
|
Users to notify: Line separated list of accounts to notify for events.
|
|
|
|
PS. When installing via WebUI it's needed to restart 'deluged' and 'deluge-web' after enabling but before configuring plugin.
|
|
|
|
== Discussion/Support ==
|
|
[http://bitbucket.org/enikesha/deluge-xmppnotify/issues/new Ideas/Feature requests]
|
|
|
|
[http://forum.deluge-torrent.org/viewtopic.php?f=9&t=31245 Deluge Forum Link]
|
|
|
|
== Source Code ==
|
|
http://bitbucket.org/enikesha/deluge-xmppnotify/
|
|
|