Giter Site home page Giter Site logo

qb2tr's Introduction

qb2tr

qb2tr 是使用Golang语言编写的qBittorrent高版本转换Transmission种子程序,由于qBittorrent4.4版本后,保存的种子文件,都将Tracker从种子中删除,然后保存到了fastresume文件中。

所以导致如果要从qBittorrent的高版本中,把种子转移到Transmission里,会出现转移后果没有Tracker的尴尬情况,尤其是涉及到需要保种的情况,如果涉及到成百上千,那恐怕会很崩溃。

使用方法

  1. 下载代码
git clone https://github.com/ylqjgm/qb2tr.git
cd qb2tr
go get .
  1. 修改配置

使用任意编辑工具修改main.go中的hostuserpass三个数值为自己qBittorrent的连接信息。

  1. 拷贝种子

将qBittorrent的BT_backup目录拷贝到qb2tr下,与main.go同层级,并在同级新建一个export目录。

  1. 执行转换

确保qBittorrent当前已启动并可正常访问,在命令行执行:

go run main.go

完成后到export目录下找到转换好的种子文件,直接通过Transmission添加即可。

qb2tr's People

Contributors

ylqjgm avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.