Posts by thoradia

    How upgrade works:

    1. user upgrades LibreELEC

    2. Paths of the Thoradia Add-ons repository are updated

    3. Paths of the Thoradia Add-ons repository are activated upon Kodi restart

    4. Kodi updates Thoradia add-ons

    To expedite the process, restart Kodi then check for updates in add-on manager

    Hi

    I'm using the trasnmision addon v.8.1.13 with the comunity version 8.1.5 from @kszaq that use ADDON_VERSION="8.2"

    I get the following error

    Code
    Aug 21 22:57:15 LibreELEC sh[3757]: transmission-daemon: error while loading shared libraries: libssl.so.39: cannot open shared object file: No such file or directory 

    I'm not sure where the update script looks for updates but I see a folder thoradia/8.1/S905/arm/ at github but not one for thoradia/8.2/S905/arm/

    It's the reason for the error or I need to look in another place?

    Have you checked for add-on updates?

    Please report status from Add-ons/My add-ons/Services/Thoradia Add-ons/Configure

    Thanks heaps for continuing to update these add-ons. With openssl included, I thought I would give 8.2 a try.
    I compiled libreelec and installed the 8.2 add-ons. Unfortunately ssl trackers were still not working with rtorrent. After a little bit of research I found it is actually a known issue with the 7.52 version of curl that is included in LibreElec.
    So, I modified packages/web/curl/package.mk and replaced PKG_VERSION="7.52.0" with PKG_VERSION="7.53.1"
    Recompiled and ssl trackers work!
    So I no longer need to run rutorrent in docker and have the added bonus that I can set my own root password. It was worth compiling Libreelec just for that anyway. Also using sickrage, couchpotato and jackett with no issues identified. It is a fantastic set of add-ons. Thanks again.

    Great find! Thanks!

    Now we have to determine how to fix.

    rtorrent and transmission refer to libcurl.so.4 provided by LibreELEC.

    LibreELEC 9.0 provides curl 7.54.0, so we can assume that the problem is fixed on LibreELEC 9.0.

    LibreELEC 8.x provide curl 7.52, which is unlikely to change.

    We have several options:

    1. submit a pull request to update curl on LibreELEC 8.x (I would not count on that)

    2. build curl 7.54.1 static in the thoradia build system

    3. build curl 7.54.1 shared in the thoradia build system and ship libcurl.so.4 with rtorrent and transmission.

    I will attempt option 2

    Problem is old addon has one option that I don't know how to port to new vanilla rtorrent: "Sort Series in Season Dirs".

    I have that option enabled due to Kodi scraper sometimes having problems with a certain filenames not being recognized. And the download dir is also nice and tidy.

    I figured out it uses some custom shell script (complete.sh) which does all the work.

    Found this on github, perhaps it's the same thing?

    Will have to try if it all works, am worried if the new rtorrent would pick up the series that are in sorted folders.

    OE rTorrent/ruTorrent is unmaintained and quite convoluted, I therefore started from scratch.

    Moreover, I do not use rTorrent/ruTorrent, I therefore need you to tell me what you need and how it works.

    I hope you will be able to fix your problem.

    If you do, tell me how, and I will update the add-on accordingly.

    Thanks for the feedback.

    I suggest to wait for LibreELEC 8.2, where openssl replaces libressl.

    Not really had issues with https trackers in the past running rtorrent on Raspbian and even an entware deploy on my router.
    I am using Librelec 8.0.2 on rpi3 and have been running rtorrent/rutorrent in docker successfully so will revert to that in the interim. I suspect the problem could be related to libcurl and openssl versions in Libreelec. When I find some time I will look at setting up a build environment so I can try rebuilding curl.
    Really liking the other add-ons in this set though. Outstanding job to get all of this running together.

    yelkao

    Would you please be so kind to tell me how these are configured in your working rtorrents:

    rTorrent - ArchWiki

    Unclear how to use multiple SSL certs · Issue #468 · rakshasa/rtorrent · GitHub

    Thanks in advance for your feedback

    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?

    Please provide a log, see post #176

    http_capath is deprecated, see rTorrent 0.9 Comprehensive Command list (WIP) · rakshasa/rtorrent Wiki · GitHub

    If you find out a way to make https trackers work, I will gladly update rtorrent accordingly.

    Thank you in advance for your feedback