0%

Transmission Web Control

说明

本项目原作者为ronggang,
原托管于GitHub的transmission-web-control。但不知道原作者是否已经停止跟新,为方便大家使用,现新建一个repo并托管于此,欢迎大家反馈问题或者pull
request。

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

English Introduction

支持的Transmission版本(Support Transmission Version)

  • Transmission 2.40 及以上版本(RPC版本:14及以上)
  • Transmission 2.40 and above (RPC version: 14 and above)

已修复问题

有时间的话我会尽量修改原repo里的问题,现在已经修改的问题如下:

  • 更新了源程序的tar文件
  • 修复英文界面的一些笔误
  • 添加了http的安装方法
  • 更新了install.sh的英文注释

功能介绍

  • 在线查看Transmission当前工作情况;
  • 在线添加新的种子文件或连接;
  • 在线修改Transmission参数;
  • 分页浏览方式加载种子;
  • 多语言环境支持;
  • 文件拖放添加种子;
  • 删除指定的种子;
  • 批量修改 Tracker;
  • 移动指定种子的数据存放目录;
  • 可按 Trackers 分组浏览;
  • 其他……

浏览器支持

  • 所有支持HTML5的浏览器(Chrome 15.0.874,Firefox 8.0.1,IE 9.0.8112,Opera 11.52)

安装方法

  • 可通过以下地址获取最新版的程序:
    1
    https://github.com/DarkAlexWang/transmission-web-control/raw/master/release/transmission-control-full.tar.gz
  • 或到下载安装脚本,此脚本只需要下载一次,以后只需要执行即可:
    1
    2
    wget https://github.com/DarkAlexWang/transmission-web-control/raw/master/release/tr-control-easy-install.sh
    sudo bash tr-control-easy-install.sh
  • 如果需要http而不是https,请使用以下命令;
    1
    2
    wget https://github.com/DarkAlexWang/transmission-web-control/raw/master/release/tr-control-easy-install-en-http.sh --no-check-certificate
    sudo bash tr-control-easy-install-en-http.sh

关于多语言(Multi-language)

系统使用多语言的方式构建,所以可以支持其他任何语言;但,由于本人水平有限,只会中文,所以需要懂其他语言的您的帮助,如果您已经翻译好了一个语言版本,请同时发给我一份,我会打包在一起,分享给更多的用户,谢谢。

当前已支持的语言(Currently supported languages):

Introduction

The origianl author is ronggang, and the original repo is transmission-web-control. Not sure if the original
author has stopped maintenance or not, but in order to better serve the PTer or
myself, I have opened a new repo with several issues fixed. Welcome to give me
any feedback or submit a Pull Request.

Transmission Web Control is a custom web UI. The project began in Goolge Code.

Support Transmission Version

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

Fixed issues

I will do my best to fix the issues that in the origianl repo.

  • Updated the install tar file
  • Fixed several typos in English interface
  • Added http install script
  • Added install.sh with English comments

Features

  • Add torrent files or URLs
  • Drag-and-drop to add torrent files
  • Online modify the Transmission setting (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)
  • The pagination torrents
  • Set files priority
  • Change the torrent download directory
  • Trackers list

Browsers support

  • All browsers support HTML5. (Chrome 15.0.874,Firefox 8.0.1,IE 9.0.8112,Opera 11.52 etc.)

Multi-language

How to use the language pack:

  • All language files are needed to put in the “lang” directory, format refer “lang/en.js”;
  • Translated language file naming, and then copied to the lang directory, note that necessary “.js” suffix, such as: en.js;
  • Modify the the “lang/_languages.js” file, the new language format to add a line;
  • Regain access to the TR, if your browser’s default configuration language “_languages.js” where it will automatically display the current language, if not, please manually select the language or the end of the page plus “?lang=language”; such as: 192.168.1.1/transmission/web/?lang=en

Currently supported languages:

How to install

Download

  • You can get the latest version of the program for this address:
    1
    wget https://github.com/DarkAlexWang/transmission-web-control/raw/master/release/transmission-control-full.tar.gz
  • Or download easy install script:
    1
    2
    wget https://github.com/DarkAlexWang/transmission-web-control/raw/master/release/tr-control-easy-install.sh
    sudo bash tr-control-easy-install.sh
  • If you need http download instead of https, please use the following
    commands:
    1
    2
    wget https://github.com/DarkAlexWang/transmission-web-control/raw/master/release/tr-control-easy-install-en-http.sh --no-check-certificate
    sudo bash tr-control-easy-install-en-http.sh
  • install.sh script with english comments:
    1
    wget https://github.com/DarkAlexWang/transmission-web-control/raw/master/release/tr-control-easy-install-en.sh
创建于(Create): 2012.12.18;更新于(Update): 2014.10.13 By 栽培者(ronggang); Updated: 08-23-2016 by DarkAlexWang