Skip to content

danfercf1/transmission-libreelec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Libreelec, Transmission service with docker image

Using external drive (NTFS)

Create symlinks between external drive and volumes mounted on docker configuration:

  • ln -s /var/media/external-drive/downloads /storage/downloads
  • ln -s /var/media/external-drive/incomplete /storage/incomplete
  • ln -s /var/media/external-drive/watch /storage/watch

Prerequisites:

  • Docker addon installed from libreelec repositories.

Installation

  • 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

Basic configuration:

  • Stop the service
  • Update the file on /storage/transmission/config/settings.json
  • Start the service

Usage:

  • Start the service: systemctl start transmission
  • Stop the service: systemctl stop transmission

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages