2018-08-16 09:36:45 +00:00
|
|
|
=====================
|
|
|
|
Transmission README
|
|
|
|
=====================
|
|
|
|
Transmission is a set of lightweight BitTorrent clients (in GUI, CLI and daemon form). All its incarnations feature a very simple, intuitive
|
|
|
|
interface on top on an efficient, cross-platform back-end.
|
|
|
|
|
2018-08-18 04:18:15 +00:00
|
|
|
The transmission program is used to download and seed Ka-Lite packages. Once the packages are downloaded, Please verify the content
|
2018-08-18 04:13:16 +00:00
|
|
|
before copying them to Ka-Lite content directory.
|
|
|
|
|
2018-08-16 18:54:55 +00:00
|
|
|
Caution
|
|
|
|
-------
|
|
|
|
Usage of transmission consumes significant Internet data and system resources.
|
|
|
|
Caveat emptor! (That's Latin for "Buyer Beware").
|
2018-08-16 09:36:45 +00:00
|
|
|
|
|
|
|
Access
|
|
|
|
------
|
|
|
|
|
2018-08-18 04:13:16 +00:00
|
|
|
You can login transmission using its web interface http://box:9091/ with the following administration account.
|
2018-08-16 09:36:45 +00:00
|
|
|
|
2018-08-16 18:54:55 +00:00
|
|
|
Username: Admin
|
|
|
|
Password: changeme
|
2018-08-16 09:36:45 +00:00
|
|
|
|
2018-08-18 04:13:16 +00:00
|
|
|
Alternatively you can also access transmission using the 'transmission-remote' or 'transmission-remote' on the command line.
|
|
|
|
|
|
|
|
Configuration
|
|
|
|
--------------
|
|
|
|
You can configure transmission using the web interface http://box:9091.
|
|
|
|
|
|
|
|
You can also edit the transmission settings in '/etc/transmission-daemon/settings.json'. Before you start editing the
|
|
|
|
'settings.json' file, Please ensure that transmission-daemon.service is stop.
|
|
|
|
|
|
|
|
$ sudo systemctl stop transmission-daemon.service
|
|
|
|
$ sudo nano /etc/transmission-daemon/settings.json
|
|
|
|
|
|
|
|
|
2018-08-16 09:36:45 +00:00
|
|
|
Adding torrents
|
|
|
|
---------------
|
2018-08-18 04:13:16 +00:00
|
|
|
The transmission provisioning system is designed to add ka-Lite packages. You can also use transmission is
|
|
|
|
download torrent using the Transmission web interface or using 'transmission-remote' program.
|
2018-08-16 09:36:45 +00:00
|
|
|
|
2018-08-17 15:40:48 +00:00
|
|
|
$ transmission-remote -a <path_to_the.torrent>
|
2018-08-16 09:36:45 +00:00
|
|
|
|
2018-08-17 15:40:48 +00:00
|
|
|
Known Issues
|
|
|
|
-------------
|
|
|
|
Currently it is not possible to use random ports in the range 65535-49152. It is difficult to open multiple ports in IIAB firewall.
|
2018-08-16 09:36:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
Troubleshooting
|
|
|
|
----------------
|
2018-08-18 04:13:16 +00:00
|
|
|
|
|
|
|
Please check if the transmission daemon is running:
|
|
|
|
|
|
|
|
$ sudo systemctl status transmission-daemon.service
|
|
|
|
|
|
|
|
Check the transmission settings '/etc/transmission-daemon/settings.json' are correct.
|