I am using QBittorrent from the Thoradia Add-On Repository for my LE 9.2.
An update would be nice to have ( 4k on the RPi 4 ) but Thoradia is not developing new add-ons.
Are there other Repos ?
Thanks
I am using QBittorrent from the Thoradia Add-On Repository for my LE 9.2.
An update would be nice to have ( 4k on the RPi 4 ) but Thoradia is not developing new add-ons.
Are there other Repos ?
Thanks
use docker
use docker
If i install docker i will get Qbittorrent?
There are several guides on Youtube for installing a torrentclient on Pi4 using Docker.
If i install docker i will get Qbittorrent?
This ssh command will install docker transmission:
docker run -d \
--name=9091-transmission \
--net=host \
-e PUID=0 \
-e PGID=0 \
-e TZ=Europe/Paris \
-e USER=transmission \
-e PASS=libreelec \
-p 9091:9091 \
-p 51413:51413 \
-p 51413:51413/udp \
-v /storage/.config/dockers/transmission/config:/config \
-v /storage/.config/dockers/transmission/downloads:/downloads \
-v /storage/.config/dockers/transmission/watch:/watch \
--restart unless-stopped \
linuxserver/transmission
Display More
it works very well and the CPU consumption is lower when idle than in the case of docker qbittorrent.
The configuration web is at http://<device-ip>:9091 (user: transmission, password: libreelec).
great news.
I was trying and install the linuxserver.io Docker add on.
in this addon repo are not all programms from the fleet site.
When i connect the RBi with the ssh and I copy paste the code I only get the message: -sh: docker: not found
I was hoping it is so easy,... but...
Thanks for the help
edit: I reinstalled it and now I get to the docker.
whats the code for Qbittorrent?
Hi elonesna ,
Your solution works great, but how do you set Transmission download path to an external drive? (in your command, I tried to change the "-v /storage/.config/dockers/transmission/downloads" to my path, but it doesn't seem to work)
Thanks,
Joe
Hi elonesna ,
Your solution works great, but how do you set Transmission download path to an external drive? (in your command, I tried to change the "-v /storage/.config/dockers/transmission/downloads" to my path, but it doesn't seem to work)
Thanks,
Joe
Same here. It downloads, but it never goes to the path.
Ok, I got it working. You need to:
1. change the "-v /storage/.config/dockers/transmission/downloads" line to your external path
(for example: -v /media/MYDRIVE/MyDownloads:/downloads \)
*and*
2. in the web UI, set the "Download to:" field to /downloads
Ok, I got it working. You need to:
1. change the "-v /storage/.config/dockers/transmission/downloads" line to your external path
(for example: -v /media/MYDRIVE/MyDownloads:/downloads \)
*and*
2. in the web UI, set the "Download to:" field to /downloads
You are my HERO!
The only thing I had to do was to change the "download to:"
hello, I followed the installation, I am accessing transmission, but when I try to start a download, it cannot find the path I specified in the docker AND in the interface. This tells me: unknown free space ... I checked the access rights they are good.
you have an idea ?
docker run -d \
--name=transmission \
-e PUID=0 \
-e PGID=0 \
-e TZ=Europe/Paris \
-e USER=***** \
-e PASS=***** \
-p 9091:9091 \
-p 51413:51413 \
-p 51413:51413/udp \
-v /var/media/Films/Films/config:/config \
-v /var/media/Films/Films:/downloads \
-v /var/media/Films/Films/watch:/watch \
--restart unless-stopped \
This ssh command will install docker transmission:
Code Display Moredocker run -d \ --name=9091-transmission \ --net=host \ -e PUID=0 \ -e PGID=0 \ -e TZ=Europe/Paris \ -e USER=transmission \ -e PASS=libreelec \ -p 9091:9091 \ -p 51413:51413 \ -p 51413:51413/udp \ -v /storage/.config/dockers/transmission/config:/config \ -v /storage/.config/dockers/transmission/downloads:/downloads \ -v /storage/.config/dockers/transmission/watch:/watch \ --restart unless-stopped \ linuxserver/transmission
it works very well and the CPU consumption is lower when idle than in the case of docker qbittorrent.
The configuration web is at http://<device-ip>:9091 (user: transmission, password: libreelec).
Thank you for these instructions. It works perfectly. Just two questions: 1) are the ports assignments necessary when you set the --net argument to "host" (just trying to understand docker :)), 2) will the container be updated with the latest image automatically?
Kind regards
Marcin
Hi guys, I followed this steps and install transmission too.
But seems to be very high load at CPU, between 4.0~5.0 of load qhen downloading a torrent file, and Kodi goes too slow.
I´'m using 64Gb pendrive to write the files.
Rpi4 is connect with wifi.
I don´'t have heatsink, and CPU is around 65°C, don't know if it´'s because the temperature.
When I pause the torrent download the load goes down and Kodi work´'s fine.
Anyone has some ideia about it?
Thanks.
Hi guys, I followed this steps and install transmission too.
But seems to be very high load at CPU, between 4.0~5.0 of load qhen downloading a torrent file, and Kodi goes too slow.
I'm not surprised by what you say. Torrent downloads require a lot of CPU and storage resources for small ARM devices, and also keep in mind that a small flash memory is always very slow.
These problems can be solved by running torrent downloads on a higher powered server, for example an x86_64 device with a mechanical hard drive or SSD.
I'm not surprised by what you say. Torrent downloads require a lot of CPU and storage resources for small ARM devices, and also keep in mind that a small flash memory is always very slow.
These problems can be solved by running torrent downloads on a higher powered server, for example an x86_64 device with a mechanical hard drive or SSD.
Ok, mayber it´'s better to download ao meu desktop and just transfer to the rpi4.
Any sugestion on how to do the transfer? scp ssh maybe.
Ok, mayber it´'s better to download ao meu desktop and just transfer to the rpi4.
Any sugestion on how to do the transfer? scp ssh maybe.
There are many ways to transfer files between devices, use the one you see easiest. Examples:
Saw this post, sorry I very noob come to linux and stuff.
Is there any step by step guide how to install the qBittorrent to KODI libreelec ver 10.1?
LibreELEC:~ # docker run -d \
> --name=9091-transmission \
> --net=host \
> -e PUID=0 \
> -e PGID=0 \
> -e TZ=Asia/Kuala_Lumpur \
> -e USER=transmission \
> -e PASS=libreelec \
> -p 9091:9091 \
> -p 51413:51413 \
> -p 51413:51413/udp \
> -v /var/media/Seagate4TB:/config \
> -v /var/media/Seagate4TB/[4]Movie-Solo:/downloads \
> -v /var/media/Seagate4TB/[4]Movie-Solo:/watch \
> --restart unless-stopped \
> lscr.io/linuxserver/transmission
Unable to find image 'lscr.io/linuxserver/transmission:latest' locally
latest: Pulling from linuxserver/transmission
Digest: sha256:9944fcda726c9749914b06268e5435c5ba057191fde0052013c8f84c303763a4
Status: Downloaded newer image for lscr.io/linuxserver/transmission:latest
docker: Error response from daemon: open /storage/.kodi/userdata/addon_data/service.system.docker/docker/overlay2/c7e5c1cf9c6eb6192ccf7c17c6c145479eb7347fe54cdfe800c038824da3c9cc/committed: no such file or directory.
See 'docker run --help'.
LibreELEC:~ # docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
LibreELEC:~ #
Display More
I think I messed up on the docker external media part, first was ok and browse the "transmission" GUI webpage.
Then I removed the container, after that not sure I did it now I see this message above.
Hello,
Here the code to install qbittorrent by Docker in libreelec 10:
docker run -d \
--name=qbittorrent \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Europe/London \
-e WEBUI_PORT=8080 \
-p 6881:6881 \
-p 6881:6881/udp \
-p 8080:8080 \
-v /path/to/appdata/config:/config \
-v /path/to/downloads:/downloads \
--restart unless-stopped \
http://lscr.io/linuxserver/qbittorrent
For references:
Kind regards.
qtden