Etikett: rtorrent

  • Installing rtorrent with xmlrpc-c

    To run rtorrent with wtorrent you need xmlrpc support, this is a quick guide to installing this in ubuntu (10.10) First install dependencies. sudo apt-get install libncurses5-dev libsigc++-2.0-dev libcurl4-openssl-dev build-essential libxmlrpc-c3-dev Next up: rtorrent libs. wget http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.6.tar.gz sudo tar xvf libtorrent-0.12.6.tar.gz cd libtorrent-0.12.6 sudo ./configure sudo make sudo make install ..and rtorrent itself. wget http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.6.tar.gz…

  • Showaddr – tool to add shows to rssdler

    Howdy! Made a set of php scripts to ease the use of adding of shows from an rss feed to get downloaded with rtorrent. What now? Let me explain. Lets say we have an rss feed, for example, with different podcasts. We want to download all new episods of a selected few of shows in…