Posts by thoradia

    It's definitely getting reset for me, I'm changing script-torrent-done-enabled and script-torrent-done-filename. If I change it and then run systemctl restart service.transmission it goes back to the defaults:

    Indeed, Transmission appears to reset the script- settings if these are modified while Transmission is running.
    This is likely a feature of Transmission.

    The following steps overcome the issue:
    1. stop Transmission (systemctl stop service.transmission)
    2. edit settings.json (/storage/.kodi/userdata/addon_data/service.transmission/settings.json)
    3. restart Transmission (systemctl start service.transmission)


    Is it possible for my changes to the settings.json file to be permanent? At the moment they seem to be being reset every time the service is restarted. I'm changing the file at /storage/.kodi/userdata/addon_data/service.transmission/settings.json if that helps, might be in the wrong place.

    Changes to settings.json are permanent except for the settings from the add-on settings UI (addresses, port, username, password, directories).
    Use the add-on settings to change those.


    I am getting this in sickrage
    2017-02-02 12:19:46 CHECKVERSION :: Unable to contact github, can't check for update: gaierror(-3, 'Temporary failure in name resolution')

    No problem here. sickrage updates ok.

    Try again.
    If the issue persists, please provide more details (hardware, LE release, addon revision and log).

    Thanks


    I just noticed that Transmission addon seems to not recognize my time zone that was set in Kodi gui setting.

    I always set alternative speed limits and scheduled times between 5.00 - 23.00 but it seems not working corresponding to my Kodi time.

    It works fine here: journalctl -u service.transmission shows switching to turtle mode as scheduled.
    Check timezone with command date.
    Check Transmission settings in /storage/.kodi/userdata/addon_data/service.transmission/settings.json
    [hr]


    Great to see you added Radarr to the 8.1 plugin. Are you intending to build it for 7.0 as well ?
    (8.1 on s905 is still having memory leaks)

    Done

    Create script /storage/.kodi/userdata/addon_data/service.transmission/init.sh and wait for mount, eg with sleep 5 or systemctl start var-media-DATA.mount.
    To check that it works or why it fails, use command journalctl -u service.transmission.
    [hr]


    Hey Thoradia, thank you for all the good deeds you are doing for the community, keep up the good work mate!

    Somehow my Deluge web UI keeps disconnecting, is it a common thing? Transmission seems to work OK.
    By the way, any plans on bringing rTorrent + ruTorrent, this client feels way more comfy (was using it with OpenELEC)

    Another question, how to disable adding torrent's name to path upon downloading as in rTorrent?
    Another issue that comes with this, I can't move files and force recheck because it looks upon torrent's path in the directory.

    No, Deluge UI should not keep disconnecting.
    Logs and informations about your system (LibreELEC project and version) would help me finding out what is going on.
    To get the logs, use commands:
    journalctl -u service.deluge
    journalctl -u service.deluged
    journalctl -u service.deluge-web

    I do not understand your last question


    Hy guys,

    I just installed transmission from toradia repo on khadas vim, and I can not make it work. What I have to write in settings if I want to use with windows transmission gui?

    Sorry about stupid question, I am totally noob.

    The addons have not been built for the version of LibreELEC provided for Khadas Vim.
    Moreover, the version of LibreELEC provided for Khadas Vim is outdated, and I do therefore not plan to support it.


    Hi Thorada. First of all great work!

    I was very happy to get couchpotato running on a 905 (runs great) but now it seems that couchpotato itself is becoming almost impossible to be used for torrents. An alternative was recently started based on Sonarr: GitHub - Radarr/Radarr: A fork of Sonarr to work with movies à la Couchpotato. wich seems to work quite well already.

    Do you have any plans in including this? (I haven't really studied the sources yet, but as it is based on Sonarr, it should be possible I think)

    Patience you must have, my young padawan: updates are in the pipeline.

    Nevertheless, thank you for the suggestion, I will have a look at Radarr, but do not hold your breath.
    In the meantime, you could download it to LibreELEC and see how far the build.sh command takes you.
    You could also give it a try on a PC, and report whether or not you think it is worth an add-on.


    Thoradia,

    Now is working fine, I've tested Deluge, CP and SR, excellent job, thanks. One question, are this apps updated by itself? Can I post it in Hardkernel forum?

    regards

    Great! Thank you for the positive feedback.

    Some apps can be updated from their web-ui, others can't.
    If you think an app needs an update, let me know, I will see what I can do.

    You can try to post the github repository (this link: GitHub - thoradia/thoradia: Add-ons for LibreELEC) wherever you want.
    If the forum administrators let you is another question.


    Hello,

    I'm trying to test Thoradia addons in Odroid 2 with LE 8 rb-beta1g (from Hardkernel) but seems like repositorie is broken:

    Any idea what is wrong?

    thanks

    Add-ons have not yet been built for 8.1/Odroid_C2/arm, because it is not an official project.
    If you tell me where to find the source of that LE project, I will build the add-ons.

    Deluge may start before required name resolution is operational.
    To fix, create file /storage/.kodi/userdata/addon_data/service.deluge/init.sh to contain line sleep 5 and restart/reboot
    The start deamon button of connection manager is inoperative at the moment

    Both issues should now be fixed

    Just an FYI

    Arm addons from other cortex-a9 CPUs will work on the 32bit variant, so you can compile addons for wetek core for example and they will work on the 32bit platform.

    We do this with the official addons so we don't have to compile all the addons for every platform.

    ie. Odroid c2, wetek hub and Wetek play 2 all use the same addons. We just use a forwarder in nginx but you could simply copy the directories also.

    Thank you fot the heads-up, lrusak.
    Maybe repo-tools could be updated with the script you use to compile the official add-ons.
    Incidentally, repo-tools breaks for imx6.


    hi thoradia,
    I was on libreelec 7.0.3.011 on s905 and your plugin was ok but with new version won't start and gives me "not fou d" if I try to start it via command line. Any idea?
    thanks for all and for your great work

    S905 switched from aarch64 to arm with 7.0.3.012.
    I am attempting a rebuild against 7.0.3.012.
    Thank you for your patience.