Hello,
On my side, the installation and so on was looking good and so I did a test with a "small" file of 200Mb... and ... at the end, the downloaded file was on my download folder on my external HD... so perfect...
After more tests and the configuration of the sickgear docker... I see two problems:
1. When I try to downlad larger file, I have an error message "no space left on device"... so I imagine that somewhere he is storing something on the SD card...
2. When sickgear is storing something on my watch-dir (on the external HD)... transmission is just doing nothing.
Any idea ?
This is my service code
Code
ExecStart=/storage/.kodi/addons/service.system.docker/bin/docker run \
--rm \
--name=%p \
--hostname=libreelec-%p \
--volume=/var/media/external_HD/%p/watch:/watch \
--volume=/var/media/external_HD/%p/downloads:/downloads \
--volume=/var/media/external_HD/%p/incomplete:/incomplete \
--volume=/storage/%p/config:/config \
--publish=9091:9091 \
--publish=45555:45555 \
libreelecarm/%p
Display More
Thank you,