Go to file
Euler Alves 5044faf970
getTransmissionPath in install-tr-control.sh
I added `|| [ -f "/etc/openwrt_release" ]` on the function `getTransmissionPath()` to

~~~bash
if [ -f "/etc/fedora-release" ] || [ -f "/etc/debian_version" ] || [ -f "/etc/openwrt_release" ]; then
		ROOT_FOLDER="/usr/share/transmission"
fi
~~~

so the root folder is recognized on [OpenWRT](http://www.openwrt.org) for installation or update.
That path is align with the [OpenWRT package](https://github.com/openwrt/packages/tree/master/net/transmission-web-control)
2020-09-23 11:19:21 -03:00
.github 更新至 v1.5.1 update-2 2018-03-30 13:56:47 +08:00
.tx refactor: 重构多语言环境相关内容 2018-08-01 13:58:37 +08:00
release getTransmissionPath in install-tr-control.sh 2020-09-23 11:19:21 -03:00
src refactor: Flag loading mode adjusted to async. 2020-09-15 22:15:00 +08:00
.gitignore 1、增加界面状态记忆功能; 2018-03-28 11:01:52 +08:00
CHANGELOG-EN.md README 部分内容整理并调整至 Wiki 2018-04-11 14:09:25 +08:00
CHANGELOG.md README 部分内容整理并调整至 Wiki 2018-04-11 14:09:25 +08:00
LICENSE docs: Add LICENSE 2018-07-16 16:23:36 +08:00
README.md spell check 2019-01-14 15:47:32 +08:00



English Introduction

关于

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

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

界面预览

screenshots

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

更新日志 查看

项目日常维护

  • 栽培者
  • DarkAlexWang