Posts by thoradia

    Download to /storage/downloads

    There is a web-ui for aria2 here

    Hey ,

    Could you back to transmission 2.92 ?

    2.93 seems to be banned on most of the trackers...

    Searching the Internet for "Transmission 2.93 banned" found no relevant information, and since you provide no further information (a log), I am not able to determine if there is an issue and what the issue is.

    That Transmission 2.93 is banned on most of the trackers would be an issue worth reporting at the Transmission github.

    Transmission 2.92 is available via github. If you tell me what version of LibreELEC you are using, I will tell you where to find it.

    Revision 15 of the Transmission add-on provides transmission 2.93, which fixes CVE-2018-5702.

    The web UI of transmission 2.93 will not work unless you set a username and a password.

    You may set a username and a password with the add-on settings in Kodi (Add-ons/My Add-ons/Services/Transmission/Configure).

    Not sure what you are doing.

    rtorrent configuration, including rtorrent.rc, lives in /storage/.kodi/userdata/addon_data/service.rtorrent (which is a network share).

    To restart rtorrent use systemctl restart service.rtorrent

    To view the log use journalctl -u service.rtorrent

    Please send a log

    Ok, so my dirty fix is just to copy python packages from service.deluge/lib/python2.7/site-packages to service.flexget/lib/python2.7/site-packages and edit the easy-install.pth to include them.

    Unfortunately I don't have much experience with python installation process.

    Hope this help a bit.

    Thanks

    I will add deluge to flexget PYTHONUSERBASE in the next release of flexget.

    I do not know how FlexGet interacts with Deluge.

    Please ask FlexGet support and report to me if I should fix.

    Thanks in advance.

    When I check the status using "systemctl status storage-PELICULAS.mount" (My path is storage/PELICULAS), I obtain:

    Code
    Loaded: loaded (/storage/.config/system.d/storage-PELICULAS.mount; enabled; vendor preset: disabled)
       Active: failed (Result: exit-code) since Thu 2018-01-18 10:46:36 CET; 32min ago
        Where: /storage/PELICULAS
         What: //192.168.1.1/usb1/PELICULAS
      Process: 2873 ExecMount=/usr/bin/mount //192.168.1.1/usb1/PELICULAS /storage/PELICULAS -t cifs -o rw (code=exited, status=255)
    
    Jan 18 10:46:36 LibreELEC systemd[1]: Mounting cifs mount script...
    Jan 18 10:46:36 LibreELEC systemd[1]: storage-PELICULAS.mount: Mount process exited, code=exited status=255
    Jan 18 10:46:36 LibreELEC systemd[1]: Failed to mount cifs mount script.
    Jan 18 10:46:36 LibreELEC systemd[1]: storage-PELICULAS.mount: Unit entered failed state.

    Two questions:

    1. Does /storage/PELICULAS exist? if not, create it with mkdir /storage/PELICULAS.

    2. Can you access //192.168.1.1/usb1/PELICULAS without username/password? If not, set them.

    I have an HDD connected to my router. Ican see the files with the kodi´s file manager, so SMB is working.
    When I set download folder in Transmission, the path is something like "SMB:\\MyRouter\MyHDD\Downloads".
    But if I add a torrent it shows: "Error. Directory path is not absolute". So I think I have to mount the SAMBA share folder into a local directory (somethink like "mount cifs -t \\ROUTER\HDD\Downloads \storage\torrents"). But this doesnt work... Do you know how can I doi it?

    Thanks a lot!

    You should use the how-to you referred to.

    You wrote it did not work, but you did not explain what you did and how this failed.

    This looks like a configuration problem. Try to rename the service.sabnzbd directory (you will have to reconfigure sabnzbd).

    This seems to be the problem:

    Code
    2018-01-08 21:37:45,406::WARNING::[rss:180] Cannot read rss_data.sab
    2018-01-08 21:37:45,407::INFO::[rss:181] Traceback:
    Traceback (most recent call last):
    File "./sabnzbd/rss.py", line 175, in __init__
    File "./sabnzbd/__init__.py", line 971, in load_admin
    File "./sabnzbd/misc.py", line 791, in caller_name
    AttributeError: 'NoneType' object has no attribute '__name__'

    You could try to clear (delete, rename) rss_data.sab in /storage/.kodi/userdata/addon_data/service.sabnzbd/admin/

    You can reach this directory/file with smb

    Logs can be found in /storage/.kodi/userdata/addon_data/service.sabnzbd/logs/

    Maybe the problem i had, was related to the fact that i have upgraded from openelec with the same addon.

    Anyway, i've got what i need, one way, or the other.

    But still, new development team got really strange views on the matter. putting aside the addons the previous team were handling perfectly.

    Seriously, this is an open source community, the one that made onion, tor, p2p network working. And now these guys.

    Open source means that you can take things in your own hands, not that others will fulfill your every wish ;)

    Yea, followed the instruction on your repo, installed the repo, installed addon service.transmission

    When it didn't start automatically, i got to /storage/.kodi/addons/service.transmission/bin/, and tried transmission-start, which gave me an error i stated above.

    Is this correct?

    After that i just installed this guy repo, and followed the same procedure. It was fine.

    Transmission 8.2.14 for RPi2 works fine on LibreELEC 8.2.2 here.