Thoradia Add-ons

  • thoradia, amazing job. I will test it tonight after work. I like the fact you've kept everything stripped down, unlike OE's version. Those features can be easily added via the rtorrent.rc anyway. Keep up the great work!

  • thoradia. When i open the ruTorrent webgui it gives me the following message:

    Bad link to rTorrent. Check if it is really running. Check $scgi_port and $scgi_host settings in config.php and scgi_port in rTorrent configuration file.

    I think rtorrent is not starting. I cant find any mention of it in the logfiles. Any ideas? If you need any logfiles, let me know.

    Edit: adding "sleep 5" to rtorrent-cli fixes the problem. Everything seems to work but i get the following error message;

    Unpack plugin: rTorrent user can't access 'unrar' program.

    The plugin "Unpack" seems to cause the issue. When i disable it, the error message doesnt reappear.

    I am using the latest versions of rtorrent and rutorrent on LE 8.0.2 (RPi2)

    Edited 3 times, last by vanbeer (June 14, 2017 at 8:54 PM).

  • Thank you for your feedback, vanbeer

    Edit: adding "sleep 5" to rtorrent-cli fixes the problem. Everything seems to work but i get the following error message;

    I neither understand why you had this problem, nor why the command you added solves it.

    Would you please be so kind to remove the command and to reboot, and to tell me if the problem persists.

    For the sake of clarity I will update system.d unit of rutorrent to start after that of rtorrent, but it should make no difference really.

    Unpack plugin: rTorrent user can't access 'unrar' program.

    The plugin "Unpack" seems to cause the issue. When i disable it, the error message doesnt reappear.

    I am using the latest versions of rtorrent and rutorrent on LE 8.0.2 (RPi2)

    I will add unrar (and mediainfo) to rutorrent.

    In the meantime, you can install one of the System Tools, NZBGet or SANnzbd add-ons, which ship unrar.

  • thoradia , thnx for your reply. The problem does persist when sleep 5 is removed from rtorrent-cli. I just want to clerify that rutorrent seems to be running fine. I feel like rtorrent isn't able to start after kodi boots. Maybe a requirement needed for rtorrent hasn't started when rtorrent tries to start? I've looked through the logfiles, but couldn't find anything. If you need any, let me know.

  • Hi there,

    Transmission is not working for me :(

    I have LE 8.02 installed (RPi2.arm)

    I installed thoradia addons using .zip file. Version 8.1.9. "Run" button appears disabled (I dont know if it means something).

    I installed Transmission (8.1.12) but "Run" button appears disabled too.

    Tell me if I can help in any way.


    Edit: I tried using Deluge, and I get the same problem :(

    Edited once, last by raspdev (June 17, 2017 at 10:22 PM).

  • rTorrent and Deluge have web user interfaces, at libreelec.local:6880 and libreelec.local:8112, respectively.

  • paulsalem , the file is in storage/.Kodi/add-ons/service.rtorrent/bin I think. Just add sleep 5 at second line. thoradia, might know a better way to fix it.

    vanbeer  paulsalem

    Please provide logs:

    1. use smb or ssh to append the following lines to /storage/.kodi/userdata/addon_data/service.rtorrent/rtorrent.rc:
      Code
      log.open_file = "rtorrent.log", (cat,/tmp/rtorrent.log.,(system.pid))
          log.add_output = "info", "rtorrent.log"
    2. restart rTorrent with the following command:
      Code
      systemctl restart service.rtorrent

    You will find logs in /tmp

  • Is there a known issue with https trackers with the rutorrent/rtorrent add-ons ?
    http torrents work fine but when using https , I get Tracker: [Timeout was reached] and of course no peers or seeds
    I have tried setting http_capath = /etc/ssl and tested the trackers https url with curl successfully

    Is there something else I am missing?