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

@ -8,7 +8,7 @@ const CONFIG = {
scgi: {
host: 'localhost',
port: 5000,
socket: false,
socket: true,
socketPath: '/tmp/rtorrent.sock'
}
};