Skip to content

rowmaff/transmission-web-control

 
 

Repository files navigation

Transmission Web Control

GitHub Releases Support Transmission Version

English

Introduction

Transmission Web Control is a custom web UI. The project was originally written by ronggang. Welcome to give me any feedback or submit a Pull Request.

Support Transmission Version

Transmission 2.40 and above (RPC version: 14 and above)

Browsers support

A browser which supports HTML5 and ES Module. (Chrome 63,Firefox 67,Edge 79, Safari 11.1, Opera 50)

Features

  • Add torrent files or URLs
  • Drag-and-drop to add torrent files
  • Modify Transmission settings online (Download folder, Speed limit, Port, etc.)
  • Pause / resume / recheck selected or all torrents
  • View the current torrents status (Files, Peers, Trackers etc.)
  • View Statistics (Cumulative/Current)
  • Pagination
  • Set files priority
  • Change the torrent download directory
  • Trackers list
  • Multi-language support.

Special feature

  • Support data folder display in the navigation bar.
  • Support "user label" feature, you can use it to classify torrent.

i18n

Please help us translation this project in to multiple language on transifex, or review current translations.

https://app.transifex.com/transmission-web-control/transmission-web-control-1/

Local Development

git clone https://github.com/transmission-web-control/transmission-web-control
cd transmission-web-control

# corepack enable
# corepack prepare --activate

pnpm i
pnpm run start

关于

本项目主要目的是想加强Transmission Web 的操作能力,本项目原本在Google Code托管,现迁移至 GitHub。 本项目设计之初仅针对 PT 站,因此增加了 Tracker 服务器分组及状态,但这不并适用于普通 BT 种子。

另外,本项目仅为一套自定义的 WebUI,不能代替 Transmission 工作,用户需要自行安装 Transmission 后才可正常使,Transmission 安装方法请移步至官网:https://www.transmissionbt.com/

界面预览

screenshots

安装方法及更多内容,请参考:中文帮助

About

maintained fork of ronggang/transmission-web-control

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 59.0%
  • JavaScript 24.6%
  • HTML 12.4%
  • TypeScript 3.0%
  • Shell 1.0%