rtorrent-flood: many changes

- removed MediaInfo
- use git to download xmlrpc
- xmlrpc advanced
- rtorrent now uses a unix socket for SCGI
This commit is contained in:
Wonderfall
2016-09-10 16:42:19 +02:00
parent 7607af4078
commit 83c7b9c12f
5 changed files with 20 additions and 34 deletions

View File

@ -1,4 +1,5 @@
scgi_port = 0.0.0.0:5000
scgi_local = /tmp/rtorrent.sock
encoding_list = UTF-8
port_range = 49184-49184
port_random = no
@ -9,6 +10,7 @@ encryption = require,require_RC4,allow_incoming,try_outgoing
use_udp_trackers = yes
dht = off
peer_exchange = no
min_peers = 1
max_peers = 100
min_peers_seed = 1
@ -17,6 +19,8 @@ max_uploads = 15
schedule = watch_directory,1,1,"load_start=/data/.watch/*.torrent"
schedule = untied_directory,5,5,"stop_untied=/data/.watch/*.torrent"
schedule = espace_disque_insuffisant,1,30,close_low_diskspace=500M
schedule = scgi_permission,0,0,"execute.nothrow=chmod,\"g+w,o=\",/tmp/rtorrent.sock"
schedule = insufficient_disk_space,1,30,close_low_diskspace=500M
system.method.set_key=event.download.finished,filebot,"execute={/usr/bin/postdl,$d.get_base_path=,$d.get_name=,$d.get_custom1=}"
system.method.set_key=event.download.erased,filebot_cleaner,"execute={/usr/bin/postrm}"