Coder Social home page Coder Social logo

fast-resume-torrent's Introduction

Fast Resume Torrent

docker-data docker-version

Description

Fast Resume Torrent offers a docker container with the famous rtorrent_fast_resume.pl script already installed. Such script adds fast resume data to torrent files, so they can be added to rTorrent without the need for an initial check. This container provides a watchdog that will process any .torrent file dropped in the /input directory, providing its fast-resume version on the /output one.

Why

Why not. The original script is useful, but its installation is tricky because of the Convert-Bencode_XS library and the need to patch it in later versions of Perl. This container comes with it already installed and ready to use (Check the Dockerfile), so once built and published it will work forever.

How to Run

docker run -d --name fast-resume \
        --restart=unless-stopped \
        -v /path/to/drop/original/torrent/files:/input:shared \
        -v /path/to/collect/fast/resume/torrent/files:/output:shared \
        -v /path/to/root/downloaded/files:/data:shared \
        -v /path/to/logs:/logs \
        rubasace/fast-resume-torrent

Volumes

Volume Description
/input Directory where original .torrent files will be dropped to be processed.
/output Directory where the script will allocate the fast-resume .torrent files once processed. (They will have the same name as the original one, prefixed with __fast-resume__).
/data This directory is required by the rtorrent_fast_resume.pl script to generate the fast-resume data. It should point to the root directory where the downloaded files are stored.
/logs Optional. Directory where logs will be stored.

Requirements

  • Docker
  • rTorrent (I don't know if it works for other clients, feel free to let me know)

fast-resume-torrent's People

Stargazers

 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.