Skip to content
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

Update Web-Interface.md #3555

Merged
merged 1 commit into from
Jul 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
59 changes: 55 additions & 4 deletions docs/Web-Interface.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
A web interface is built into all Transmission flavors, enabling them to be controlled remotely.

## Enabling the web interface ##
### 1. For Windows #
### 1. For Windows ###
Open Transmission Qt. Go to Edit menu

![image](https://user-images.githubusercontent.com/76732207/179838374-f97fe3d5-b66f-4193-868d-9454e46c9eff.png)
Expand All @@ -17,7 +17,7 @@ Click on "Allow remote access" checkbox. If password protection is required, cli
Click "Close" button. Done!


### 2. For Linux #
### 2. For Linux ###
Open Transmission. Go to Edit menu and click "Preferences".

![Screenshot_2022-07-20_23-47-00](https://user-images.githubusercontent.com/76732207/180082230-47658410-4e3a-456d-bd96-95be5db251b4.png)
Expand All @@ -34,6 +34,57 @@ Click "Close" button. Done!

## Accessing the web interface ##
Once enabled, open a web browser and direct it to http://ip_address_of_machine_running_transmission:9091/
If the web browser and the Transmission daemon are on the machine you can use http\://127.0.0.1:9091/
9091 is the default remote control port specified in [Transmission configuration](Editing-Configuration-Files.md) or in preferences of [Windows](https://github.com/transmission/transmission/edit/main/docs/Web-Interface.md#1-for-windows) or [Linux](https://github.com/transmission/transmission/edit/main/docs/Web-Interface.md#2-for-linux) client.
If the web browser and the Transmission daemon are on the machine you can use http://127.0.0.1:9091/
9091 is the default remote control port specified in [Transmission configuration](Editing-Configuration-Files.md) or in preferences of [Windows](https://github.com/transmission/transmission/blob/main/docs/Web-Interface.md#1-for-windows) or [Linux](https://github.com/transmission/transmission/blob/main/docs/Web-Interface.md#2-for-linux) client.

## Web Interface Overview ##
### 1. Main Screen ###
![image](https://user-images.githubusercontent.com/76732207/181889508-c926e97c-f51a-4562-bf8b-75e4be672786.png)

| Number On Picture | Discription |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Discription" should read "Description" throughout.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed by #3557

| ----------------- | --------------------------- |
| 1 | Torrent name |
| 2 | Torrent management panel |
| 3 | Info about selected torrent |
| 4 | Transmission control panel |

### 2. Torrent management panel ###
![image](https://user-images.githubusercontent.com/76732207/181903463-f3752531-6a5e-41e8-bea0-fdcd4fabed94.png)

| Number On Picture | Discription |
| ----------------- | --------------------------------- |
| 1 | Open Torrent |
| 2 | Remove selected torrents |
| 3 | Start selected torrents |
| 4 | Pause selected torrents |
| 5 | Start all torrents |
| 6 | Pause all torrents |
| 7 | View info about selected torrents |

#### 2.1 Adding torrent ####
![image](https://user-images.githubusercontent.com/76732207/181906789-b56f8e8c-c362-407b-bbd7-d6df83c54f08.png)

| Number On Picture | Discription |
| ----------------- | ------------------------------------------------- |
| 1 | Button to select a torrent file to upload |
| 2 | Or enter an URL to torrent |
| 3 | Enter the path where the file will be downloaded |
| 4 | Autostart torrent download after adding |
| 5 | Cancel adding |
| 6 | Add selected torrent to Transmission |

### 3. Display filters panel ###
![image](https://user-images.githubusercontent.com/76732207/181907925-34f5b8fe-8a6d-48e2-80e3-df25bf36423c.png)

| Number On Picture | Discription |
| ----------------- | ----------------------------------------------------- |
| 1 | Filter torrents by status |
| 2 | Filter torrents by source |
| 3 | Filter torrents by keyword |
| 4 | The number of torrents found according to the filters |
| 5 | Downloading speed |
| 6 | Uploading speed |