Talk:How To Install rTorrent
From AwkwardTV
Is there a way to start rTorrent when the aTV boots automatically. something like
sudo -u frontrow /usr/bin/screen -d -m /usr/bin/local/rtorrent
to the rc.local
is there a way to automatically delete compressed archives after decompressing them? something like
on_finished = unrar_on_completion,"execute=unrar,e,$d.get_base_path=,*"
unrar movie script
#!/bin/bash
for movie in "$@"
do
cd $movie
for CD in CD?
do
cd $CD || exit
unrar e -kb *.rar || exit
mv *.avi ..
cd ..
done
rm -rf CD?
cd ..
mv $movie ..
done
don't forget to set your upload limit to 90%
if ctrl-d (delete torrent) or ctrl-s (start torrent) doesn't work try this before starting screen:
stty -a #check whats defined stty stop undef stty start undef
or within screen
ctrl-a followed by ctrl-f until "-flow" appears at the bottom left corner, now the commands should work.
