Create symlinks between external drive and volumes mounted on docker configuration:
ln -s /var/media/external-drive/downloads /storage/downloadsln -s /var/media/external-drive/incomplete /storage/incompleteln -s /var/media/external-drive/watch /storage/watch
- Docker addon installed from libreelec repositories.
- Download the project
wget https://github.com/danfercf1/transmission-libreelec/archive/master.zip - Unzip the file:
unzip master.zip - Enter the folder:
cd transmission-libreelec-master - Run the script:
./install.sh - Check if the container is up:
/storage/.kodi/addons/service.system.docker/bin/docker ps
- Stop the service
- Update the file on /storage/transmission/config/settings.json
- Start the service
- Start the service:
systemctl start transmission - Stop the service:
systemctl stop transmission