Skip to content

Added details to 'Can I create my own torrents?' #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 38 additions & 5 deletions help/gtk/2.1x/html/gettingstarted.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,12 @@ <h3>How do I use it?</h3>
<td valign="top" width="250"><a href="../gfx/open.png" target="_blank"><img title="Click to enlarge" src="../gfx/open.png" height="auto" width="250" border="0"></a></td>
<td valign="top">
<p>
Download your file's associated 'torrent file' (extension .torrent). These are commonly found at <a href="http://en.wikipedia.org/wiki/BitTorrent_tracker">'tracker' websites</a>.
Download your file's associated 'torrent file' (extension .torrent).
These are commonly found at <a href="https://en.wikipedia.org/wiki/BitTorrent_tracker">'tracker' websites</a>.
</p>
<p>
Once you have the torrent file, click Open and select it, or simply drag it into Transmission - downloading should start immediately.
Once you have the torrent file, click Open and select it, or simply drag it into Transmission
- downloading should start immediately.
</p>
<p>
Some sources provide the so-called 'magnet links' in order to download torrents. Transmission supports magnet links but you will probably have to
Expand Down Expand Up @@ -74,13 +76,44 @@ <h3>Can I create my own torrents?</h3>
<td valign="top" width="250"><a href="../gfx/creation.png" target="_blank"><img title="Click to enlarge" src="../gfx/creation.png" height="auto" width="250" border="0"></a></td>
<td valign="top">
<p>
Yes, choose 'New...' under the 'File' menu.
Yes, choose 'New...' under the 'File' menu, and when the 'New Torrent' dialogue opens follow these steps:
</p>
<p>
When the dialogue box appears, choose your file/folder and enter your tracker address, comments and private status.
1) Pull down 'Save To:' and select a folder where you want your new .torrent specification file to be created.
(You can move it later if you want.)
</p>
<p>
Once you are done, click 'New'. Transmission will automatically optimize the torrent file for what you are sharing.
2) To share (i.e. transmit) an entire folder of files, choose 'Source folder:' and select a folder.
All files in that folder will be shared in the torrent.
Alternatively, to share a single file, choose 'Source file:' and select a filename.
(Later you can adjust where these source files are located
by right clicking on the torrent and selecting 'Change location...'.
The files and pointers to them will be relocated to where you specify.)
</p>
<p>
3) Enter the URL of one or more public or private Trackers that you have permission to use.
Their address will look something like this: (http//domain:portnumber/announce).
A BitTorrent tracker is a web service that regulates the communication
between those downloading and uploading torrents.
You will need at least one reference to a torrent tracker.
(This list can be later edited in the torrent 'Properties' window under the 'Trackers' tab.)
</p>
<p>
4) Optionally enter a public 'Comment' to be attached to the torrent.
This is a seen by you and those who download the torrent.
</p>
<p>
5) Optionally check the 'Private torrent' box to use a private torrent tracker.
Private trackers are not for better privacy, but rather for better performance.
They are not open to just anyone to use.
This sets a flag in the info dict that marks that the client should only talk to the tracker listed
(and not also talk directly to other peers).
</p>
<p>
6) Once you are done be sure to click 'New'.
If you click 'Close' it will cancel the operation.
Transmission will automatically optimize the torrent file for what you are sharing.

</p>
</td>
</tr>
Expand Down