Difference between revisions of "RTorrent"

From WebOS Internals
Jump to navigation Jump to search
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
I have succsefully installed and configued rTorrent.
 
I have succsefully installed and configued rTorrent.
  
prerequisites
 
  
root access
+
== prerequisites ==
  
http://www.webos-internals.org/wiki/Next_steps
 
  
http://www.webos-internals.org/wiki/Tutorials_Linux_DDNS_for_EVDO
+
1. [[Portal:Accessing Linux]]
  
If you have the prerequisites taken care of, login and do the following.....
+
2. [[Next steps]]
 +
 
 +
3. [[Tutorials Linux DDNS for EVDO]]
 +
 
 +
'''If you have the prerequisites taken care of, login and do the following.....'''
  
 
sudo -i
 
sudo -i
Line 22: Line 24:
 
here is the config file;
 
here is the config file;
  
 +
----------------------------------------
 
min_peers = 40
 
min_peers = 40
 +
 
max_peers = 100
 
max_peers = 100
  
 
min_peers_seed = -1
 
min_peers_seed = -1
 +
 
max_peers_seed = 50
 
max_peers_seed = 50
  
Line 31: Line 36:
  
 
download_rate = 0
 
download_rate = 0
upload_rate = 15
+
 
 +
upload_rate = 1
  
 
directory = /media/internal/ringtones/
 
directory = /media/internal/ringtones/
Line 38: Line 44:
  
 
schedule = watch_directory,10,10,load_start=/media/internal/ringtones/*.torrent
 
schedule = watch_directory,10,10,load_start=/media/internal/ringtones/*.torrent
 +
 
schedule = tied_directory,10,10,start_tied=/media/internal/ringtones/*.torrent
 
schedule = tied_directory,10,10,start_tied=/media/internal/ringtones/*.torrent
 +
 
schedule = untied_directory,10,10,close_untied=/media/internal/ringtones/*.torrent
 
schedule = untied_directory,10,10,close_untied=/media/internal/ringtones/*.torrent
  
Line 50: Line 58:
  
 
use_udp_trackers = yes
 
use_udp_trackers = yes
##########################
+
------------------------------------------
  
 
start it up by running;
 
start it up by running;
  
 
sudo -i
 
sudo -i
 +
 
rtorrent -n -o import=/var/home/s4mb4/.rtorrent.rc
 
rtorrent -n -o import=/var/home/s4mb4/.rtorrent.rc
 +
 +
-------------------------------------------
 +
 +
an alternative to issuing the command above is to link or copy the .rtorrent.rc file to the directory where you launch rtorrent from. Since after login and issuing the sudo -i command i always end up at;
 +
 +
root@castle:/var/home/root#
 +
 +
i just did the following;
 +
 +
ln /var/home/s4mb4/.rctorrent.rc .rtorrent.rc
 +
 +
then just run the command;
 +
 +
rtorrent
 +
 +
------------------------------------------
 +
 +
more info on rtorrent and how to make it work is located here;
 +
 +
http://libtorrent.rakshasa.no/wiki/RTorrentUserGuide

Latest revision as of 18:49, 27 July 2009

I have succsefully installed and configued rTorrent.


prerequisites

1. Portal:Accessing Linux

2. Next steps

3. Tutorials Linux DDNS for EVDO

If you have the prerequisites taken care of, login and do the following.....

sudo -i

ipkg-opt install rtorrent

plus install the 3 optional components. adduser, screens....

then, create an .rtorrent.rc file. i placed mine in my home directory. /var/home/s4mb4/.rtorrent.rc

here is the config file;


min_peers = 40

max_peers = 100

min_peers_seed = -1

max_peers_seed = 50

max_uploads = 15

download_rate = 0

upload_rate = 1

directory = /media/internal/ringtones/

session = /media/internal/ringtones/

schedule = watch_directory,10,10,load_start=/media/internal/ringtones/*.torrent

schedule = tied_directory,10,10,start_tied=/media/internal/ringtones/*.torrent

schedule = untied_directory,10,10,close_untied=/media/internal/ringtones/*.torrent

ip = my.dynamic.hostname

bind = my.dynamic.hostname

port_range = 6881-6900

check_hash = yes

use_udp_trackers = yes


start it up by running;

sudo -i

rtorrent -n -o import=/var/home/s4mb4/.rtorrent.rc


an alternative to issuing the command above is to link or copy the .rtorrent.rc file to the directory where you launch rtorrent from. Since after login and issuing the sudo -i command i always end up at;

root@castle:/var/home/root#

i just did the following;

ln /var/home/s4mb4/.rctorrent.rc .rtorrent.rc

then just run the command;

rtorrent


more info on rtorrent and how to make it work is located here;

http://libtorrent.rakshasa.no/wiki/RTorrentUserGuide