Deluge for OSMC?

If anyone interested there some news on the Deluge website if you want to compile the last Deluge/libtorrent version. Here below some comment/change I added for OSMC/RPI 3 build:

1/ Deluge http://dev.deluge-torrent.org/wiki/Installing/Source
No real issue to compile the 1.3.13, do not forget to add --install-layout=debduring the install

2/ Libtorrent http://dev.deluge-torrent.org/wiki/Building/libtorrent
The version 1.1.1 as an GeoIP issue (deprecated) in 1.3.13 so I used libtorrent 1.0.9 for my system. The important comments are:

-lake of memory during the “make”, I added http://dev.deluge-torrent.org/wiki/Building/libtorrent#TemporarySwapFileforRasperryPiorlowmemorysystems to avoid any issue (no reboot)

  • do not forget the --with-boost-libdir=/usr/lib/arm-linux-gnueabihf during the configure part. this is the location of libboost with default OSMC install (last build)
  1. start on boot: http://dev.deluge-torrent.org/wiki/UserGuide/Service/systemd

I recommend to install the Itconfig addon and use the performance preset if you want to use your RPI3 as seedbox. the only 2 options to NOT apply from this preset is the total number of connection (250 is fine for me) and the cache size (2048 is fine).

This way my setup seeds as fast as my computer, not memory issue for Deluge/Kodi up to now.