Skip to content

maintained fork of ronggang/transmission-web-control

License

Notifications You must be signed in to change notification settings

Chaitanya-Shahare/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

submit your translation on transifex https://app.transifex.com/transmission-web-control/transmission-web-control-1/

关于

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

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

界面预览

screenshots

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

DSM7.0

在这个版本中,需要额外修改权限以实现自动更新的功能 在 root 权限下执行以下命令,其中:

  • YOUR_USERNAME 替换为你登录和更新脚本时候选择的用户
  • /var/packages/transmission/target/share/transmission/web/ 这串路径为 transmission 的安装路径(默认应该是这个)
sed -i '/sc-transmission/s/$/YOUR_USERNAME/' /etc/group
chown sc-transmission:sc-transmission /var/packages/transmission/target/share/transmission/web/* -R
chmod 774 /var/packages/transmission/target/share/transmission/web/* -R

更新日志 查看

项目日常维护

  • 栽培者
  • DarkAlexWang

About

maintained fork of ronggang/transmission-web-control

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published