You are not logged in.
Pages: 1
I have a strange problem that have been bugging me for some time. I don't know what I'm doing wrong, but the dirs after the last Music-dir never seems to get watched, is there some kind of limitation? I haven't found anything at all on this subject with google.
# Default directory to save the downloaded torrents.
directory = /mnt/Music/NYMUSIC
# Default session directory. Make sure you don't run multiple instance
# of rtorrent using the same session directory. Perhaps using a
# relative path?
session = /home/scp1/.rtorrent_session/
port_range = 50000-50000
schedule = music1,5,5,"load_start=/mnt/Music_1/.torrents/*.torrent,d.set_directory=/mnt/Music_1/.new/"
schedule = music2,5,5,"load_start=/mnt/Music_1/.torrents/FLAC/*.torrent,d.set_directory=/mnt/Music_1/FLAC/"
schedule = music3,5,5,"load_start=/mnt/Music_1/.torrents/Not_Scene/*.torrent,d.set_directory=/mnt/Music_1/Not_Scene/"
schedule = music4,5,5,"load_start=/mnt/Music_2/.torrents/*.torrent,d.set_directory=/mnt/Music_2/.new/"
schedule = music5,5,5,"load_start=/mnt/Music_2/.torrents/FLAC/*.torrent,d.set_directory=/mnt/Music_2/FLAC/"
schedule = music6,5,5,"load_start=/mnt/Music_2/.torrents/Not_Scene/*.torrent,d.set_directory=/mnt/Music_2/Not_Scene/"
schedule = music7,5,5,"load_start=/mnt/Music_3/.torrents/FLAC/*.torrent,d.set_directory=/mnt/Music_3/FLAC/"
schedule = music8,5,5,"load_start=/mnt/Music_3/.torrents/Not_Scene/*.torrent,d.set_directory=/mnt/Music_3/Not_Scene/"
schedule = music9,5,5,"load_start=/mnt/Music_3/.torrents/*.torrent,d.set_directory=/mnt/Music_3/.new/"
schedule = movies1,5,5,"load_start=/mnt/Movies_1/.torrents/*.torrent,d.set_directory=/mnt/Movies_1/.new/"
schedule = movies2,5,5,"load_start=/mnt/Movies_2/.torrents/*.torrent,d.set_directory=/mnt/Movies_2/.new/"
schedule = movies1,5,5,"load_start=/mnt/Movies_3/.torrents/*.torrent,d.set_directory=/mnt/Movies_3/.new/"
schedule = docs1,5,5,"load_start=/mnt/Docs/.torrents/*.torrent,d.set_directory=/mnt/Docs/.new/"
schedule = games1,5,5,"load_start=/mnt/Games/.torrents/*.torrent,d.set_directory=/mnt/Games/.new/"
schedule = mvids1,5,5,"load_start=/mnt/Mvids/.torrents/*.torrent,d.set_directory=/mnt/Mvids/.new/"
schedule = porn1,5,5,"load_start=/mnt/Porn/.torrents/*.torrent,d.set_directory=/mnt/Porn/.new/"
schedule = tv1,5,5,"load_start=/mnt/TV/.torrents/*.torrent,d.set_directory=/mnt/TV/.new/"
check_hash = no
encryption = allow_incoming,try_outgoing,enable_retry
peer_exchange = yesOffline
I suck. I was using the label "movies1" x 2.
Offline
There is an rtorrent wikipage:
http://wiki.archlinux.org/index.php/RTorrent
Works for me.
Offline
Pages: 1