Coder Social home page Coder Social logo

torrent_filter's Introduction

torrent_filter

Allow to filter torrent files based on content of the files 'inside' torrent:

  • Size
  • Number
  • availability of directories

Usage:

ls *.torrent|torrent_filter [-q] [-D] [-N X] [-S Y]|read_torrents_files_from_stdin_and_use_them

It read torrent files list from stdin, check evry file for criteria:

  • It is valid torrent file (always)
  • It is has no directories (-D option)
  • It contains less then X files (-N option)
  • Summary size of all files is less then Y (-S option)

For the -S option postfixes can be used: K, M, G, T (counted as power of 1024) or kb,mb,gb,tb (counted as power of 1000).

Passed checking files are printed to stdout, all not passed - to stderr (or skipped if -q is used)

Why?

Bad guys posing huge files (sometimes over 100GB) in their torrent-rss feeds. This eats my HDD space very fast and i'm annyed enough to write this utility to save trees hard drives.

torrent_filter's People

Contributors

amarao avatar

Stargazers

Sergey Bronnikov avatar afa avatar

Watchers

 avatar James Cloos avatar

Forkers

dronnick

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.