69 lines
1.3 KiB
Plaintext
69 lines
1.3 KiB
Plaintext
# Basic instructions
|
|
|
|
Search for a torrent on The Pirate Bay.
|
|
|
|
> torrench -t 'my film'
|
|
|
|
Follow instructions to yank the magnet link into the clipboard. Now you have a magnet link copied.
|
|
|
|
> transmission-remote -a 'magnet:blahblahblah'
|
|
|
|
Type that in, then add -a and paste in your magnet link (all in quotes).
|
|
|
|
Now let's check that the torrent's been added successfully.
|
|
|
|
> transmission-remote -l
|
|
|
|
|
|
|
|
# Setting up
|
|
|
|
> transmission-daemon --download-dir ~/Torrents
|
|
|
|
This sets up where the torrents will land.
|
|
|
|
# Stop transmission
|
|
> transmission-remote --exit
|
|
|
|
|
|
# Start torrents
|
|
> transmission-daemon
|
|
|
|
# List current torrents
|
|
> transmission-remote -l
|
|
|
|
# Add a torrent file to go to the Music folder
|
|
> transmission-remote -a file1.transmission file2.transmission -w Music
|
|
|
|
> transmission-remote -a 'magnet link'
|
|
|
|
# Select all active/ all torrents
|
|
> transmission-remote -t active
|
|
> transmission-remote -t all
|
|
|
|
## Get information on selected torrents
|
|
> transmission-remote -i
|
|
|
|
# Delete torrents after adding (or not)
|
|
> transmission-remote --trash-torrent
|
|
> transmission-remote --no-trash-torrent
|
|
|
|
# Directory for Downloads
|
|
|
|
> /var/lib/transmission-daemon/downloads
|
|
|
|
# Torrench Searching
|
|
|
|
> torrench -d kali
|
|
|
|
Search on distrowatch for kali.
|
|
|
|
> torrench -k "akira"
|
|
|
|
Search on KickAss torrents for Akira.
|
|
|
|
> torrench -t "Chronicle"
|
|
|
|
Search on The Pirate Bay for Chronicle.
|
|
|