Posts by thoradia

    any chance of somehow supporting CoreELEC?

    some users are moving to it, and it seems like we can't even add the repository...

    I can try, if it is not too complicated.

    Please provide the content of /usr/share/kodi/addons/repository.libreelec.tv/addon.xml, if it exists.

    Hi there. Thank you very much for these addons, they have been working great for me the past few days!

    However I am now having an issue with Deluge, which doesn't seem to start up with LibreElec, but when I SSH in and run deluge.start everything is working fine. I saw an earlier post from Thoradia (in 2016) saying to create an init.sh file in the service.deluge folder, which I have now done but it still isn't working. My init.sh looks like:

    Code
    sleep 5
    deluge.start

    Is this correct? I am a bit of a noob to Linux to sorry if this is completely wrong. I have tried a few variations (with and without #!/bin/bash and removing the 3rd line) but to no avail.

    Any help would be greatly appreciated,

    Thanks

    sleep 5 is enough, drop deluge.start

    Registered to post this. Thanks for your hard work and this great repository.

    I have a question regarding qBitTorrent. Where are the configs stored, like download/upload limits, queuing, etc? I would like to adjust cache values as I'm being hit hard with "write cache overload" but I can't find where to adjust the settings.

    Configuration is stored in smb://libreelec.local/userdata/addon_data/service.qbittorrent

    I bumped thoradia-mono to revision 9.

    Check for add-on updates.

    Considering I have been running the alpha flawlessly for a long time now, this is very disappointing...

    I have asked for help from the Sonarr team but they said they can't do anything.

    Is there nothing I can do manually that might fix this?

    I checked:

    libmediainfo.so.0 is in LD_LIBRARY_PATH, but Lidarr/Sonarr/Radarr do not pick it up

    Code
     [Error] VideoFileInfoReader: mediainfo is required but was not found
     [v2.0.0.5153] System.DllNotFoundException: libmediainfo.so.0
       at (wrapper managed-to-native) NzbDrone.Core.MediaFiles.MediaInfo.MediaInfo.MediaInfo_New()
       at NzbDrone.Core.MediaFiles.MediaInfo.MediaInfo..ctor () [0x00006] in <907396538063488ebd3918dbee5833ec>:0
       at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo (System.String filename) [0x00021] in <907396538063488ebd3918dbee5833ec>:0
     [Error] DetectSample: Failed to get runtime from the file, make sure mediainfo is available

    I will try to fix when I have the time.

    Where did you ask help at Sonarr?

    Use zip files for RPi2/arm

    Sonarr has stopped working with error: MediaInfo Library could not be loaded libmediainfo.so.0

    I believe this is since the latest update.

    How can I resolve this problem?

    Thanks for the feedback.

    This problem occurs on LibreELEC 9.0 (unstable, pre-alpha) and could be caused by LibreELEC, Mono or my add-ons.

    I will address it when LibreELEC 9.0 settles (reaches alpha).

    Add-on data can be re-used, but S905 binaries will not run on x86_64.

    You must update your add-ons: Thoradia, Mono, Thoradia Mono Tools, Jackett, etc.

    Thnaks for the work on the addons.

    I am interesed in aria2, however, is the webgui frontend included or are there plans to include it? I didnt see any mention of it.


    Thanks!

    Use webui-aria2. According to its README.md:

    Then download the webui, you can either do that by downloading this repository and running index.html in the browser. Or you could just head on to webui-aria2 and just start downloading files! After that you can also save it for offline use by saving from the browser save page as option.

    This should be fixed in revision 5 of the add-on.

    Let me know.

    I just installed rutorrent from thoradia repo, and it is working fine except one thing: Libreelec is installed on my Khadas Vim (s905x) eMMC and there is only 13gb free space left, I have a 64gb sd card but I am unable download on sd card, just on eMMC. Is it possible to download on sd card, maybe rutorrent need permission to write on sd card? With deluge I can download on sd card straight away, but I would prefer rtorrent...

    Any suggestions?Thx.

    (Sorry about my english)

    StopDirectory is set to /storage in /storage/.kodi/addons/service.rutorrent/rutorrent/conf/config.php. The highest directory rutorrent can reach is therefore /storage.

    To solve your problem, symlink your SD card somewhere under /storage.

    I recommend against editing config.php, because changes will be lost whenever rutorrent is updated.