Git Product home page Git Product logo

qbittorent_rclone_upload's Introduction

qBittorrent v4.3.0.1

Built-in rclone 21Vianet version

Inner upload script

Upload script source

The loc boss is awesome!!

Run docker

docker run --name qbittorrent -d \
-p 6881:6881 \
-p 6881:6881/udp \
-p 8080:8080 \
-v /root/qbittorrent/config:/config \
-v /root/qbittorrent/downloads:/downloads \
-v /root/qbittorrent/upload:/upload \
--restart=always \
/benchao/qbittorrent-rclone:v1.4

The -v mapping address in docker can be modified by itself

qBittorrent v4.2.5

docker run --name qbittorrent -d \
-p 6881:6881 \
-p 6881:6881/udp \
-p 8080:8080 \
-v /root/qbittorrent/config:/config \
-v /root/qbittorrent/downloads:/downloads \
-v /root/qbittorrent/upload:/upload \
--restart=always \
/benchao/qbittorrent-rclone:v1.3

rclone configuration

Create a new folder rclone under the config folder, and put your own rclone.conf configuration file

Automatic upload file configuration

Edit the qb_auto.sh file in the upload folder!

the_dir="${save_dir//\/downloads\//}" #If you modify the main download address, please modify here

qb_version="4.3.0.1" #qb version
qb_username="admin" #qbUsername
qb_password="adminadmin" #qbPASSWORD
qb_web_url="http://localhost:8080" #qb's web address
leeching_mode="true" #Don't worry about this
log_dir="/config/log" #Log address to be printed
rclone_dest="yun" #The name of the rclone drive to be uploaded
rclone_parallel="32" #rclone upload thread
auto_del_flag="test" #Change the category name of the seed after the upload is complete

By default, the file is not deleted after uploading. If you need to delete it, delete all the # signs of #qb_del in sh

qb command configuration

Settings Run external program when Torrent is complete

bash /upload/qb_auto.sh "%N" "%F" "%R" "%D" "%C" "%Z" "%I"

Show results

qb configuration

Upload log

Upload content More about this source text Source text required for additional translation information Send feedback Side panels

qbittorent_rclone_upload's People

Contributors

666wcy avatar calvinjose789 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.